Browse
Documentation
Skills Found
prd-generator
This skill generates Product Requirements Documents (PRDs) using a structured template. It guides users through a discovery process, creates user stories, and defines success metrics based on common frameworks like AARRR and HEART. It includes validation scripts and examples for different product scenarios.
Writing Documentation for LLMs
Provides concrete guidelines for writing documentation optimized for LLM consumption. Focuses on token efficiency, progressive disclosure, and specific patterns like 'What + When' descriptions. Includes anti-patterns and practical examples for API docs and code documentation.
documenting-rust-code
Provides specific guidance for documenting Rust code in the HASH codebase, covering doc comments, intra-doc links, error sections, and examples. Includes detailed patterns for different function types and module documentation with practical examples.
documentation-extraction
This skill provides structured methods for reading and verifying project documentation. It offers specific patterns for READMEs, API docs, specs, and config files, with checklists for identifying outdated or conflicting information. It emphasizes cross-referencing docs with actual code.
moai-workflow-jit-docs
A workflow skill that loads documentation on-demand based on user intent and project context. It detects technology keywords, searches multiple sources (local files, official docs, web), and caches results. Useful when users ask specific technical questions or need implementation guidance.
moai-docs-generation
Provides concrete patterns for generating documentation using real tools like Sphinx, MkDocs, TypeDoc, and Nextra. Covers setup, configuration, and CI/CD integration for API docs, user guides, and static sites. Includes specific commands and file examples for different documentation frameworks.
wheels-documentation-generator
Generates documentation comments, README templates, and API documentation specifically for CFWheels applications. Provides consistent formatting for function docs, model definitions, and project setup instructions.
using-tw-team
Specialized agents for technical documentation tasks including functional guides, API references, and quality reviews. Provides clear dispatch patterns, voice/tone standards, and integration with development teams. Follows an orchestrator model where users delegate to specialized writers rather than writing manually.
bunjs-apidog
This skill provides detailed guidance for creating OpenAPI specifications and integrating them with Apidog for Bun.js TypeScript backends. It covers spec structure, field naming conventions (camelCase), schema design, and includes a shell script for automated API spec import. It addresses common error scenarios and best practices.
canonical-format-checker
This skill prevents format drift in educational content by checking if lessons about platform patterns (skills, agents, ADRs) match their canonical source formats. It provides specific lookup tables, comparison checklists, and drift reports with concrete fixes. Integrates with planning and implementation workflows.
writing-functional-docs
This skill provides structured patterns for writing functional documentation like guides, tutorials, and best practices. It offers clear templates for different doc types, specific writing patterns, visual element guidance, and a quality checklist. It helps writers produce consistent, user-focused documentation.
moai-library-nextra
This skill provides a structured template for building documentation sites using Nextra with Next.js. It covers project setup, theme configuration, MDX integration, and deployment patterns. The guide includes concrete code examples for different use cases like enterprise docs and API references.