Browse Skills

18175 skills found

testing-strategy-builder.md
6
1 export testing-strategy-builder
2 ArieGoldkin from "ArieGoldkin/ai-agent-hub"
3 Use this skill when creating comprehensive testing strategies for applications. Provides test planning templates, coverage targets, test case structures, and guidance for unit, integration, E2E, and performance testing. Ensures robust quality assurance across the development lifecycle.
2026-01-05
jujutsu-workflow.md
6
1 export jujutsu-workflow
2 vdesjardins from "vdesjardins/nix-config"
3 Comprehensive guide to jujutsu (jj) workflow, distinguishing it from git, with step-by-step instructions for initializing repositories, describing commits with conventional format, rebasing, managing history, and using jujutsu safely. Use jj describe, jj new, jj status, and other jujutsu commands when working in jujutsu-enabled repositories.
2026-01-05
graphiti-learning-workflows.md
6
1 export graphiti-learning-workflows
2 laurigates from "laurigates/dotfiles"
3 Learn from historical data and build institutional knowledge with Graphiti Memory.Integrates episode storage and retrieval into learning patterns across sessions.Use when user mentions learning workflows, building knowledge over time,analyzing past work patterns, or improving from historical data.
2026-01-05
agentv-eval-builder.md
6
1 export agentv-eval-builder
2 EntityProcess from "EntityProcess/agentv"
3 Create and maintain AgentV YAML evaluation files for testing AI agent performance. Use this skill when creating new eval files, adding eval cases, or configuring custom evaluators (code validators or LLM judges) for agent testing workflows.
2026-01-05
svelte-code-writer.md
6
1 export svelte-code-writer
2 SkepticMystic from "SkepticMystic/app-starter-template"
3 Expert guidance for writing proper Svelte 5 code with runes-based reactivity. Use when writing Svelte 5 components, migrating from Svelte 4, or troubleshooting Svelte 5 syntax. Covers $state, $derived, $effect, $props, $bindable, event handling, snippets, TypeScript integration, and common pitfalls.
2026-01-05
scrum-event-sprint-retrospective.md
6
1 export scrum-event-sprint-retrospective
2 atusy from "atusy/agentic-scrum"
3 Guide Sprint Retrospectives to identify improvements. Use when reflecting on sprints, planning process improvements, or executing improvement actions.
2026-01-05
import-pulumi.md
6
1 export import-pulumi
2 nozomi-koborinai from "nozomi-koborinai/koborin-ai"
3 Guide for importing existing Google Cloud resources into Pulumi state. Use when the user says "import resource to Pulumi", "add existing GCP resource", or needs to bring existing infrastructure under Pulumi management.
2026-01-05
generate-fix-suggestions.md
6
1 export generate-fix-suggestions
2 mvillmow from "mvillmow/ml-odyssey"
3 Generate fix suggestions based on error patterns and best practices. Use when analyzing failures to get actionable remediation steps.
2026-01-05
dev-swarm-mermaid.md
6
1 export dev-swarm-mermaid
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Create Mermaid diagrams and convert them to images. Use when needing to visualize flows, architecture, or data structures.
2026-01-05
todo-files.md
6
1 export todo-files
2 jkomoros from "jkomoros/community-patterns"
3 Manage TODO files as persistent working memory for complex patterns. Track design decisions, implementation progress, and context across sessions. Use when starting complex patterns or resuming multi-session development work.
2026-01-05
nextjs-stripe-integration.md
6
1 export nextjs-stripe-integration
2 IncomeStreamSurfer from "IncomeStreamSurfer/claude-code-skills-stripe"
3 Add Stripe payment processing to Next.js projects. Implement checkout sessions, payment handling, subscriptions, webhooks, and customer management. Use when adding Stripe to a Next.js project, building payment flows, implementing subscriptions, or integrating payment processing.
2026-01-05
cms-component-builder.md
6
1 export cms-component-builder
2 kunalshetye from "kunalshetye/opti-astro"
3 Build Optimizely CMS components for Astro v5. Use when creating/modifying components, pages, experiences, or working with GraphQL fragments, opti-type.json, or opti-style.json files (project)
2026-01-05
doc-loader.md
6
1 export doc-loader
2 atournayre from "atournayre/claude-marketplace"
3 Charge la documentation d'un framework depuis son site web dans des fichiers markdown locaux. Supporte Symfony, API Platform, Meilisearch, atournayre-framework et Claude Code.
2026-01-05
code-annotations.md
6
1 export code-annotations
2 bearcove from "bearcove/pikru"
3 Code annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cref comments.
2026-01-05
fvh-ci-workflows.md
6
1 export fvh-ci-workflows
2 laurigates from "laurigates/dotfiles"
3 FVH (Forum Virium Helsinki) GitHub Actions workflow standards. Use when configuringCI/CD workflows, checking workflow compliance, or when the user mentions FVH workflows,GitHub Actions, container builds, or CI/CD automation.
2026-01-05
gdscript-syntax-guide.md
6
1 export gdscript-syntax-guide
2 hhhh124hhhh from "hhhh124hhhh/godot-mcp"
3 GDScript 语法权威指南,提供最新 Godot 4.5 语法规范、最佳实践、缩进规则和代码风格
2026-01-05
dev-swarm-tech-specs.md
6
1 export dev-swarm-tech-specs
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Define technical specifications including tech stack, security, theme standards (from UX mockup), coding standards, and testing standards. Use when user asks to define tech specs, choose tech stack, or start Stage 7 after architecture.
2026-01-05
map-workflows-guide.md
6
1 export map-workflows-guide
2 azalio from "azalio/map-framework"
3 Comprehensive guide for choosing the right MAP workflow based on task type and requirements
2026-01-05
map-cli-reference.md
6
1 export map-cli-reference
2 azalio from "azalio/map-framework"
3 Use when encountering mapify CLI command errors (no such option, no such command, parameter not found) or need quick reference for correct command syntax. Provides mapify playbook/validate command corrections and common mistake patterns.
2026-01-05
global-conventions.md
6
1 export global-conventions
2 coreyja from "coreyja/coreyja.com"
3 Follow established project structure, version control practices, documentation standards, and development workflows to maintain consistency across the team. Use this skill when organizing files and directories in a project. When writing README documentation or contributing guidelines. When creating git commits with clear messages or pull request descriptions. When managing environment configuration or dependencies. When setting up feature flags or maintaining changelogs. When establishing code review processes or testing requirements. This skill applies to all project management and development workflow tasks.
2026-01-05
rust-dev-guidelines.md
6
1 export rust-dev-guidelines
2 ocn from "ocn/zk-activity"
3 Idiomatic Rust development patterns for async applications. Covers error handling with Result/Option, ownership and borrowing, async/await with Tokio, traits and generics, serde serialization, Arc/Mutex for shared state, and clippy best practices. Use when writing Rust code, refactoring, handling errors, or implementing async patterns.
2026-01-05
svelte5-runes.md
6
1 export svelte5-runes
2 Seeker1911 from "Seeker1911/dotfiles"
3 Svelte 5 runes guidance. Use for reactive state, props, effects, or Svelte 4→5 migration. Covers $state, $derived, $effect, $props, $bindable. Prevents mixing syntaxes and reactivity mistakes.
2026-01-05
writing-style.md
6
1 export writing-style
2 stevenmays from "stevenmays/dotfiles"
3 Write in Steven's voice—pragmatic, curious, pedagogical. Opens with measurable payoffs, builds mental models from first principles, uses worked examples, and handles uncertainty honestly. Use for essays, blog posts, and technical articles.
2026-01-05
content.md
6
1 export content
2 JacbK from "JacbK/persona"
3 Generate authentic, compelling copy for portfolios. Covers tone calibration, taglines, bios, project descriptions, and avoiding assumptions.
2026-01-05