Browse
Documentation
Skills Found
technical-writing
This skill provides structured templates and patterns for creating technical documentation like Architecture Decision Records (ADRs), system docs, API references, and operational runbooks. It emphasizes living documentation, diagrams over prose, and audience-appropriate detail to prevent documentation drift and maintain knowledge.
confluence-docs
Provides structured Markdown templates for ADRs, runbooks, architecture docs, and KT documents. Includes clear file naming conventions and a pre-publish checklist. Useful for teams needing consistent technical documentation formats.
troubleshooting-docs
Automatically captures solved technical problems as structured markdown files with YAML frontmatter when users confirm fixes. Organizes by symptom categories, validates against schemas, and enables cross-referencing to build searchable institutional knowledge.
website-maintainer
This skill provides guidance for maintaining a VitePress documentation website with 14 language translations. It explains the project structure, how to add new languages, edit content, and follow translation guidelines. The instructions are specific to the Repomix project's website directory.
resource-curator
This skill provides a systematic method for auditing and curating external learning resources for JavaScript documentation. It includes checklists for broken links, outdated content, and quality standards, with specific targets for different resource types (articles, videos, MDN references).
summary-generator
Generates structured lesson summaries from educational markdown files using a Socratic questioning framework. Extracts core concepts, mental models, patterns, and common mistakes into a consistent template. Designed for creating .summary.md companion files for quick student review.
clinical-reports
This skill generates structured clinical reports following specific medical guidelines (CARE, ICH-E3, SOAP). It includes validation checklists for HIPAA/FDA compliance and mandates visual schematics. Focuses on accuracy, regulatory adherence, and standardized medical documentation formats.
llms-txt-support
Detects and fetches llms.txt files for LLM-optimized documentation, providing structured workflows for checking documentation availability before scraping. Includes validation steps, variant selection logic, and fallback procedures.
discover-diagrams
This skill automatically provides access to Mermaid.js diagram creation tools when Claude detects visualization work. It organizes 8 specialized diagram types (flowcharts, sequence, ER, architecture, etc.) and offers progressive loading to manage token usage. Includes workflow examples for common documentation scenarios like API design and project planning.
Documenting Code
This skill helps developers keep project documentation synchronized with code changes. It provides specific workflows for updating feature specs, API contracts, and README files following init-project standards. Includes validation commands to check consistency and coverage across documentation files.
help
Provides in-context help for Conductor's Context-Driven Development system. Documents all commands (setup, new-track, implement, status, revert) with clear examples, directory structure, and troubleshooting steps. Serves as a quick reference for developers using the Conductor workflow.
code-card-news-generator
Generates visually appealing code explanation cards optimized for social media. Takes code concepts and creates title cards plus detailed explanation cards with Korean descriptions, syntax-highlighted code snippets, and explanations. Outputs 1080x1080 pixel images ready for sharing.