Docs & Writing
Docs & writing agent skills turn AI agents into dependable technical writers: READMEs, API references, PDFs and Word documents, changelogs, and style-guide enforcement. Install one and your agent produces the same structure and tone every time it writes.
-
yeaight7 Bundle Markitdown File Intake 2Use when the user provides a MarkItDown-supported file or URL and converting it to Markdown first will make inspection easier, cheaper, or more reliable.
-
yeaight7 Skill Doc Consistency Check 2Use when documentation may have rotted against the code -- files were renamed or moved, scripts or env vars changed, or readers report commands and paths from the docs that no longer work.
-
compozy Bundle Fumadocs 2Set up, customize, or troubleshoot Fumadocs Core/MDX/UI: adapters, loaders, navigation/layouts, search, MDX components, OpenAPI, OG images, exports, and i18n. Excludes generic Markdown, unrelated framework setup, and non-Fumadocs projects.
-
compozy Bundle Eng Schema Migration 2Change Compozy SQLite tables, columns, indexes, constraints, triggers, or seed data under internal/store or internal/memory using append-only Goose migrations and owning generators. Excludes in-memory structures, Markdown memory, and non-SQLite caches.
-
desesbraker Bundle Employment Contract Templates 2Templates and patterns for creating legally sound employment documentation including contracts, offer letters, and HR policies.
2 -
desesbraker Bundle Code Documentation Code Explain 2You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform difficult concepts into understandable explanations for developers at all levels.
2 -
desesbraker Bundle Code Documentation Doc Generate 2You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI-powered analysis and industry best practices.
2 -
yeaight7 Bundle Review Comment Style Mining 2Use when mining PR review comments and text diffs for reusable writing, documentation, tone, and editorial improvement patterns.
-
yeaight7 Skill Architecture Decision Records 2Use when a significant architectural choice is being finalized, revisited, or reversed -- technology selection, structural patterns, or trade-offs that future maintainers or agents might unknowingly undo.
-
projectious-work Skill DOCX Authoring 2Creating Word documents programmatically with python-docx — headings, styles, tables, lists, images, and sections. Use when generating DOCX reports, proposals, contracts, letters, or any structured Word document from data or templates.
0 -
projectious-work Skill PPTX Authoring 2Creating PowerPoint presentations programmatically with python-pptx — slides, layouts, text boxes, charts, tables, and images. Use when generating slide decks, briefings, reports, or presentations from data or templates.
0 -
projectious-work Bundle Artifact Management 2Create, retrieve, query, and update Artifacts — tangible deliverables produced by the project. Use when storing or retrieving documents, designs, datasets, build outputs, slide decks, or any completed deliverable that should be registered in the project catalog.
0 -
arjumaan Skill C4 Context 2Expert C4 Context-level documentation specialist. Creates high-level system context diagrams, documents personas, user journeys, system features, and external dependencies.
1 -
arjumaan Skill Firecrawl Scraper 2Deep web scraping, screenshots, PDF parsing, and website crawling using Firecrawl API. Use when you need deep content extraction from web pages, page interaction is required (clicking, scrolling, etc.), or you want screenshots or PDF parsing.
1 -
arjumaan Skill Akf Trust Metadata 2The AI native file format. EXIF for AI — stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing.
1 -
arjumaan Skill API Documentation Generator 2Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices
1 -
projectious-work Bundle Excalidraw 2Generates Excalidraw diagrams programmatically as hand-drawn-style JSON. Use when creating architecture diagrams, flowcharts, or hand-drawn-style visuals for documentation, or when converting existing diagrams to editable Excalidraw JSON.
0 -
projectious-work Bundle Pk Doctor 9Aggregator health-check for a processkit-managed repository. Runs a fixed suite of checks over the live context/ tree plus src/context/ drift, then resolves ERROR / WARN / actionable INFO findings by default. Use when the user invokes `/pk-doctor`, asks "is this repo healthy", or has just finished an upgrade and wants a sanity pass. Info-only mode is opt-in: stop after the report only when the user explicitly says info-only, dry-run, report-only, check-only, or no fixes.
0 -
projectious-work Skill Documentation 2Writing effective project documentation — READMEs, API doc comments, and inline comments that explain why. Use when writing or improving documentation — READMEs, doc comments, inline comments, or when code lacks explanation for non-obvious behavior.
0 -
projectious-work Bundle Pk Doctor 11Aggregator health-check for a processkit-managed repository. Runs a fixed suite of checks over the live context/ tree plus src/context/ drift, then resolves ERROR / WARN / actionable INFO findings by default. Use when the user invokes `/pk-doctor`, asks "is this repo healthy", or has just finished an upgrade and wants a sanity pass. Info-only mode is opt-in: stop after the report only when the user explicitly says info-only, dry-run, report-only, check-only, or no fixes.
0 -
projectious-work Bundle Pk Doctor 12Aggregator health-check for a processkit-managed repository. Runs a fixed suite of checks over the live context/ tree plus src/context/ drift, then resolves ERROR / WARN / actionable INFO findings by default. Use when the user invokes `/pk-doctor`, asks "is this repo healthy", or has just finished an upgrade and wants a sanity pass. Info-only mode is opt-in: stop after the report only when the user explicitly says info-only, dry-run, report-only, check-only, or no fixes.
0 -
projectious-work Bundle API Design 2REST API design — resource naming, HTTP methods, status codes, pagination, versioning, OpenAPI. Use when designing a new REST API, reviewing API contracts, writing OpenAPI/Swagger documentation, or choosing pagination, versioning, or error-format strategies.
0 -
manastalukdar Skill Context Budget 2Report estimated context window utilization and flag when approaching the compaction threshold
-
manastalukdar Skill API Docs Generate 2Generate OpenAPI/Swagger documentation from code analysis
-
manastalukdar Skill Incident Response 2Structured production incident workflow — gather symptoms, run diagnostics, correlate recent deploys, draft a timeline and incident report
-
peterbamuhigire Bundle Sdlc Documentation 2Use when producing, reviewing, or consolidating SDLC documentation across planning, requirements, design, testing, deployment, user rollout, post-deployment, and maintenance phases. Load absorbed SDLC phase references as needed.
-
peterbamuhigire Bundle IOS Platform Capabilities 2Use when integrating iOS system capabilities such as App Intents, widgets, Spotlight, biometrics, notifications, Bluetooth, media, or PDF export; use ios-development for ordinary app features.
-
manastalukdar Skill Docs 2Smart documentation management for creating and updating project documentation
-
manastalukdar Skill Docs Sync 2Sync documentation files with code changes — detects what changed, finds affected docs, and applies surgical updates so docs never drift from code. Works in any repo.
-
manastalukdar Skill Cost Track 2Report token spend per session and cumulative totals from session logs
-
manastalukdar Skill Post Merge 2Sweep for follow-up work after recent merges — TODOs added in merged PRs, stale feature flags, dead code, documentation gaps, and tech-debt tickets left by merge comments.
-
manastalukdar Skill Minimal Fix 2Produce the smallest possible code change that fixes one specific, well-scoped issue — CI failure, reviewer comment, or bug report. Never touches unrelated code and respects a safety denylist.
-
peterbamuhigire Skill Markdown Lint Cleanup 2Use when fixing Markdown lint failures, heading structure, list spacing, code-fence languages, or local formatting consistency without changing document meaning.
-
peterbamuhigire Bundle Update Claude Documentation 2Use when significant implementation, architecture, API, database, routing, or planning changes require aligned project documentation and verified examples.
-
peterbamuhigire Bundle Professional Word Output 2Use when generating or validating a professionally structured and visually intentional Microsoft Word DOCX document.
-
modu-ai Skill Collab Productivity Report 2직장에서 제출하는 주간업무보고를 빠르게 작성해주는 스킬입니다. '주간보고 작성해줘', '이번 주 한 일 정리', '주간업무보고', '팀장님께 보낼 보고', '한 주 업무 리뷰'처럼 말하면 됩니다. 한 주 성과·진행 중 일·이슈·다음 주 계획을 정해진 틀로 정리하고, 격식체/구어체 톤까지 맞춰 보고서 초안을 만들어줍니다.
Frequently asked questions
What are Docs & Writing agent skills?
Docs & writing agent skills turn AI agents into dependable technical writers: READMEs, API references, PDFs and Word documents, changelogs, and style-guide enforcement. Install one and your agent produces the same structure and tone every time it writes.
Which Docs & Writing skills are most installed?
Popular Docs & Writing skills on SkillMD right now include markitdown-file-intake, doc-consistency-check, fumadocs. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do Docs & Writing skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.