Find the perfect skill
Documentation Quality Analyzer
Documentation
Analyze documentation for duplicates, outdated content, and discrepancies with the codebase. It scans source code and documentation, then generates a structured blame report highlighting critical issues, warnings, and recommendations. Useful for maintaining accurate and consistent documentation.
Find UI Component
Development
Maps UI screenshots or visual descriptions to frontend component source files. Automatically activates before /scout when a screenshot is pasted with UI intent, extracting visual signals (text, layout, colors) and matching them against a component index with confidence scoring. Outputs a Mermaid diagram of component relationships to streamline navigation.
Pronunciation Specialist
Content
Scans lyrics for pronunciation risks and prevents Suno AI mispronunciations. Detects homophones, technical terms, proper nouns, and provides phonetic corrections for clean output.
Forecast Generator
Data & AI
Automated assistance for forecast generation tasks in data analytics. Provides step-by-step guidance, production-ready code, and validation against industry standards.
Kill OS Processes and Docker Containers
Development
Terminates OS processes or Docker containers by PID, name, or container ID. Useful for freeing blocked ports, killing resource-heavy processes, or stopping lingering containers. Supports both graceful stop and force kill.
PRD Creation Assistant
Documentation
Automatically generates comprehensive Chinese PRD documents following 2026 best practices. Helps product managers create structured, data-driven product requirements documents with clear problem statements, success metrics, and timelines.
Add a Tauri command
Development
End-to-end checklist for adding, renaming, or changing a Tauri command, covering Rust, TypeScript, tests, and capabilities.
Feature Planning with zfeats
Productivity
Plan and execute complex features using markdown checklists stored in the `zfeats/` directory. The skill creates a structured breakdown of tasks as actionable checkboxes, guides step-by-step implementation with progress tracking, and updates the checklist in real time. Ideal for large tasks that need clear organization and traceability.
Feature Planning
Development
Generates a detailed implementation plan in specs/*.md for a new feature. It follows a structured template with description, user story, steps, and acceptance criteria, after researching existing code patterns and conventions.
Complete Idea
Productivity
Manually closes an accepted idea after verifying that all its derived tasks are completed. This is useful for edge cases where the idea wasn't automatically closed, such as manually converted tasks or legacy ideas predating the auto-close feature.
Claude Code session diagnostic
DevOps
Analyzes Claude Code session bloat: displays token count, context usage percentage (out of 200K), and a breakdown of bloat sources. Useful when the session feels large or the context window nears capacity, with recommendations for reducing it.
Research Orchestration Patterns
Development
Orchestrates structured research workflows for codebase exploration, technical investigation, dependency analysis, and documentation research. Uses parallel fan-out and reduce phases to efficiently trace features, analyze impacts, and diagnose performance issues.