Browse Skills

44895 skills found

dependency-management.md
0
1 export dependency-management
2 nikblanchet from "nikblanchet/claude-code-production-patterns"
3 Use quality dependencies freely - default to using existing libraries over reinventing. For Python prefer conda over pip, maintain separate requirements-conda.txt and requirements-pip.txt. Use when adding dependencies, installing packages, or evaluating whether to use a library.
2026-01-05
doc-fetcher.md
0
1 export doc-fetcher
2 TerraCo89 from "TerraCo89/Cernji-Agents"
3 Fetches library documentation from Context7 and the web, then saves it to ai_docs/ in organized category-based folders. Supports version management, topic-specific documentation, and refreshing existing docs. Automatically invoked for requests to fetch or save library documentation.
2026-01-05
docs-seeker.md
0
1 export docs-seeker
2 hungtrandigital from "hungtrandigital/ResidentOne"
3 Search technical documentation using executable scripts to detect query type, fetch from llms.txt sources (context7.com), and analyze results. Use when user needs: (1) Topic-specific documentation (features/components/concepts), (2) Library/framework documentation, (3) GitHub repository analysis, (4) Documentation discovery with automated agent distribution strategy
2026-01-05
debugging.md
0
1 export debugging
2 alexanderop from "alexanderop/second-brain-nuxt"
3 Debug issues in the Second Brain Nuxt 4 + @nuxt/content v3 project. Use for any bug, test failure, or unexpected behavior.
2026-01-05
security-review.md
0
1 export security-review
2 Factory-AI from "Factory-AI/skills"
3 Scan code changes for security vulnerabilities using STRIDE threat modeling, validate findings for exploitability, and output structured results for downstream patch generation. Supports PR review, scheduled scans, and full repository audits.
2026-01-05
testing.md
0
1 export testing
2 surfdeeper from "surfdeeper/surfing-game"
3 Testing strategy orchestrator. Use when discussing test types, test order, or choosing how to test something. Auto-apply for general testing questions.
2026-01-05
hcloud-go-sdk.md
0
1 export hcloud-go-sdk
2 gaarutyunov from "gaarutyunov/dev-skills"
3 Use when writing Go code to interact with Hetzner Cloud API - automation, infrastructure provisioning, bots, integrations, or programmatic cloud operations
2026-01-05
skill-writer.md
0
1 export skill-writer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Creates and validates Claude Code skills with proper format. Use when creating new skills, writing SKILL.md files, validating existing skills, or when user mentions "skill format", "create skill", "skill template", or "validate skill".
2026-01-05
multi-agent-coordination.md
0
1 export multi-agent-coordination
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 This skill should be used when the user asks about "multi-agent coordination", "agent spawning", "parallel agents", "agent communication", "team coordination", "sub-agent management", "agent limits", "agent layers", or needs guidance on coordinating multiple agents for complex tasks.
2026-01-05
writing-brainstorm.md
0
1 export writing-brainstorm
2 edwinhu from "edwinhu/workflows"
3 This skill should be used when the user asks to "find something to write about", "brainstorm topics", "what should I write about", "find writing ideas", "gather sources for", "pull references on", or needs help discovering topics from their reading highlights. Leverages Readwise MCP to surface patterns and gather references.
2026-01-05
commissioning-reports.md
0
1 export commissioning-reports
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Building commissioning workflows including MBCx procedures, testing protocols, report generation, and energy conservation measure verification following ASHRAE Guideline 0 and NEBB standards
2026-01-05
project-naming.md
0
1 export project-naming
2 shoma-endo from "shoma-endo/industry-specific-mc-training"
3 プロジェクト全域の命名規則。ディレクトリ、ファイル、コード内の全ルールを網羅した唯一の正解(SSoT)。
2026-01-05
check-schema.md
0
1 export check-schema
2 bencassie from "bencassie/flywheel"
3 Find fields that have multiple different types across notes (schema violations). Triggers on "schema check", "frontmatter inconsistencies", "metadata violations", "type mismatches".
2026-01-05
status-overview.md
0
1 export status-overview
2 Ninjasenap from "Ninjasenap/AIDA"
3 Role and project workload overview. Use when user wants to see their current workload, role balance, or status across roles/projects. Auto-triggers on phrases like "how am I doing", "workload", "what's on my plate", "role balance", "project status", "hur ligger jag till", "arbetsbelastning", "rollbalans".
2026-01-05
database-backup.md
0
1 export database-backup
2 Hieubkav from "Hieubkav/wincellarCloneBackend"
3 Safe database migration workflow with Spatie backup integration. Always backup before migration, update mermaid.rb schema, keep max 10 recent backups. USE WHEN creating migrations, running migrations, restoring database, managing schema changes, or any risky database operations.
2026-01-05
truenas-docker-ops.md
0
1 export truenas-docker-ops
2 thurstonsand from "thurstonsand/thurstons-claude-skills"
3 Playbook for anything on the TrueNAS host — consult before touching services, data, or containers. Covers SSH entry, container interaction, and data/layout notes so you can operate safely on TrueNAS.
2026-01-05
github-operations.md
0
1 export github-operations
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when Codex must inspect or update GitHub resources (issues, PRs, workflows) through the official remote GitHub MCP server.
2026-01-05
docs-automation.md
0
1 export docs-automation
2 blakebauman from "blakebauman/cf-monorepo"
3 Automated documentation generation for Cloudflare Workers monorepo. Creates API documentation from OpenAPI specs, generates package READMEs, and maintains architecture documentation with intelligent content generation.
2026-01-05
jiratriage.md
0
1 export jiratriage
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 Triage and analyze Jira issues. Use when the user wants to "triage issues", "analyze backlog", "assess tickets", or "jira triage".
2026-01-05
influencer-outreach-template.md
0
1 export influencer-outreach-template
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Эксперт influencer outreach. Используй для шаблонов писем, partnership proposals и collaboration briefs.
2026-01-05
backend-api.md
0
1 export backend-api
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Design and implement RESTful API endpoints following industry best practices for resource naming, HTTP methods, status codes, and versioning. Use this skill when creating or modifying API route handlers, endpoint files, controller files, or API router configuration files. Use this skill when working with REST API design, implementing HTTP endpoints in backend frameworks, defining API routes and URL patterns, setting up API versioning strategies, or configuring request/response handling in web services. Use this skill when working with files in routes/, api/, controllers/, endpoints/, or views/ directories that handle HTTP requests. Use this skill when defining OpenAPI/Swagger specifications, implementing rate limiting, or establishing API conventions for your application.
2026-01-05
allra-test-writing.md
0
1 export allra-test-writing
2 Allra-Fintech from "Allra-Fintech/allra-ai-skills"
3 Allra 백엔드 테스트 작성 표준. Use when writing test code, choosing test helpers, generating test data with Fixture Monkey, or verifying test coverage.
2026-01-05
obsidian-moc-creator.md
0
1 export obsidian-moc-creator
2 jeongsk from "jeongsk/langchain-academy"
3 Create and maintain Maps of Content (MOCs) for Obsidian vault navigation. Use when directories lack navigation structure, content needs organization, or index pages are missing. Generates MOCs based on directory structure and file analysis.
2026-01-05
git-workflow-mastery.md
0
1 export git-workflow-mastery
2 autohandai from "autohandai/community-skills"
3 Advanced Git workflows, branching strategies, and commit conventions
2026-01-05