Browse Skills

6825 skills found

pycharm-refs.md
0
1 export pycharm-refs
2 djimontyp from "djimontyp/task-tracker"
3 This skill should be used when agents need to provide clickable code references to users in reports, investigations, or bug findings. It ensures file references use the simple path:line_number format that Claude Code automatically converts to clickable links. Do not use for general documentation or conceptual explanations.
2026-01-05
global-error-handling.md
0
1 export global-error-handling
2 overtimepog from "overtimepog/AgentTheo"
3 Implement robust error handling with user-friendly messages, fail-fast validation, specific exception types, and proper resource cleanup across the application. Use this skill when writing try-catch blocks, throwing or catching exceptions, implementing error boundaries, handling API errors, or managing error states in any part of the codebase. Apply this skill when validating inputs early (fail fast), providing clear actionable error messages to users without exposing security details, using specific exception types rather than generic errors, implementing centralized error handling at appropriate boundaries, designing for graceful degradation, implementing retry logic with exponential backoff, or ensuring resources are cleaned up in finally blocks. This skill ensures errors are caught and handled appropriately, user experience remains positive even when errors occur, security is maintained by not leaking sensitive information, and systems continue operating or degrade gracefully when non-critical services fa
2026-01-05
task-planning.md
0
1 export task-planning
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Orchestrates the complete task planning workflow including codebase exploration, requirements gathering, and technical plan creation. Use when the user provides a new feature request, bug fix, or refactoring task that needs planning before implementation.
2026-01-05
mvp-help.md
0
1 export mvp-help
2 timequity from "timequity/vibe-coder"
3 Help and documentation for Idea to MVP plugin.Use when: user asks about building MVPs, vibe coding, or available commands.Triggers: "help", "what can you do", "mvp help", "how to build".
2026-01-05
subagent-name.md
0
1 export subagent-name
2 Proaptus from "Proaptus/proagentic-dfx"
3 Guided workflow for creating new Claude Code Skills with proper structure, documentation, templates, subagents, and hooks. Use this when the user wants to create a new skill or asks you to build tooling/automation. Ensures skills follow official conventions and are production-ready.
2026-01-05
manuscript-writing.md
0
1 export manuscript-writing
2 matheus-rech from "matheus-rech/meta-agent"
3 PRISMA-compliant manuscript drafting for systematic reviews
2026-01-05
markdown-authoring.md
0
1 export markdown-authoring
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Markdown style patterns to use when writing documents.
2026-01-05
draft-commit-message.md
0
1 export draft-commit-message
2 Masked-Kunsiquat from "Masked-Kunsiquat/crm-orbit2"
3 Draft a Conventional Commits message in markdown when the user asks for a commit message/commit msg (e.g., "commit msg?", "commit message", "msg in md"). Use for any request to write or format a git commit message.
2026-01-05
docs-as-code.md
0
1 export docs-as-code
2 chekos from "chekos/bns-marketplace"
3 Load when working on documentation systems, README files, API docs, orimplementing documentation workflows. Contains best practices for treatingdocumentation as code with version control, automation, and CI/CD integration.
2026-01-05
use-pmc.md
0
1 export use-pmc
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use PMC (Project Manager Claude) CLI for workflow orchestration. Use this skill when running workflows, creating new projects, syncing docs with implementation, or managing project planning.
2026-01-05
r-style-guide.md
0
1 export r-style-guide
2 kyleGrealis from "kyleGrealis/.dotfiles"
3 Kyle's R coding style guide combining tidyverse conventions with personal preferences. Use when writing or reviewing R code to ensure consistency with preferred style patterns.
2026-01-05
langgraph-docs.md
0
1 export langgraph-docs
2 rozwer from "rozwer/cross2B-Pro"
3 Use when answering LangGraph questions. Prefer reading local project code/specs; fetch docs only if needed.
2026-01-05
researching-with-deepwiki.md
0
1 export researching-with-deepwiki
2 Asmayaseen from "Asmayaseen/hackathon-2"
3 Research GitHub, GitLab, and Bitbucket repositories using DeepWiki MCP server. Use when exploringunfamiliar codebases, understanding project architecture, or asking questions about how a specificopen-source project works. Provides AI-powered repo analysis and RAG-based Q&A about source code.NOT for fetching library API docs (use fetching-library-docs instead) or local files.
2026-01-05
vue-development.md
0
1 export vue-development
2 daveharmswebdev from "daveharmswebdev/upkeep-io"
3 Use when planning or implementing Vue 3 projects - helps architect component structure, plan feature implementation, and enforce TypeScript-first patterns with Composition API, defineModel for bindings, Testing Library for user-behavior tests, and MSW for API mocking. Especially useful in planning phase to guide proper patterns before writing code.
2026-01-05
drizzle.md
0
1 export drizzle
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Builds type-safe database applications with Drizzle ORM including schema definition, queries, relations, and migrations. Use when working with databases in TypeScript, defining schemas, writing type-safe queries, or managing migrations.
2026-01-05
technical-writer.md
0
1 export technical-writer
2 olehsvyrydov from "olehsvyrydov/AI-development-team"
3 Senior Technical Writer with 10+ years documenting complex systems. Use when creating/updating documentation, writing API docs, creating architecture diagrams (C4, Mermaid), generating changelogs, writing READMEs, or creating onboarding guides.
2026-01-05
moai-mermaid-diagram-expert.md
0
1 export moai-mermaid-diagram-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enterprise Skill for advanced development
2026-01-05
api-builder.md
0
1 export api-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive API design and development workflow that orchestrates API architecture, endpoint design, documentation generation, and integration patterns. Handles everything from RESTful API creation and GraphQL schema design to API gateway setup and version management.
2026-01-05
octave-compression.md
0
1 export octave-compression
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Specialized workflow for transforming verbose natural language into semantic OCTAVE structures. REQUIRES octave-literacy to be loaded first. Use when refactoring documentation, generating knowledge artifacts, or compressing context. Triggers on: compress to octave, semantic compression, documentation refactoring.
2026-01-05
ascii-design-reviewer.md
0
1 export ascii-design-reviewer
2 garbray from "garbray/claude-config"
3 Review Phase 1 ASCII UI designs from a product owner perspective. Analyze user journeys, identify potential issues, ask clarifying questions about requirements and user flows, create Mermaid diagrams (flowcharts, sequence diagrams, state charts), provide detailed system behavior documentation, and document error handling strategies. Use when reviewing ASCII mockups to validate design against actual user needs, understand system workflows, and ensure completeness before moving to implementation.
2026-01-05
jupyter-notebook-testing.md
0
1 export jupyter-notebook-testing
2 ddttom from "ddttom/allaboutv2"
3 Create and manage Jupyter notebooks for testing Adobe Edge Delivery Services (EDS) blocks interactively in the browser using the ipynb-viewer block. Interactive JavaScript execution, overlay previews with backdrop, direct ES6 imports. Use when creating notebooks, testing blocks with ipynb files in browser, generating overlay previews, or creating executable documentation.
2026-01-05
tech-writer.md
0
1 export tech-writer
2 oehm-smith from "oehm-smith/linux-env"
3 Updates API documentation, governance docs, and creates Architecture Decision Records (ADRs)
2026-01-05
natspec-standards.md
0
1 export natspec-standards
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 NatSpec documentation standards and best practices for Solidity contracts. Use when documenting code or reviewing documentation quality.
2026-01-05
codex-mcps.md
0
1 export codex-mcps
2 GantisStorm from "GantisStorm/claude-code-repoprompt-codex-plugins"
3 Codex MCP tool reference. Supplemental parameter docs for codex tool (tuannvm/codex-mcp-server).
2026-01-05