Browse Skills

22656 skills found

orchestration-patterns.md
0
1 export orchestration-patterns
2 abossenbroek from "abossenbroek/abossenbroek-claude-plugins"
3 This skill should be used when designing agent orchestration, implementing firewall architecture, creating phase-based workflows, adding severity batching, structuring agent hierarchies, or implementing SOTA multi-agent coordination patterns. Provides production-ready patterns for scalable agent systems.
2026-01-05
ai-gemini-helper.md
0
1 export ai-gemini-helper
2 cmtkdot from "cmtkdot/xanbzs-toolkit"
3 This skill should be used when tasks benefit from a quick second AI perspective, current web information via Google Search, codebase architecture analysis, or parallel code generation. Also use when user explicitly requests Gemini operations with phrases like 'use Gemini', 'ask Gemini', 'second opinion', or 'Google search'.
2026-01-05
markdown-table-generator.md
0
1 export markdown-table-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate well-formatted markdown tables from data. Use when creating documentation tables or formatting tabular data.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 thruthesky from "thruthesky/skill-creator"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
dashboard-shell-setup.md
0
1 export dashboard-shell-setup
2 nathanonn from "nathanonn/next-sololedger"
3 This skill should be used when setting up a production-ready dashboard shell with resizable sidebar, two-level navigation (Sections → Pages), mobile drawer, user menu with organization switcher, and localStorage persistence in a Next.js application. Use this skill when implementing a responsive dashboard layout with react-resizable-panels, shadcn/ui components, and server-first data fetching patterns.
2026-01-05
setup-cdk-shell.md
0
1 export setup-cdk-shell
2 auge2u from "auge2u/claude-dev-kit"
3 Use when setting up shell environment for Claude Code - installs zsh, Oh My Zsh, Powerlevel10k theme, MesloLGS NF fonts, Claude CLI completions, and productivity aliases
2026-01-05
python-packaging.md
0
1 export python-packaging
2 pproenca from "pproenca/dot-claude"
3 Use when packaging Python libraries, creating CLI tools, or distributing Python code. Covers proper project structure, pyproject.toml, and publishing to PyPI.
2026-01-05
moai-lang-cpp.md
0
1 export moai-lang-cpp
2 junseokandylee from "junseokandylee/ClaudeAutomate"
3 Modern C++ (C++23/C++20) development specialist covering RAII, smart pointers, concepts, ranges, modules, and CMake. Use when developing high-performance applications, games, system software, or embedded systems.
2026-01-05
moai-domain-frontend.md
0
1 export moai-domain-frontend
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Frontend development specialist covering React 19, Next.js 16, Vue 3.5, and modern UI/UX patterns with component architecture
2026-01-05
red-phase.md
0
1 export red-phase
2 foolishimp from "foolishimp/ai_sdlc_method"
3 Write failing tests before implementation (RED phase of TDD). Creates test file with test functions that fail because code doesn't exist yet. Use when starting TDD workflow or adding tests for new functionality.
2026-01-05
moai-project-template-optimizer.md
0
1 export moai-project-template-optimizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Handle template comparison and optimization workflows including backup detection, smart merging, and update completion reporting. Enhanced with Context7 MCP for up-to-date documentation.
2026-01-05
finishing-work.md
0
1 export finishing-work
2 caiokf from "caiokf/homepage"
3 Use when completing work on a task or feature. Prompts for code review before finishing. ALWAYS invoke this skill before saying work is done.
2026-01-05
systematic-debugging.md
0
1 export systematic-debugging
2 timequity from "timequity/vibe-coder"
3 Use when encountering any bug, test failure, or unexpected behavior - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
slop.md
0
1 export slop
2 rhinoman from "rhinoman/slop-plugin"
3 Generate code in SLOP (Symbolic LLM-Optimized Programming), a language designed forminimal human involvement in coding. Use when: (1) User asks for SLOP code, (2) Needstrong contracts and range types, (3) Creating code with typed holes for incrementalgeneration, (4) Generating efficient C code. SLOP uses S-expression syntax and transpiles to C.
2026-01-05
property-testing-guide.md
0
1 export property-testing-guide
2 EmilLindfors from "EmilLindfors/claude-marketplace"
3 Introduces property-based testing with proptest, helping users find edge cases automatically by testing invariants and properties. Activates when users test algorithms or data structures.
2026-01-05
markdown.md
0
1 export markdown
2 46ki75 from "46ki75/skills"
3 Markdown linting and automated fixing using markdownlint-cli2. Use when Claude needs to: (1) Check markdown files for style issues, (2) Fix markdown formatting problems, (3) Ensure markdown follows best practices, (4) Validate markdown documents, or (5) Apply consistent markdown styling
2026-01-05
writing-plans.md
0
1 export writing-plans
2 seanGSISG from "seanGSISG/crispy-claude"
3 Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
2026-01-05
bigquery.md
0
1 export bigquery
2 BfdCampos from "BfdCampos/dotfiles"
3 Comprehensive guide for using BigQuery CLI (bq) to query and inspect tables in Monzo's BigQuery projects, with emphasis on data sensitivity and INFORMATION_SCHEMA queries.
2026-01-05
ui-ux-design.md
0
1 export ui-ux-design
2 htooayelwinict from "htooayelwinict/claude-config"
3 Design and implement UI/UX changes using existing components and Tailwind tokens; ensure accessibility. EXCLUSIVE to ui-ux-designer agent.
2026-01-05
ff-statistical-methods.md
0
1 export ff-statistical-methods
2 zazu-22 from "zazu-22/ff_data_analytics"
3 Expert guidance on statistical analysis methodologies and Monte Carlo simulation for fantasy football. Use this skill when selecting regression approaches, designing simulations, performing variance analysis, or conducting hypothesis tests. Covers regression types (OLS, Ridge, Lasso, GAMs), Monte Carlo frameworks, regression-to-mean analysis, and statistical best practices for player performance modeling.
2026-01-05
maintaining-code-quality.md
0
1 export maintaining-code-quality
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Maintaining code quality and standards in StickerNest. Use when refactoring code, checking file sizes, splitting large files, reviewing code structure, or when files exceed length limits. Covers file length limits, refactoring patterns, code organization, and the "check existing code first" principle.
2026-01-05
nextjs-fsd-starter.md
0
1 export nextjs-fsd-starter
2 rladydqls99 from "rladydqls99/claude"
3 Create a new Next.js project with FSD (Feature-Sliced Design) architecture, TypeScript, Tailwind CSS, ESLint (flat config), Prettier, and Husky. Use when user asks to create/scaffold/initialize a Next.js project with FSD architecture, or when they want a production-ready Next.js boilerplate with modern tooling setup.
2026-01-05
moai-lang-shell.md
0
1 export moai-lang-shell
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Shell scripting best practices with bats-core 1.11, shellcheck 0.10, and POSIX compliance.
2026-01-05
skill-generator.md
0
1 export skill-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Meta-skill for creating, refining, and managing Agent Skills. Use when needing to create new skills, improve existing skills, analyze skill performance, or teach the agent new capabilities. Enables self-improvement and knowledge capture.
2026-01-05