Browse Skills

22656 skills found

secrets-management.md
3
1 export secrets-management
2 melodic-software from "melodic-software/claude-code-plugins"
3 Use when designing secret storage, rotation, or credential management systems. Covers HashiCorp Vault patterns, AWS Secrets Manager, Azure Key Vault, secret rotation, and zero-knowledge architectures.
2026-01-05
memory-cli-ops.md
3
1 export memory-cli-ops
2 d-o-hub from "d-o-hub/rust-self-learning-memory"
3 Execute and troubleshoot memory-cli commands for episode management, pattern analysis, and storage operations. Use this skill when running CLI commands, debugging CLI issues, explaining command usage, or guiding users through CLI workflows.
2026-01-05
documenting-domains.md
3
1 export documenting-domains
2 thkt from "thkt/claude-config"
3 Generate domain understanding documentation from codebase analysis. Extracts entities, business logic, domain terms, and concept relationships. Triggers: domain understanding, glossary, entities, business logic, domain model, ER diagram, use cases.
2026-01-05
k-docs.md
3
1 export k-docs
2 Falkicon from "Falkicon/Mechanic"
3 Index of Mechanic documentation with summaries and links. Load this to understand what documentation exists and where to find detailed information on specific topics. Triggers: docs, documentation, reference, guide, help.
2026-01-05
entity-relation-based-documentation.md
3
1 export entity-relation-based-documentation
2 ShunsukeHayashi from "ShunsukeHayashi/miyabi-mcp-bundle"
3 Generate documentation based on Miyabi's Entity-Relation Model (14 entities, 39 relationships). Use when documenting features, updating architecture docs, or explaining how components work.
2026-01-05
frontend-design.md
3
1 export frontend-design
2 donggyun112 from "donggyun112/ai-librarian"
3 Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
agent-expert-creation.md
3
1 export agent-expert-creation
2 melodic-software from "melodic-software/claude-code-plugins"
3 Create specialized agent experts with pre-loaded domain knowledge using the Act-Learn-Reuse pattern. Use when building domain-specific agents that maintain mental models via expertise files and self-improve prompts.
2026-01-05
release-guard.md
3
1 export release-guard
2 d-o-hub from "d-o-hub/rust-self-learning-memory"
3 STRICT GitHub release gatekeeper. Blocks premature releases (from develop, incomplete CI). Verifies PR merged to main + ALL CI passed before allowing tag/release. Triggers on "release", "tag", "publish", "deploy", "version".
2026-01-05
add-paper.md
3
1 export add-paper
2 maxpool from "maxpool/maxpool-website"
3 Add a research paper to the maxpool research-papers collection. Use when the user provides an ArXiv URL, PDF link, or asks to add/summarize a research paper for the website. Handles paper fetching, insight extraction, HTML generation, and index updates.
2026-01-05
senior-backend-agent.md
3
1 export senior-backend-agent
2 donggyun112 from "donggyun112/ai-librarian"
3 Comprehensive backend development skill for building scalable backend systems using NodeJS, Express, Go, Python, Postgres, GraphQL, REST APIs. Includes API scaffolding, database optimization, security implementation, and performance tuning. Use when designing APIs, optimizing database queries, implementing business logic, handling authentication/authorization, or reviewing backend code.
2026-01-05
analyze-email.md
3
1 export analyze-email
2 fatbobman from "fatbobman/mail-mcp-bridge"
3 Quick single email analysis - read metadata, content summary, and list attachments without extracting them.
2026-01-05
state-machine-design.md
3
1 export state-machine-design
2 melodic-software from "melodic-software/claude-code-plugins"
3 Statechart and state machine modeling for lifecycle and behavior specification
2026-01-05
dspy-categorical.md
3
1 export dspy-categorical
2 manutej from "manutej/categorical-meta-prompting"
3 DSPy compositional prompt optimization with categorical signatures, module chaining, and automated prompt tuning. Use when building declarative LLM programs with typed signatures, composing multi-step reasoning modules (ChainOfThought, ReAct, ProgramOfThought), optimizing prompts with MIPROv2/BootstrapFewShot, or creating modular AI pipelines that separate program logic from prompt engineering.
2026-01-05
generating-swift-package-docs.md
3
1 export generating-swift-package-docs
2 czottmann from "czottmann/claude-code-stuff"
3 Generates comprehensive API documentation for Swift package dependencies on-demand. This skill helps you quickly obtain documentation for packages used in Xcode projects when you encounter unfamiliar module imports. Automatically resolves modules to packages and caches documentation for reuse. This is the primary tool for understanding individual `import` statements. Use when user asks "what's import X?" or "what does import X do?", encountering unfamiliar import statements, exploring a dependency's API, or user asks about package documentation
2026-01-05
hook-development.md
3
1 export hook-development
2 OshanKHZ from "OshanKHZ/cc-swiss-knife"
3 This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.
2026-01-05
google-adk.md
3
1 export google-adk
2 kazunori279 from "kazunori279/gcp-blogs"
3 Agent Development Kit from Google
2026-01-05
aps-doc-staging.md
3
1 export aps-doc-staging
2 treasure-data from "treasure-data/td-skills"
3 Expert documentation generation for staging transformation layers. Auto-detects SQL engine (Presto/Trino vs Hive), documents transformation rules, PII handling, deduplication strategies, and data quality rules. Use when documenting staging transformations.
2026-01-05
configure.md
3
1 export configure
2 atrawog from "atrawog/bazzite-ai"
3 Unified system configuration dispatcher for bazzite-ai. Manages services(Docker, Cockpit, SSH), desktop settings (gamemode, Steam), security(passwordless sudo), and development environment (GPU containers). Usewhen users need to enable/disable system features or check configuration status.
2026-01-05
coder-memory-store.md
3
1 export coder-memory-store
2 hungson175 from "hungson175/deploy-memory-tools"
3 Store universal coding patterns into vector database. Auto-invokes after difficult tasks with broadly-applicable lessons. Trigger with "--store" or when user expresses frustration (strong learning signals). Uses true two-stage retrieval with MCP server v2.
2026-01-05
design-of-experiments.md
3
1 export design-of-experiments
2 jkitchin from "jkitchin/skillz"
3 Expert guidance for Design of Experiments (DOE) in Python - interactive goal-driven design selection, classical DOE (factorial, response surface, screening), Bayesian optimization with Gaussian processes, model-driven optimal designs, active learning, and sequential experimentation; includes pyDOE3, pycse, GPyOpt, scikit-optimize, statsmodels
2026-01-05
vertexai-live-api.md
3
1 export vertexai-live-api
2 kazunori279 from "kazunori279/gcp-blogs"
3 Google Cloud Gemini Live API documents
2026-01-05
analyzing-root-causes.md
3
1 export analyzing-root-causes
2 thkt from "thkt/claude-config"
3 5 Whys方法論によるソフトウェア問題の根本原因分析。 トリガー: 根本原因, root cause, 5 Whys, なぜなぜ分析, 対症療法, patch, symptom, 症状, 表面的, workaround, ワークアラウンド, 本質的, 応急処置, bandaid, quick fix.
2026-01-05
report-architecture-analysis.md
3
1 export report-architecture-analysis
2 Official-MoonDao from "Official-MoonDao/LORS"
3 Specialized skill for conducting detailed architectural analysis of lunar rover systems and subsystems.
2026-01-05
schema-design.md
3
1 export schema-design
2 melodic-software from "melodic-software/claude-code-plugins"
3 Design database-specific schemas for relational, document, graph, and time-series databases.
2026-01-05