Claude skills for documentation workflows
Skills, commands, and guides for writing docs, API references, onboarding content, changelogs, READMEs, and technical explainers.
Skills, commands, and guides for writing docs, API references, onboarding content, changelogs, READMEs, and technical explainers.
Compared at a glance
The top 5 picks side by side on trust, install, platform support, and disclosed notes — full rationale for each below.
2 trust signals differ across this comparison (Package trust, Source provenance).
| Field | User-created Claude Code custom slash command recipe for drafting project documentation from source files, existing docs, and repository conventions. Open dossier | Build high-performance async REST APIs with FastAPI, Python's fastest-growing web framework. Automatic OpenAPI/Swagger documentation, type-safe validation with Pydantic, native async/await support, and dependency injection for clean architecture. Open dossier | Aggregate Markdown folders into cohesive knowledge bases with automated table of contents generation, cross-link validation and rewriting, heading normalization, and multi-format export (HTML, PDF, DOCX, EPUB). Open dossier | Generate beautiful, searchable documentation using Mintlify with AI-powered content generation, API reference automation, and MDX components Open dossier | Expert release-changelog capability pack for git-cliff with conventional commits, deterministic release notes, and low-maintenance versioning. Open dossier |
|---|---|---|---|---|---|
| Next steps | |||||
| Trust | |||||
| Review status | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed |
| Package trustDiffers | Package not verified | Package verified2025-10-23 | Package verified2025-10-15 | Package not verified | Package verified2026-04-11 |
| Source provenanceDiffers | Source-backed | No submission link | No submission link | Source-backed | No submission link |
| Submitter | — | — | — | — | — |
| Install risk | Review first | Low risk | Low risk | Review first | Low risk |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ |
| Brand | — | — | — | — | — |
| Category | commands | skills | skills | commands | skills |
| Source | Source-backed | First-party | First-party | Source-backed | First-party |
| Author | JSONbored | JSONbored | JSONbored | JSONbored | JSONbored |
| Added | 2025-09-16 | 2025-10-23 | 2025-10-15 | 2025-10-16 | 2026-04-11 |
| Platforms | |||||
| Harness | |||||
| Source repo | — | — | — | — | — |
| Safety notes | ✓Generated documentation is a draft; verify examples, flags, endpoints, and behavior against the actual source before publishing. Do not let the command invent supported options, output formats, API fields, or guarantees that are not present in the code or official docs. If you add dynamic shell injection or allowed tools to the command file, scope those permissions narrowly because the command can run local commands. | ✓Installs and runs server packages (pip install fastapi uvicorn pydantic sqlalchemy) and starts an ASGI web server that listens on a network port. Review dependencies and bind to trusted interfaces before exposing endpoints. | ✓Installs npm packages (remark, unified) and runs scripts that read your Markdown files and write composed/transformed output to disk, overwriting files at the target path; review before running on an existing knowledge base. | ✓Review generated changes and commands before applying them; slash commands can ask the agent to read, write, edit, or run tools in the current project. Limit scope to the intended files and run in a trusted checkout when the command analyzes code, tests, security findings, or generated output. | ✓May produce commands or configuration for live infrastructure, CI, releases, or indexing; test changes in staging or dry-run mode first. Use least-privilege API tokens and review workflow, deploy, DNS, cache, and release changes before applying them to production. |
| Privacy notes | ✓The target source files, existing docs, examples, error messages, and command arguments may be sent into the model context. Do not include private API keys, customer records, unreleased roadmap details, or production logs in generated examples. | ✓API endpoints and database integrations can read and persist user-supplied data. Validate and scope what the service stores or logs, and keep database credentials and connection strings out of committed code. | ✓Inputs can include source files, prompts, logs, account metadata, repository details, and operational context that may be sent to the configured AI model. Redact secrets, customer data, private URLs, credentials, and proprietary implementation details before sharing prompts, reports, or generated artifacts. | ✓Prompts, source files, logs, errors, dependency metadata, and generated reports may be sent to the configured AI model during command execution. Redact secrets, customer data, private repository details, and proprietary code before sharing command output outside the workspace. | ✓Inputs can include repository metadata, workflow logs, deployment settings, domain names, analytics exports, and service configuration. Redact tokens, account IDs, private URLs, customer data, and proprietary deployment details before sharing generated reports or prompts. |
| Prerequisites | — none listed |
|
| — none listed |
|
| Install | | | | | |
| Config | — | — | — | — | — |
| Citations | |||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
- 01
/docs - Documentation Drafting Custom Command
Custom .claude/commands/docs.md recipe for repeatable documentation drafting without claiming an official built-in /docs command.
Invocation:Create .claude/commands/docs.md, then run: /docs <file-or-topic>Added 10mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cut/docs - Documentation Drafting Custom Command is included because it has safety notes present, privacy notes present, source-backed source posture.
Reach for insteadIf this will touch credentials, local files, or production systems, inspect the upstream source first.
- 02
FastAPI Python API Development Skill
Build high-performance async REST APIs with FastAPI, Python's fastest-growing web framework.
Level:advancedType:generalVerified:draftAdded 8mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutFastAPI Python API Development Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 03
Markdown Knowledge Base Composer Skill
Aggregate Markdown folders into cohesive knowledge bases with automated table of contents generation, cross-link validation and rewriting...
Level:advancedType:generalVerified:draftAdded 9mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutMarkdown Knowledge Base Composer Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 04
Mintlify Documentation Generator for Claude
Generate beautiful, searchable documentation using Mintlify with AI-powered content generation, API reference automation, and MDX components
Invocation:/mintlify-docs [options] <documentation_scope>Added 9mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutMintlify Documentation Generator for Claude is included because it has safety notes present, privacy notes present, source-backed source posture.
Reach for insteadIf this will touch credentials, local files, or production systems, inspect the upstream source first.
- 05
Git-Cliff Release Changelog Capability Pack Skill
Generate stable, high-signal changelogs and release notes with git-cliff and conventional commit discipline.
Level:expertType:capability-packVerified:validatedAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutGit-Cliff Release Changelog Capability Pack Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 06
MCP Tool Contract Testing Skill
Test-first MCP tool validation for safer integrations, stronger reliability, and lower breakage risk.
Level:advancedType:generalVerified:draftAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutMCP Tool Contract Testing Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 07
Proxmox VE API Capability Pack Skill
Deep Proxmox API skill for reliable infrastructure automation with safe sequencing and operational guardrails.
Level:expertType:capability-packVerified:validatedAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutProxmox VE API Capability Pack Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 08
Proxmox VE API Orchestrator Skill
Proxmox automation skill for repeatable VM/LXC operations, backups, and cluster-safe workflows.
Level:advancedType:generalVerified:draftAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutProxmox VE API Orchestrator Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 09
REST API Client Harness Skill
Explore and script against REST APIs with comprehensive authentication support (API keys, OAuth 2.0, JWT Bearer tokens, Basic Auth), pagi...
Level:advancedType:generalVerified:draftAdded 9mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutREST API Client Harness Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 10
tRPC Type-Safe API Builder Skill
Build end-to-end type-safe APIs with tRPC and TypeScript, eliminating code generation and runtime bloat for full-stack applications.
Level:advancedType:generalVerified:draftAdded 9mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cuttRPC Type-Safe API Builder Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 11
Unraid API Automation Operator Skill
Unraid-focused automation skill for agent-driven maintenance, observability, and repeatable operations.
Level:advancedType:generalVerified:draftAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutUnraid API Automation Operator Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 12
Unraid API v2 Capability Pack Skill
Expert Unraid API skill with endpoint behavior, auth flows, error patterns, and production-safe automation guardrails.
Level:expertType:capability-packVerified:validatedAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutUnraid API v2 Capability Pack Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 13
/explain - Code Explanation Command for Claude Code
Intelligent code explanation with visual diagrams, step-by-step breakdowns, and interactive examples
Invocation:/explain [options] <code_or_file>Added 10mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cut/explain - Code Explanation Command for Claude Code is included because it has safety notes present, privacy notes present, source-backed source posture.
Reach for insteadIf this will touch credentials, local files, or production systems, inspect the upstream source first.
- 14
/documentation-refresh - Documentation Refresh Runbook
Refresh stale docs using git history, README/script diffs, and link checks.
Invocation:/documentation-refresh [since-ref]Added 1mo agoSafety ✓ Privacy ✓by kiannidevWhy it made the cut/documentation-refresh - Documentation Refresh Runbook is included because it has safety notes present, privacy notes present, source-backed source posture.
Reach for insteadIf this will touch credentials, local files, or production systems, inspect the upstream source first.
- 15
OpenAI Docs Skill
Use OpenAI docs MCP tools first for source-backed OpenAI API and Codex answers.
Level:foundationalType:generalVerified:validatedAdded 1mo agoSafety ✓ Privacy ✓by OpenAI · submitted by JSONboredWhy it made the cutOpenAI Docs Skill is included because it has safety notes present, privacy notes present, source-backed source posture.
Reach for insteadIf this will touch credentials, local files, or production systems, inspect the upstream source first.
- 16
Bun JavaScript Runtime Development Skill
One binary in place of Node.js, npm, a bundler, and a test runner — plus built-in SQLite and an HTTP server API.
Level:advancedType:generalVerified:draftAdded 8mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutBun JavaScript Runtime Development Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 17
Google Workspace Gemini Automation Skill
Build practical Gemini + Workspace automations with safeguards, auditability, and business-ready output quality.
Level:advancedType:generalVerified:draftAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutGoogle Workspace Gemini Automation Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 18
Playwright E2E Testing Automation Skill
Playwright auto-waits for elements before acting, isolates every test context, and targets Chromium, Firefox, and WebKit from a single cross-platform API...
Level:advancedType:generalVerified:draftAdded 9mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutPlaywright E2E Testing Automation Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
Missing a pick? Propose an edit to this list — every change goes through the same review queue as new entries.
Suggest a pickGet the weekly brief
One calm read on Claude workflows. Sundays. No tracking pixels.
Unsubscribe any time. No tracking pixels. No partner blasts.