Find the perfect skill
Skill Creation and Configuration
Documentation
This skill explains how to create and configure AI coding skills using the SKILL.md format, including required frontmatter fields (name, description) and when to invoke the skill. Use it when working with examples, tutorials, or skill documentation, or when creating or configuring a new skill.
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.
RSPress Frontmatter Configuration
Documentation
Configure YAML frontmatter in RSPress markdown/mdx files to control page metadata, layout, and special page types. Use for setting page titles, descriptions, SEO tags, toggling sidebar/outline/footer/navbar, and configuring home or overview pages. Particularly helpful when building documentation sites with hero sections or feature cards.
Documentation Audit
Documentation
Audits all project documentation by cross-referencing it against the actual codebase. Checks environment variables, file paths, Docker configs, and feature descriptions, then identifies gaps and applies fixes.
Documentation Orchestration Patterns
Documentation
Orchestrates parallel generation of technical documentation (APIs, code, READMEs, architecture, user guides) by coordinating specialized agents. Helps produce comprehensive, consistent documentation quickly across large codebases.
Add Skill Knowledge
Documentation
This skill captures new information learned during a session (troubleshooting, configurations, tools) and adds it to the appropriate skill knowledge base. It structures learnings with context, solution, and use cases for future reference. Helpful after solving a problem or discovering an important technique.
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.
Multi-source Research with gopher-cli
Documentation
Research a topic by searching across multiple sources (Hacker News, vault, docs) using gopher-cli, then fetch relevant documents, synthesize findings into a structured markdown note, and save it to the vault.
Skill Documentation Correction
Documentation
This skill analyzes conversations to detect errors in SKILL.md files and corrects them after user approval. It compares actual behavior with the documentation, proposes targeted changes (before/after), then applies edits to affected files (SKILL.md, scripts, references). Use it when a skill's instructions are outdated or incorrect based on execution feedback.
Links to PDFs - Document Scraper
Documentation
Scrape documents from Notion, DocSend, PDFs, and other sources into clean, readable formats. Extract content from any document-sharing platform.
Confluence - Wiki Manager
Documentation
Search and manage Confluence pages and spaces using the CLI. Access your team's knowledge base and documentation without leaving the terminal.
Architecture Decision Records Generator
Documentation
Generates formatted and structured Architecture Decision Records (ADR) following RFC standards to document important architectural decisions. Includes automatic numbering and consistency validation.