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.
-
tomevault-io Bundle Nean API DocsGenerate and serve OpenAPI documentation from NestJS decorators. Use when this capability is needed.
-
tomevault-io Bundle Shared ReadmeGenerate comprehensive README.md with project overview, setup instructions, and usage documentation. Use when this capability is needed.
-
tomevault-io Bundle Enonic AI Agents Skills Skill ReportCritical Rules
-
tomevault-io Bundle Docs OrderReference for documentation workflow execution order and dependencies. Use when this capability is needed.
-
tomevault-io Bundle Specter HealthGenerate a codebase health report showing complexity hotspots, dead code, and overall metrics Use when this capability is needed.
-
tomevault-io Bundle Memory SyncReconcile worklog database with documentation - promotes learnings to docs with proper frontmatter and validates after sync Use when this capability is needed.
-
tomevault-io Bundle Smart RenameContent-aware file renamer for macOS. Right-click any image / video / PDF / Word / markdown / folder → AI generates a meaningful Chinese filename. Use when user says "改名 / 重命名 / 整理文件夹 / 给文件起名". This skill assumes Smart Rename is installed (see https://github.com/<owner>/smart-rename). Use when this capability is needed.
-
tomevault-io Bundle Echo EndpointGuide for creating Echo v5 API endpoints following this project's conventions including routing, input/output structs, error handling, and OpenAPI documentation. Use when this capability is needed.
-
tomevault-io Bundle Huma EndpointGuide for creating Huma API endpoints following this project's conventions including routing, input/output structs, error handling, and OpenAPI documentation. Use when this capability is needed.
-
tomevault-io Bundle Jeric N Context7 Skill Context7 SkillContext7 Documentation Fetcher
-
tomevault-io Bundle Enrich QA TestReview QA test and capture element screenshots to enrich documentation Use when this capability is needed.
-
tomevault-io Bundle Schema ChangeUse when changing the db-scheduler database schema (adding/removing/altering columns, indexes, or the scheduled_tasks table). Walks through the lock-step update across every supported DB dialect, the matching JdbcCustomization changes, and the documentation copies. Skip for code-only changes that don't touch table structure.
-
tomevault-io Bundle Skill Sync CheckerDetects content drift between skill files and their source documents. Helps maintain skills that are derived from other documentation by comparing content and flagging outdated sections. Use when this capability is needed.
-
tomevault-io Bundle AI News Keji生成 AI/科技新闻日报:从已配置的 Newsletter、RSS、可选外部来源和网站来源抓取、去重、评分并生成 Markdown。触发:用户说"生成日报 / AI日报 / 今日新闻 / 刷新日报 / fetch news / /ai-news-keji",或要求重新配置本 skill("改输出目录 / 重新配置 Newsletter / 重新选外部集成 / 更新个人偏好")。不触发:单纯"看看 BestBlogs 推荐"、"我关注的 AI builder"等请求,应交给对应的独立 skill。 Use when this capability is needed.
-
tomevault-io Bundle Resonance LibrarianAutomates the creation of documentation for solved problems.
-
tomevault-io Bundle Iso 13485 CertificationComprehensive toolkit for preparing ISO 13485 certification documentation for medical device Quality Management Systems. Use when users need help with ISO 13485 QMS documentation, including (1) conducting gap analysis of existing documentation, (2) creating Quality Manuals, (3) developing required procedures and work instructions, (4) preparing Medical Device Files, (5) understanding ISO 13485 requirements, or (6) identifying missing documentation for medical device certification. Also use when users mention medical device regulations, QMS certification, FDA QMSR, EU MDR, or need help with quality system documentation. Use when this capability is needed.
-
tomevault-io Bundle Creating Windsurf PackagesUse when creating Windsurf rules - provides plain markdown format with NO frontmatter, 12,000 character limit, and single-file structure requirements
-
tomevault-io Bundle Discover EngineeringAutomatically discover software engineering practice skills when working with code review, documentation, pair programming, production debugging, performance profiling, deployment strategies, or software engineering practices. Activates for engineering development tasks. Use when this capability is needed.
-
tomevault-io Bundle Context OptimizerAnalyze skill content for optimal placement (Skill vs Passive Context vs Hybrid), compress markdown to pipe-delimited format (60-80% token reduction), and validate compliance against the decision framework. Based on Vercel research showing passive context achieves 100% pass rates vs 53-79% for skills. Use when this capability is needed.
-
tomevault-io Bundle Root Cause AnalysisPerforms systematic root cause analysis to identify the true source of bugs, errors, and unexpected behavior through structured investigation phases — not just treating symptoms. Use when a user reports a bug, crash, error, or broken behavior and needs to debug, troubleshoot, or investigate why something is not working; especially for complex or intermittent issues across multiple components. Applies the Five Whys method, hypothesis-driven testing, stack trace analysis, git blame/log evidence gathering, and causal chain documentation to isolate and confirm root causes before applying any fix. Use when this capability is needed.
-
tomevault-io Bundle Quality GuardsAutomated quality enforcement via file naming (ls-lint), markdown linting (markdownlint-cli2), and tiered git hooks Use when this capability is needed.
-
tomevault-io Bundle Markdown TablesFormats markdown tables with fixed-width columns for consistent alignment. Use when creating tables, reformatting existing tables, or ensuring table readability. Triggers on terms like "format table", "align table", "fix table", "table columns", "markdown table". Use when this capability is needed.
-
tomevault-io Bundle Document Business RuleGenerate business rule documentation from domain knowledge and requirements Use when this capability is needed.
-
tomevault-io Bundle Projectious Work Aibox DocumentationDocumentation
-
tomevault-io Bundle Ptmrio Autorename PDF Autorename PDFRename PDFs (Production EXE)
-
tomevault-io Bundle Alphaxiv Paper LookupLook up any arxiv paper on alphaxiv.org to get a structured AI-generated overview. This is faster and more reliable than trying to read a raw PDF. Use when this capability is needed.
-
tomevault-io Bundle Richardcb Oh My Gemini DocumentationDocumentation Skill
-
tomevault-io Bundle Lark Slides FastFast, minimal Lark Slides/PPT instructions for CodexMobile. Use when this capability is needed.
-
tomevault-io Bundle Nestjs DoctorScan a NestJS project with nestjs-doctor, present a health report, and fix issues interactively Use when this capability is needed.
-
tomevault-io Bundle Knowledge Base TemplatesProvides reusable templates for generating comprehensive codebase knowledge bases including architecture diagrams, concept maps, and module documentation. Supports both single-project and monorepo structures. Use when creating project documentation, knowledge bases, or when user mentions KB templates, codebase documentation, or project documentation structure.
-
tomevault-io Bundle Russell Cell Ppt As Code Ppt As CodePPTX Export For PPT as Code
-
tomevault-io Bundle Benchmark DocsManages benchmark documentation across multiple platforms. Use when updating benchmark results, adding performance data, or documenting jq comparison benchmarks. Triggers on terms like "benchmark", "performance", "jq comparison", "benchmark results", "update benchmarks".
-
tomevault-io Bundle Global CommentingWrite self-documenting code with minimal, evergreen comments that explain complex logic rather than obvious implementations or recent changes. Use this skill when writing code in any programming language; when deciding whether to add comments to explain logic; when writing comments that clarify complex algorithms or non-obvious reasoning; when documenting large sections of code; when avoiding comments that speak to recent or temporary changes or fixes; when prioritizing self-documenting code through clear structure and naming; when writing JSDoc, TSDoc, Python docstrings, or similar documentation comments; when refactoring code to be more self-explanatory; or when maintaining comment quality across the codebase. Use when this capability is needed.
-
tomevault-io Bundle Find RelatedDiscover related work for a Worklog work item and generate a concise, auditable "Related work" report that can be appended to the work item description. Use when this capability is needed.
-
tomevault-io Bundle Github FormatterFormats and styles content for professional GitHub presentation. Use when the user asks to style files for GitHub, format documentation, improve markdown presentation, or prepare repository for publishing. Applies clean, consistent GitHub-flavored markdown. Use when this capability is needed.
-
tomevault-io Bundle Ruby Resource MapUse when working in a Ruby project - provides authoritative sources for documentation, typing, and tooling
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 nean-api-docs, shared-readme, enonic--ai-agents-skills--skill-report. 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.