Browse Skills
18175 skills found
system-prompt-writer.md
16
1
export
system-prompt-writer
2
from
"aws-samples/sample-deep-insight"
from
"aws-samples/sample-deep-insight"
3
This skill should be used when writing or improving system prompts for AI agents, providing expert guidance based on Anthropic's context engineering principles.
2026-01-05
create-agent-skills.md
16
1
export
create-agent-skills
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Expert guidance for creating, writing, building, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure, progressive disclosure, workflows, validation patterns, and XML formatting.
2026-01-05
anti-duplication.md
16
1
export
anti-duplication
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Before implementing new code (endpoints, components, services, models), search the codebase for existing patterns to reuse. Prevent code duplication by finding and suggesting similar implementations. Auto-trigger when user asks to create, implement, add, or build new functionality.
2026-01-05
planning-phase.md
16
1
export
planning-phase
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Generates implementation plans with code reuse analysis, architecture design, and complexity estimation during the /plan phase. Use when planning feature implementation, analyzing code reuse opportunities, or designing system architecture after specification phase completes. Integrates with 8 project documentation files for constraint extraction. (project)
2026-01-05
specification-phase.md
16
1
export
specification-phase
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Provides standard operating procedures for the /specify phase including feature classification (HAS_UI, IS_IMPROVEMENT, HAS_METRICS, HAS_DEPLOYMENT_IMPACT), research depth determination, clarification strategy (max 3, informed guesses for defaults), and roadmap integration. Use when executing /specify command, classifying features, generating structured specs, or determining research depth for planning phase. (project)
2026-01-05
Unnamed Skill.md
16
1
export
Unnamed Skill
2
from
"MatiasComercio/agentic-config"
from
"MatiasComercio/agentic-config"
3
Orchestrates multi-agent workflows by delegating ALL tasks to spawned subagents via /spawn command. Parallelizes independent work, supervises execution, tracks progress in UUID-based output directories, and generates summary reports. Never executes tasks directly. Triggers on keywords: orchestrate, manage agents, spawn agents, parallel tasks, coordinate agents, multi-agent, orc, delegate tasks
2026-01-05
technical-writer.md
16
1
export
technical-writer
2
from
"larsbaunwall/DomainLang"
from
"larsbaunwall/DomainLang"
3
Use for documentation tasks including API docs, user guides, JSDoc comments, grammar documentation, and README updates. Activate when writing or reviewing documentation in /docs/, creating JSDoc, or updating examples.
2026-01-05
hallucination-detector.md
16
1
export
hallucination-detector
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Detect and prevent hallucinated technical decisions during feature work. Auto-trigger when suggesting technologies, frameworks, APIs, database schemas, or external services. Validates all tech decisions against docs/project/tech-stack.md (single source of truth). Blocks suggestions that violate documented architecture. Requires evidence/citation for all technical choices. Prevents wrong tech stack, duplicate entities, fake APIs, incompatible versions.
2026-01-05
obsidian-markdown-structure.md
16
1
export
obsidian-markdown-structure
2
from
"jykim/AI4PKM"
from
"jykim/AI4PKM"
3
Validate and enforce markdown document structure including frontmatter positioning, heading hierarchy, and content organization. Use when creating or validating markdown files.
2026-01-05
lead-engineer.md
16
1
export
lead-engineer
2
from
"larsbaunwall/DomainLang"
from
"larsbaunwall/DomainLang"
3
Use for implementing features, writing production TypeScript/Langium code, code review guidance, and ensuring technical quality. Activate when implementing new functionality, reviewing PRs, or optimizing performance.
2026-01-05
persist-knowledge.md
16
1
export
persist-knowledge
2
from
"default-anton/dotfiles"
from
"default-anton/dotfiles"
3
Required at end of every task; and before editing/creating AGENTS.md/docs/skills
2026-01-05
brave-search.md
16
1
export
brave-search
2
from
"default-anton/dotfiles"
from
"default-anton/dotfiles"
3
Web search via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
2026-01-05
specification-architect.md
16
1
export
specification-architect
2
from
"adrianpuiu/specification-document-generator"
from
"adrianpuiu/specification-document-generator"
3
A rigorous, traceability-first system that generates five interconnected architectural documents (blueprint.md, requirements.md, design.md, tasks.md, and validation.md) with complete requirements-to-implementation traceability. Use this skill when users need to architect systems, create technical specifications, or develop structured project documentation with guaranteed traceability.
2026-01-05
obsidian.md
16
1
export
obsidian
2
from
"gapmiss/obsidian-plugin-skill"
from
"gapmiss/obsidian-plugin-skill"
3
Comprehensive guidelines for Obsidian.md plugin development including all 27 ESLint rules, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, and submission requirements. Use when working with Obsidian plugins, main.ts files, manifest.json, Plugin class, MarkdownView, TFile, vault operations, or any Obsidian API development.
2026-01-05
error-recovery.md
16
1
export
error-recovery
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Classify workflow failures and attempt automatic recovery. Use when sprint/feature fails during implementation to determine if auto-fix is possible or manual intervention required.
2026-01-05
gemini-cli.md
16
1
export
gemini-cli
2
from
"OleksandrKucherenko/e-bash"
from
"OleksandrKucherenko/e-bash"
3
Use Gemini CLI as a complementary AI tool for tasks requiring massive context windows (1M tokens). Invoke when analyzing large codebases, requesting deep analysis with extended thinking, getting second opinions on complex problems, or when Claude's context limits are insufficient. Triggers include phrases like "use gemini", "analyze with gemini", "get second opinion", "deep analysis of codebase", or when processing files exceeding Claude's context capacity.
2026-01-05
blz-source-management.md
16
1
export
blz-source-management
2
from
"outfitter-dev/blz"
from
"outfitter-dev/blz"
3
Teaches how to discover, validate, and add llms.txt documentation sources to the blz CLI. Use when adding documentation to blz, finding llms.txt or llms-full.txt files, validating sources, refreshing content, or managing the documentation index. Covers source discovery, dry-run validation, and index file handling.
2026-01-05
staging-validation-phase.md
16
1
export
staging-validation-phase
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Guides manual staging validation before production deployment through smoke tests, critical user flow testing, data migration verification, and rollback capability checks. Use when validating staging deployments, running pre-production tests, or preparing for production promotion in staging-prod deployment model. (project)
2026-01-05
topsail-ci.md
16
1
export
topsail-ci
2
from
"openshift-psap/topsail"
from
"openshift-psap/topsail"
3
Suite of tools to fetch TOPSAIL CI logs and artifacts for test troubleshooting
2026-01-05
pester.md
16
1
export
pester
2
from
"OleksandrKucherenko/e-bash"
from
"OleksandrKucherenko/e-bash"
3
PowerShell TDD testing framework guidance for Pester v5+. Use when writing, structuring, or debugging PowerShell unit tests; mocking cmdlets, native commands (bash, git, curl), or .NET types; isolating tests with TestDrive/TestRegistry; capturing output streams; generating code coverage or JUnit/NUnit reports for CI/CD; running parameterized or tagged tests; or troubleshooting Pester Discovery vs Run phase issues.
2026-01-05
mcp-builder.md
16
1
export
mcp-builder
2
from
"basher83/Zammad-MCP"
from
"basher83/Zammad-MCP"
3
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
2026-01-05
ultrathink.md
16
1
export
ultrathink
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Deep planning philosophy for craftsman-level architecture. Transforms planning from research-then-design to research-question-simplify-design. Use when --deep flag is set, for epics, complex features (30+ tasks), or when auto_deep_mode preference is enabled. Invokes assumption questioning, codebase soul analysis, and ruthless simplification. (project)
2026-01-05
presubmit.md
16
1
export
presubmit
2
from
"wowsignal-io/pedro"
from
"wowsignal-io/pedro"
3
Complete the required presubmit. Use before declaring a feature finished, after a large refactor or when asked.
2026-01-05
element-html-builder.md
16
1
export
element-html-builder
2
from
"rohanthewiz/element"
from
"rohanthewiz/element"
3
Element is a zero dependency library to efficiently generate HTML programmatically, without templates in Go
2026-01-05