Find the perfect skill
Move Documentation Files
Documentation
Automates moving documentation files with git history preservation, automatic alias injection, verification, and internal link updates.
Documentation Sync
Documentation
Ensures documentation stays updated with code changes, including decisions and ADRs.
Technical Specification Creator
Documentation
Creates lightweight specifications for non-trivial changes that benefit from upfront design. Generates a numbered spec file in docs/specs/ and creates a corresponding GitHub issue with spec:draft label. Helps teams document and track design decisions for infrastructure, security, or multi-component features.
Publish Skill to Docs Site
Documentation
Sync a marketplace skill to the documentation site. Creates skill detail pages in English and Chinese, updates indexes and navigation.
tldr - Simplified man pages
Documentation
Use tldr to get simplified, concise man pages for CLI tools. Prioritize tldr over man or --help.
Architecture Decision Record
Documentation
Create or modify Architecture Decision Records (ADRs) following a defined template.
Plan Generation
Documentation
Generate a detailed plan.md document with steps needed to complete a feature or task, including code snippets and clarifying questions.
C4 Architecture Documentation Workflow
Documentation
Generate comprehensive C4 architecture documentation for an existing repository using a bottom-up analysis approach, producing Context, Container, Component, and Code level diagrams.
Write an xmris docs page
Documentation
Create or edit hand-authored pages in the xmris docs: tutorials, explainers, or contributor guides, following MyST notebook patterns and CI checks.
Digest Index Regeneration
Documentation
Regenerates digests/README.md as a Markdown table indexing all digest files, sorted newest-first, with metadata like date range, type, sources, and themes.
Documentation Maintenance
Documentation
Keep docs aligned with shipped behavior, reduce confusion, and improve contributor onboarding.
Upstream Release Documentation
Documentation
Analyze an upstream project's new release, verify changes against source code, and update documentation. Covers discovery, deep-dive into PRs/issues, docs audit, source-verified implementation, and review feedback handling.