Documentation
Documentation tools and technical writing skills
6825 skills in this category
Subcategories
writing-plans
Use when spec is complete and you need detailed implementation tasks for LLM agents. Creates execution plans with exact file paths, complete code examples, and verification steps. Triggers: 'write plan', 'execution plan', 'implementation plan', 'break down into tasks', 'detailed steps'.
pycharm-refs
This skill should be used when agents need to provide clickable code references to users in reports, investigations, or bug findings. It ensures file references use the simple path:line_number format that Claude Code automatically converts to clickable links. Do not use for general documentation or conceptual explanations.
global-error-handling
Implement robust error handling with user-friendly messages, fail-fast validation, specific exception types, and proper resource cleanup across the application. Use this skill when writing try-catch blocks, throwing or catching exceptions, implementing error boundaries, handling API errors, or managing error states in any part of the codebase. Apply this skill when validating inputs early (fail fast), providing clear actionable error messages to users without exposing security details, using specific exception types rather than generic errors, implementing centralized error handling at appropriate boundaries, designing for graceful degradation, implementing retry logic with exponential backoff, or ensuring resources are cleaned up in finally blocks. This skill ensures errors are caught and handled appropriately, user experience remains positive even when errors occur, security is maintained by not leaking sensitive information, and systems continue operating or degrade gracefully when non-critical services fa
task-planning
Orchestrates the complete task planning workflow including codebase exploration, requirements gathering, and technical plan creation. Use when the user provides a new feature request, bug fix, or refactoring task that needs planning before implementation.
mvp-help
Help and documentation for Idea to MVP plugin.Use when: user asks about building MVPs, vibe coding, or available commands.Triggers: "help", "what can you do", "mvp help", "how to build".
subagent-name
Guided workflow for creating new Claude Code Skills with proper structure, documentation, templates, subagents, and hooks. Use this when the user wants to create a new skill or asks you to build tooling/automation. Ensures skills follow official conventions and are production-ready.
manuscript-writing
PRISMA-compliant manuscript drafting for systematic reviews
markdown-authoring
Markdown style patterns to use when writing documents.
draft-commit-message
Draft a Conventional Commits message in markdown when the user asks for a commit message/commit msg (e.g., "commit msg?", "commit message", "msg in md"). Use for any request to write or format a git commit message.
docs-as-code
Load when working on documentation systems, README files, API docs, orimplementing documentation workflows. Contains best practices for treatingdocumentation as code with version control, automation, and CI/CD integration.
use-pmc
Use PMC (Project Manager Claude) CLI for workflow orchestration. Use this skill when running workflows, creating new projects, syncing docs with implementation, or managing project planning.
r-style-guide
Kyle's R coding style guide combining tidyverse conventions with personal preferences. Use when writing or reviewing R code to ensure consistency with preferred style patterns.
langgraph-docs
Use when answering LangGraph questions. Prefer reading local project code/specs; fetch docs only if needed.
researching-with-deepwiki
Research GitHub, GitLab, and Bitbucket repositories using DeepWiki MCP server. Use when exploringunfamiliar codebases, understanding project architecture, or asking questions about how a specificopen-source project works. Provides AI-powered repo analysis and RAG-based Q&A about source code.NOT for fetching library API docs (use fetching-library-docs instead) or local files.
vue-development
Use when planning or implementing Vue 3 projects - helps architect component structure, plan feature implementation, and enforce TypeScript-first patterns with Composition API, defineModel for bindings, Testing Library for user-behavior tests, and MSW for API mocking. Especially useful in planning phase to guide proper patterns before writing code.
drizzle
Builds type-safe database applications with Drizzle ORM including schema definition, queries, relations, and migrations. Use when working with databases in TypeScript, defining schemas, writing type-safe queries, or managing migrations.
technical-writer
Senior Technical Writer with 10+ years documenting complex systems. Use when creating/updating documentation, writing API docs, creating architecture diagrams (C4, Mermaid), generating changelogs, writing READMEs, or creating onboarding guides.
moai-mermaid-diagram-expert
Enterprise Skill for advanced development
api-builder
Comprehensive API design and development workflow that orchestrates API architecture, endpoint design, documentation generation, and integration patterns. Handles everything from RESTful API creation and GraphQL schema design to API gateway setup and version management.
octave-compression
Specialized workflow for transforming verbose natural language into semantic OCTAVE structures. REQUIRES octave-literacy to be loaded first. Use when refactoring documentation, generating knowledge artifacts, or compressing context. Triggers on: compress to octave, semantic compression, documentation refactoring.