Browse Skills
6825 skills found
claude-code-subagent-creator.md
0
1
export
claude-code-subagent-creator
2
from
"hirokita117/template-ai-coding-config"
from
"hirokita117/template-ai-coding-config"
3
Create Claude Code subagents from natural language requirements. Use when users want to create specialized AI subagents for Claude Code without manually writing the configuration. Handles agent creation for testing, code review, debugging, documentation, refactoring, and custom workflows. Generates .claude/agents/*.md files with appropriate YAML frontmatter and system prompts.
2026-01-05
obsidian-editing.md
0
1
export
obsidian-editing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert guidance on Obsidian markdown syntax, editing features, and formatting. Use when helping with Obsidian note-taking, formatting, or markdown syntax.
2026-01-05
writing-plans.md
0
1
export
writing-plans
2
from
"JKKN-Institutions/Kenavo"
from
"JKKN-Institutions/Kenavo"
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
architecture-documentation-creator.md
0
1
export
architecture-documentation-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create comprehensive technical documentation for code systems including data flow diagrams, architecture overviews, algorithm documentation, cheat sheets, and multi-file documentation sets. Use when documenting pipelines, algorithms, system architecture, data flow, multi-stage processes, similarity algorithms, or creating developer onboarding materials. Covers Mermaid diagrams, progressive disclosure, critical patterns, JSON schemas, Pydantic models, and print-friendly reference materials.
2026-01-05
technical-spike.md
0
1
export
technical-spike
2
from
"johannesfritz/autonomous-orchestration"
from
"johannesfritz/autonomous-orchestration"
3
Conduct objective-driven investigation to reduce uncertainty. Use when there's an unknown blocking estimation or implementation, when technical-pm identifies uncertainty, or when someone says "we need to investigate first".
2026-01-05
bats-testing-patterns.md
0
1
export
bats-testing-patterns
2
from
"HermeticOrmus/after-the-third-cup"
from
"HermeticOrmus/after-the-third-cup"
3
Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities.
2026-01-05
brainstorming.md
0
1
export
brainstorming
2
from
"seanGSISG/crispy-claude"
from
"seanGSISG/crispy-claude"
3
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
2026-01-05
agent-builder.md
0
1
export
agent-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Interactive AI agent development workflow orchestrator. Guides users through complete agent creation from brainstorming to production-ready implementation. Use when user wants to build a new AI agent, design an agentic system, scaffold an agent project, or needs help with agent architecture decisions. Supports three-phase workflow - design documentation, implementation scaffolding, and operations (deploy/observe/evaluate).
2026-01-05
astro.md
0
1
export
astro
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Builds content-focused websites with Astro using islands architecture, content collections, and multi-framework support. Use when creating static sites, blogs, documentation, marketing pages, or content-heavy applications with minimal JavaScript.
2026-01-05
terraform-code.md
0
1
export
terraform-code
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write HashiCorp-compliant Terraform infrastructure code for Azure with automated style validation. Optimized for azurerm and azapi providers. Use when implementing Terraform resources, modules, or configurations. Triggers include "write terraform", "create tf module", "terraform code", "implement infrastructure as code", or working with .tf files. ALWAYS uses Terraform MCP tools to query provider documentation before implementation.
2026-01-05
luban.md
0
1
export
luban
2
from
"WhiteDragonRoblox/roblox-ts-luban"
from
"WhiteDragonRoblox/roblox-ts-luban"
3
Use when working with Luban game configuration tool - covers schema definition, Excel data filling, code generation, polymorphic types, validators, localization, and roblox-ts integration. Provides indexed reference to complete Luban documentation by topic
2026-01-05
blazor-blog-feature.md
0
1
export
blazor-blog-feature
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Adds a complete blog feature to an existing Blazor WebAssembly Static Web App with Azure Functions backend and Azure File Share for markdown storage. Use when implementing blog functionality in .NET Blazor WASM projects with Azure infrastructure. Includes post listing, detail pages, markdown rendering, Azure Storage integration.
2026-01-05
expert-panel.md
0
1
export
expert-panel
2
from
"credentum/vivarium-lab"
from
"credentum/vivarium-lab"
3
ACTIVATE when debugging a skill, analyzing why a prompt isn't working, or stuck on a technical problem. Triggers on "what would the panel say", "let's debug this", "why isn't this working", "convene the panel", or when user expresses confusion about skill behavior.
2026-01-05
svg-diagram.md
0
1
export
svg-diagram
2
from
"younwony/TIL"
from
"younwony/TIL"
3
직접 SVG 코드를 작성하여 다이어그램을 생성합니다. 구조도, 비교 다이어그램, 테이블 형식 등 정교한 레이아웃이 필요할 때 사용하세요.
2026-01-05
confluence-documentation-patterns.md
0
1
export
confluence-documentation-patterns
2
from
"Lobbi-Docs/claude"
from
"Lobbi-Docs/claude"
3
Guide for creating and managing technical documentation in Confluence with Jira integration.
2026-01-05
reporting-standards.md
0
1
export
reporting-standards
2
from
"amattas/agentic-coding"
from
"amattas/agentic-coding"
3
Standards for security documentation and writeups
2026-01-05
email.md
0
1
export
email
2
from
"arlenagreer/claude_configuration_docs"
from
"arlenagreer/claude_configuration_docs"
3
Send and draft professional emails with seasonal HTML formatting, authentic writing style, contact lookup via Google Contacts, security-first approach, and Google Gmail API via Ruby CLI. This skill should be used for ALL email operations (mandatory per RULES.md).
2026-01-05
test-driven-development.md
0
1
export
test-driven-development
2
from
"mattleonard16/taxhelper"
from
"mattleonard16/taxhelper"
3
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-05
ux-design-gemini.md
0
1
export
ux-design-gemini
2
from
"chaorenex1/coding-agent-workflow"
from
"chaorenex1/coding-agent-workflow"
3
Create UX designs using memex-cli with Gemini backend. Use when (1) Generating user flows and wireframes, (2) Creating UI component specifications, (3) Designing interaction patterns, (4) Building design system documentation, (5) Producing responsive layout guides.
2026-01-05
layer-10-navigation.md
0
1
export
layer-10-navigation
2
from
"tinkermonkey/documentation_robotics"
from
"tinkermonkey/documentation_robotics"
3
Expert knowledge for Navigation Layer modeling in Documentation Robotics
2026-01-05
notion-mcp-developer.md
0
1
export
notion-mcp-developer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Develop Notion templates and databases using Notion MCP tools in Claude Code. Orchestrates escape room design skills (narrative-architect, puzzle-designer, formula-master, localizer, playtester) and implements their output via Notion MCP API. Use when creating Notion templates, building databases, implementing game mechanics, or managing complex multi-step Notion development workflows. Handles rate limits, session persistence via Serena MCP, and iterative development cycles.
2026-01-05
testing.md
0
1
export
testing
2
from
"markus41/lobbi-design-system"
from
"markus41/lobbi-design-system"
3
Testing patterns including pytest, unittest, mocking, fixtures, and test-driven development. Activate for test writing, coverage analysis, TDD, and quality assurance tasks.
2026-01-05
create-prd.md
0
1
export
create-prd
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate comprehensive Product Requirements Documents for web and mobile apps using lean startup methodology. Perfect for solo entrepreneurs and new product concepts. Creates hypothesis-driven PRDs with MVP focus, user stories, and technical specifications. Exports to multiple formats including Markdown, HTML, and DOCX. Use when planning new products, defining MVPs, or documenting product vision for AI coding assistants.
2026-01-05
rest-api-design.md
0
1
export
rest-api-design
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
REST API design patterns and MicroProfile OpenAPI documentation. Use when designing endpoints, choosing HTTP methods, status codes, or documenting APIs with OpenAPI annotations.
2026-01-05