Browse Skills
44835 skills found
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
theme-consistency.md
16
1
export
theme-consistency
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Enforce consistent theming across all prototype mockup screens. Auto-loads theme.yaml, validates CSS variable usage, prevents hardcoded values, and maintains visual consistency session-to-session. Use during /prototype create when generating new screens.
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
parallel-execution-optimizer.md
16
1
export
parallel-execution-optimizer
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Identify and execute independent operations in parallel for 3-5x speedup. Auto-analyzes task dependencies, groups into batches, launches parallel Task() calls. Applies to /optimize (5 checks), /ship pre-flight (5 checks), /implement (task batching), /prototype (N screens). Auto-triggers when detecting multiple independent operations in a phase.
2026-01-05
agents-md-generator.md
16
1
export
agents-md-generator
2
from
"thienanblog/awesome-ai-agent-skills"
from
"thienanblog/awesome-ai-agent-skills"
3
Generate or update CLAUDE.md/AGENTS.md files for AI coding agents through auto-scanning project files combined with interactive Q&A. Supports multiple tech stacks, development environments, and preserves customizations when updating.
2026-01-05
breaking-change-detector.md
16
1
export
breaking-change-detector
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Detect and warn about breaking API/schema changes before implementation. Auto-trigger when modifying API routes, database schemas, or public interfaces. Validates changes against api-strategy.md versioning rules. Suggests migration paths for breaking changes. Prevents removing endpoints, changing request/response formats, dropping database columns, modifying function signatures without deprecation.
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
data-structure-checker.md
16
1
export
data-structure-checker
2
from
"aws-samples/sample-deep-insight"
from
"aws-samples/sample-deep-insight"
3
This skill should be used when reading any tabular data file (Excel, CSV, Parquet, ODS). It automatically detects and fixes common data issues including multi-level headers, encoding problems, empty rows/columns, and data type mismatches. Returns a clean DataFrame ready for analysis with zero user intervention.
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
Unnamed Skill.md
16
1
export
Unnamed Skill
2
from
"MatiasComercio/agentic-config"
from
"MatiasComercio/agentic-config"
3
Rewrites git history safely with dry-run-first workflow. Supports commit amending, squashing, rewording, tag updates, and force pushing. Always proposes plan before execution. Triggers on keywords: rewrite history, squash commits, amend commit, fix commit, update tags, rebase history, clean history, fix tag
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
Unnamed Skill.md
16
1
export
Unnamed Skill
2
from
"MatiasComercio/agentic-config"
from
"MatiasComercio/agentic-config"
3
Expert assistant for authoring Claude Code skills. Creates precise SKILL.md files with proper YAML frontmatter, validates naming conventions, and applies official best practices. Triggers on keywords: writing skills, creating skills, skill authoring, SKILL.md, new skill, skill template, skill validation, skill structure, create skill, update skill
2026-01-05
user-service.md
16
1
export
user-service
2
from
"VilnaCRM-Org/user-service"
from
"VilnaCRM-Org/user-service"
3
No description provided
2026-01-24
generating-agents-md.md
16
1
export
generating-agents-md
2
from
"srtab/daiv"
from
"srtab/daiv"
3
Generates or updates an AGENTS.md file by scanning a repository for structure, commands, tests, and conventions. Use when a user asks to create or improve `AGENTS.md` for a repository.
2026-01-05
Unnamed Skill.md
16
1
export
Unnamed Skill
2
from
"MatiasComercio/agentic-config"
from
"MatiasComercio/agentic-config"
3
Alias skill that invokes /dry-run with all arguments passed through. Provides shorthand for dry-run mode. Triggers on keywords: dr, dry run shorthand, alias
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
task-breakdown-phase.md
16
1
export
task-breakdown-phase
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Standard Operating Procedure for /tasks phase. Covers task sizing, acceptance criteria definition, and TDD-first task sequencing. (project)
2026-01-05