Browse Skills

20307 skills found

react-server-components-framework.md
6
1 export react-server-components-framework
2 ArieGoldkin from "ArieGoldkin/ai-agent-hub"
3 Design and implement React Server Components with Next.js 15 App Router. Master server-first architecture, streaming SSR, Server Actions, and modern data fetching patterns for 2025+ frontend development.
2026-01-05
buck2-test-workflow.md
6
1 export buck2-test-workflow
2 thoughtpolice from "thoughtpolice/a"
3 Comprehensive testing workflow that should be used proactively after ANY code changes. Covers immediate testing, recursive package validation with `...`, target determination for affected packages, and reverse dependency testing. Use this skill after modifying BUILD files, changing code, fixing tests, or before committing to ensure nothing breaks downstream. (project)
2026-01-05
pikacss-dev.md
6
1 export pikacss-dev
2 pikacss from "pikacss/pikacss"
3 Develop, test, and document the PikaCSS monorepo (core engine, unplugin adapters, Vite/Nuxt plugins, docs site) using pnpm-based workflows.
2026-01-05
elegant-objects.md
6
1 export elegant-objects
2 atournayre from "atournayre/claude-marketplace"
3 Vérifie la conformité du code PHP aux principes Elegant Objects de Yegor Bugayenko. Analyse un fichier spécifique ou tous les fichiers modifiés dans la branche.
2026-01-05
symfony-framework.md
6
1 export symfony-framework
2 atournayre from "atournayre/claude-marketplace"
3 Comprehensive Symfony 6.4 development skill for web applications, APIs, and microservices.
2026-01-05
c3-query.md
6
1 export c3-query
2 lagz0ne from "lagz0ne/c3-skill"
3 Use when project has .c3/ and user asks about architecture or code location.Triggers: "explain", "where is", "look for", "how does", "what is", "find", "show me", C3 IDs (c3-0, c3-1, adr-*).
2026-01-05
mutation-testing.md
6
1 export mutation-testing
2 laurigates from "laurigates/dotfiles"
3 Validate test effectiveness with mutation testing using Stryker (TypeScript/JavaScript)and mutmut (Python). Find weak tests that pass despite code mutations.Use when user mentions mutation testing, Stryker, mutmut, test effectiveness,finding weak tests, or improving test quality through mutation analysis.
2026-01-05
project-discovery.md
6
1 export project-discovery
2 wayne930242 from "wayne930242/Reflexive-Claude-Code"
3 Deep project analysis for architecture planning. Use when starting migration or designing new agent components for an unfamiliar codebase.
2026-01-05
dart-hot-reload.md
6
1 export dart-hot-reload
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To apply latest code changes to a running Flutter app, trigger hot reload after connecting to the Dart Tooling Daemon.
2026-01-05
hardened-outline-driven-development-for-rust.md
6
1 export hardened-outline-driven-development-for-rust
2 OutlineDriven from "OutlineDriven/odin-claude-plugin"
3 HODD-RUST: Validation-first Rust development. Strictly validation-first before-and-after(-and-while) planning and execution. Merges Type-driven + Spec-first + Proof-driven + Design-by-contracts. Use for Rust projects requiring formal verification, safety proofs, comprehensive validation, or when working with unsafe code, concurrency, or FFI boundaries. This skill provides both reference documentation AND execution capabilities for the full PLAN -> CREATE -> VERIFY -> REMEDIATE workflow.
2026-01-05
dev-swarm-nodejs.md
6
1 export dev-swarm-nodejs
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Install and configure Node.js, npm, and pnpm using nvm. Use when setting up a Node.js environment.
2026-01-05
nodejs-development.md
6
1 export nodejs-development
2 laurigates from "laurigates/dotfiles"
3 Modern Node.js development with Bun, Vite, Vue 3, Pinia, and TypeScript. CoversJavaScript/TypeScript projects, high-performance tooling, and modern frameworks.Use when user mentions Node.js, Bun, Vite, Vue, Pinia, npm, pnpm, JavaScript runtime,or building frontend/backend JS applications.
2026-01-05
vscode-test-setup.md
6
1 export vscode-test-setup
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides comprehensive guidance for setting up and configuring test environments for VS Code extension projects. Use when initializing a new test infrastructure, configuring test runners (Mocha, Jest), setting up CI/CD test pipelines, integrating coverage tools (c8, nyc), or troubleshooting test configuration issues.
2026-01-05
testing-test-writing.md
6
1 export testing-test-writing
2 coreyja from "coreyja/coreyja.com"
3 Write focused tests for core user flows and critical business logic, testing behavior rather than implementation, with clear names and fast execution. Use this skill when writing unit tests, integration tests, or end-to-end tests. When testing critical user workflows and primary application features. When creating tests that focus on what code does rather than how it does it. When mocking external dependencies like databases, APIs, or file systems. When naming tests to clearly describe the scenario and expected outcome. When keeping tests fast and independent. When completing feature implementation and adding strategic tests at logical completion points. When working with test files or test frameworks.
2026-01-05
fabric.md
6
1 export fabric
2 jeffh from "jeffh/claude-plugins"
3 Native Fabric pattern execution for Claude Code. USE WHEN processing content with Fabric patterns (extract_wisdom, summarize, analyze_claims, threat modeling, etc.). Patterns run natively in Claude's context - no CLI spawning needed. Only use fabric CLI for YouTube transcripts (-y) or pattern updates (-U).
2026-01-05
playwright-browser-console-messages.md
6
1 export playwright-browser-console-messages
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To read console logs from the current page, retrieve console messages for debugging JavaScript output.
2026-01-05
prompt-engineering.md
6
1 export prompt-engineering
2 OutlineDriven from "OutlineDriven/odin-claude-plugin"
3 Optimizes prompts for LLMs and AI systems. Expert in crafting effective prompts for Claude 4.5, Gemini 3.0, GPT 5.1, and other frontier models. Use when building AI features, improving agent performance, or crafting system prompts.
2026-01-05
buck2-target-determination.md
6
1 export buck2-target-determination
2 thoughtpolice from "thoughtpolice/a"
3 This skill should be used when determining which Buck2 targets are affected by code changes for incremental builds and tests. Use this when users ask to test/build changed code, find affected targets, or run incremental workflows with jj revisions.
2026-01-05
recovery-strategies.md
6
1 export recovery-strategies
2 jkomoros from "jkomoros/community-patterns"
3 Escalation path when stuck on pattern development. Use when encountering TypeScript errors, framework confusion, unexpected behavior, or blocked progress. Five-step recovery: check docs, study examples, strategic investigation (plan mode + subagents), reset and retry, ask user.
2026-01-05
python-development.md
6
1 export python-development
2 laurigates from "laurigates/dotfiles"
3 Core Python development concepts, idioms, best practices, and language features.Covers Python 3.10+ features, type hints, async/await, and Pythonic patterns.For running scripts, see uv-run. For project setup, see uv-project-management.Use when user mentions Python, type hints, async Python, decorators, context managers,or writing Pythonic code.
2026-01-05
dev-swarm-flutter-installation.md
6
1 export dev-swarm-flutter-installation
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Install and configure Flutter SDK. Use when setting up a Flutter development environment.
2026-01-05
agent-orchestrator.md
6
1 export agent-orchestrator
2 stevengonsalvez from "stevengonsalvez/claudecode-bootstrap"
3 Spawn, monitor, and manage Claude Code agents in parallel tmux sessions. Supports simple ad-hoc agents and complex DAG-based multi-agent orchestration with wave execution.
2026-01-05
write-rules.md
6
1 export write-rules
2 wayne930242 from "wayne930242/Reflexive-Claude-Code"
3 Create Claude Code rule files for .claude/rules/. Writes conventions and shared guidelines that auto-inject into context. Use for path-specific coding conventions or shared project guidelines. NOT for constitution/laws (use <law> in CLAUDE.md instead).
2026-01-05
test-tier-selection.md
6
1 export test-tier-selection
2 laurigates from "laurigates/dotfiles"
3 Automatic selection of appropriate test tiers based on change scope. Guides unit tests for small changes, full suite for larger changes. Use when running tests, discussing testing strategy, or after code modifications.
2026-01-05