Find the perfect skill
Codemap Generator
Documentation
Automatically generates navigational codebase maps (CODEMAP.md) by analyzing project structure, detecting technologies, and creating annotated directory trees, architecture diagrams, and key file references. Helps developers onboard to new projects, understand repo layout, or create architecture documentation by producing an auto-updatable map that separates auto-generated navigation from hand-written design decisions.
How to Write Agent Skills - Complete Guide
Documentation
Complete guide on how to write Agent Skills for AI coding assistants. Covers core concepts, file structure, writing clear instructions, and best practices for testing and optimization. Helps developers design effective, composable skills for platforms like Claude API and Claude Code.
Generate Changelog
Documentation
Analyzes git history for a specified time period and generates a vibrant, human-readable changelog, ideal for non-technical teams (product managers, marketing, support) who need user-friendly release notes without technical jargon.
PDF Tools
Documentation
Search and extract content from PDF files without loading entire documents. Use pdfgrep for text searches and pdftotext to extract specific pages, page count, or metadata. Helps when you need to find information in large PDFs or extract relevant sections without reading the whole file.
Canvas - Visual Collaboration
Documentation
Enables AI-powered visual collaboration using Excalidraw for creating diagrams, flowcharts, and system architectures. Use it to draw, annotate, and collaborate on visual designs, then capture screenshots or export results. Helpful whenever you need to sketch technical concepts or visualize ideas.
Navigator Task Manager
Documentation
Creates and manages task documentation - implementation plans that capture what was built, how, and why. Perfect for documenting new features or archiving completed work.
Feature documentation generation
Documentation
Generates or updates documentation for the current feature, linking it to related documents and ensuring the main README is up to date. Helps maintain consistent, well-connected project documentation when adding new features.
PR Knowledge Extraction
Documentation
Extracts valuable knowledge from PR comments, reviews, and context files, then saves structured learnings to docs/learnings/. Use after completing a pull request or with the /compound command to document decisions and insights.
Sync Multilingual README Files
Documentation
Synchronizes English (README.md) and Chinese (README_ZH.md) documentation by translating new or changed sections between the two files. Preserves code blocks, formatting, and technical term consistency. Useful for maintaining bilingual documentation in multi-language projects.
VitePress Source Tutorial Generator
Documentation
Automatically generates a VitePress documentation site for learning source code, explaining how a codebase is implemented. Useful for analyzing projects, understanding internal architecture, and navigating modules.
Quick note addition
Documentation
Quickly adds notes to personal documentation (tips, todos, monitoring, changelog) using a shell script. Helps log useful tricks, tasks, research items, or changelog entries into dedicated files.
Generate Methodology Diagram
Documentation
Generates a publication-quality methodology diagram from a text file using PaperBanana. Supports a custom caption and defaults to 3 refinement iterations. Useful for visualizing research architectures or workflows.