Find the perfect skill
Linking Notes
Documentation
Discover and add wiki-links between notes. Use when asked to 'find connections', 'link this note', 'what should I link to', or 'connect my notes'.
Update Documentation
Documentation
Reviews and updates documentation in the docs/ folder to ensure it accurately reflects the current codebase. Use after making code changes that affect documented features, during periodic documentation audits, or when adding or removing features that need documentation. The process includes auditing code against documents, verifying diagrams and code samples, and checking for gaps in coverage.
Fix Broken Links
Documentation
Reads the broken links file, triages each link to a fix strategy, and opens an auditable PR. Workflow-invoked only.
C4 Architecture Documentation Workflow
Documentation
Generate comprehensive C4 architecture documentation for existing codebases using a bottom-up analysis approach.
Implementation Plan Creation
Documentation
Create a clear implementation plan with progress tracking and task status.
Changelog Generator
Documentation
Generates or updates changelog entries with business-focused language by reviewing file diffs from git diff. Helps create release notes, track version history, and group changes by module or feature.
Markdown File Validation
Documentation
Validates Markdown files with YAML frontmatter against JSON Schema definitions. Run a Python script in a directory containing a schema.yaml file to check all Markdown files for errors. Useful for maintaining consistent structured content.
Skill Review
Documentation
Review a skill for clarity, trigger quality, and maintainability.
Create a README file
Documentation
Create a comprehensive and well-structured README.md file for your project.
Add Langroid Design Patterns
Documentation
Add new Langroid design patterns to documentation files, with clear descriptions and proper references.
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.
Digest Index Generator
Documentation
Scans digest files and regenerates a full Markdown index, sorted newest first, with dates, types, and active sources.