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 Pokemon ExamplesAdd Pokemon and Pokedex references when creating or editing files in the examples/ directory. Use when working on example plugins, sample code, or documentation within examples/. Use when this capability is needed.
-
tomevault-io Bundle Doc MaintainerMaintain and expand DOCS.MD to cover the full Scribe codebase. Use when asked to update documentation, add missing modules/flows, improve coverage maps, or align docs with code changes in this repo. Use when this capability is needed.
-
tomevault-io Bundle Bug ReporterGuided bug report creation through conversation. Use when reporting a bug or helping someone document an issue. Use when this capability is needed.
-
tomevault-io Bundle Build ArtifactsGenerate SKILL.md and TOC.md for a documentation package. Use standalone to regenerate artifacts without re-downloading. Use when this capability is needed.
-
tomevault-io Bundle GitchamberCLI to download npm packages, PyPI packages, crates, or GitHub repo source code into node_modules/.gitchamber/ for analysis. Use when you need to read a package's inner workings, documentation, examples, or source code. Alternative to opensrc that stores in node_modules/ for zero-config gitignore/vitest/tsc compatibility. After fetching, analyze files with grep, read, and other tools. Use when this capability is needed.
-
tomevault-io Bundle Code DocUse when the user prompts "code doc" to create or update internal Orchid ORM code documentation from changes/ specs, short-code feature folders, or existing implementation code.
-
tomevault-io Bundle Deepwiki RsAI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional documentation from any programming language. Use when this capability is needed.
-
tomevault-io Bundle Deepwiki CtxDEEPWIKI-CTX documentation assistant Use when this capability is needed.
-
tomevault-io Bundle Clean CommentsRemove unnecessary, redundant, or obvious code comments while preserving valuable explanations. Use when cleaning up comments, removing verbose documentation, simplifying inline comments, or preparing code for review. Use when this capability is needed.
-
tomevault-io Bundle E2e UI ResearchResearch UI E2E test targets and generate test scenario documentation Use when this capability is needed.
-
tomevault-io Bundle API DocsGenerate comprehensive API documentation from code or specifications Use when this capability is needed.
-
tomevault-io Bundle Install PluginInstall a Neovim plugin configuration from a GitHub URL. Usage '/install-plugin <github-url>'. Parses the URL, fetches plugin documentation, generates optimal lazy.nvim configuration with lazy loading, and saves to `./lua/plugins/`. Optionally updates README.md. Use when this capability is needed.
-
tomevault-io Bundle Whizz MindConsult the whizz-mind knowledge base for documentation and answers. Use when the user asks questions that might be answered by stored documentation or when explicitly asked to check whizz-mind. Use when this capability is needed.
-
tomevault-io Bundle Volcengine DocumentationVolcengine official documentation lookup helper. Supports both document search and full-content fetch across Volcengine products, developer tools, support content, best practices, pricing, deployment, troubleshooting, API, SDK, and policy pages. Use when this capability is needed.
-
tomevault-io Bundle Book ConverterConvert EPUB books to high-quality formatted Markdown using pandoc and AI-assisted formatting. Use when the user provides an EPUB file path and wants to convert it to professionally formatted Markdown, similar to the Clean Code Collection formatting. This skill handles the complete workflow from EPUB extraction through AI-driven content formatting, including fixing PDF conversion artifacts, joining split paragraphs, correcting code blocks, standardizing headers, and creating proper Table of Contents. Use when this capability is needed.
-
tomevault-io Bundle Markdown Playlist ArchiveBuild append-only markdown table archives with daily file partitioning and replay-friendly history surfacing Use when this capability is needed.
-
tomevault-io Bundle Whisk ThemeAnalyze repository branding and generate custom documentation theme with branded components. Use when this capability is needed.
-
tomevault-io Bundle Documentation StructureValidates documentation structural integrity including heading hierarchy, metadata, file naming, navigation, and cross-references. Use when checking documentation organization or validating toctree structure.
-
tomevault-io Bundle App PackageWindows Tauri application packaging skill. Summarizes code changes, updates documentation, commits and merges to main with tag, then creates distribution zip package. Use when this capability is needed.
-
tomevault-io Bundle Docs DirectoryCreate and maintain a centralized /docs directory with durable, well-structured project documentation (one concept per file, logical hierarchy, clear writing). Use when the user asks to add documentation, architecture docs, ADRs, design docs, runbooks, onboarding docs, or to organize existing docs. Use when this capability is needed.
-
tomevault-io Bundle REST API ExpertREST API design and development expert specializing in endpoint design, HTTP semantics, versioning, error handling, pagination, and OpenAPI documentation. Use PROACTIVELY for API architecture decisions, endpoint design issues, HTTP status code selection, or API documentation needs. Use when this capability is needed.
-
tomevault-io Bundle ExpectationsWorking expectations and documentation practices. Use when capturing learnings, documenting gotchas, recording architectural decisions, or understanding how to work with a codebase. Triggers on "document this", "remember this pattern", "what should I know about", or after completing significant features. Use when this capability is needed.
-
tomevault-io Bundle Index KnowledgeGenerate hierarchical AGENTS.md knowledge base for a codebase. Creates root + complexity-scored subdirectory documentation. Use when this capability is needed.
-
tomevault-io Bundle PDF To ImagesConvert PDF files into a series of images (PNG/JPG) using ImageMagick Use when this capability is needed.
-
tomevault-io Bundle Test PackageRun grok test for Datagrok packages and report results Use when this capability is needed.
-
tomevault-io Bundle Adeu RedliningUse this skill for reviewing, editing, or negotiating existing Word documents (.docx) where "Track Changes" or precise redlining is required. Use it to propose edits, accept/reject changes, or reply to comments. Do NOT use for creating new blank documents from scratch (use docx skill for that).
-
tomevault-io Bundle Deepxiv Trending DigestSummarize recent hot academic papers using deepxiv trending, brief, head, and section reads, then produce a markdown digest highlighting what each paper is about and which papers deserve deeper reading. Use when this capability is needed.
-
tomevault-io Bundle MduUpdate all Markdown documentation to reflect code and session changes. Use this skill whenever the user says \"mdu\", asks to \"update docs\", \"sync documentation\", \"refresh changelog\", \"update the changelog\", \"docs are stale\", \"add this to the changelog\", or any request to align documentation with recent code changes. Also trigger when the user mentions MkDocs build, doc drift, nav sync, or documentation freshness after making code changes -- even if they just say something like \"ok the feature is done, clean up the docs\" or \"make sure the docs match\". Handles changelog entries, README updates, docs/ page updates, mkdocs.yml nav sync, and strict build verification. Use when this capability is needed.
-
tomevault-io Bundle Mags Docs ValidateValidate project documentation Use when this capability is needed.
-
tomevault-io Bundle Add ConventionAssess and add a CONVENTION (a reusable rule, practice, or naming/process standard) to a documentation-led repo — decides FIRST whether it is worth codifying at all, then routes it to the right home (AGENTS.md hard rule, CONVENTIONS.md guidance, GLOSSARY term, or to /new-adr if it is really a one-off decision). Pushes back on premature or duplicate conventions. Use when the user says "add a convention", "make this a rule", "document this practice", "we should always X", or invokes /add-convention. NOT for recording a single architectural/product decision (use /new-adr) and NOT for queueing work (use /new-plan). Use when this capability is needed.
-
tomevault-io Bundle Refraction Ray Xalpha XalphaQuestion → Report Skill
-
tomevault-io Bundle Howto DocsHow-To guide patterns for documentation - task-oriented guides for users with specific goals Use when this capability is needed.
-
tomevault-io Bundle Ask RepoLearn from any GitHub repo with generated walkthroughs. Clones repos locally, creates markdown explanations with code snippets, and opens in Cursor at specific lines. Triggers on GitHub URLs with questions, "how does X implement...", "explain the code in...", "analyze this repo". Use when this capability is needed.
-
tomevault-io Bundle Sherifeldeeb Agentskills PDFPDF Skill
-
tomevault-io Bundle Python Lib AnalyzerAnalyze any Python library structure, explore modules, classes, and functions with signatures and documentation. Use when this capability is needed.
-
tomevault-io Bundle PDF Forms IntegrationComplete guide to integrating official fillable PDF forms (especially GTA forms) into web applications. Covers AcroForm field mapping, pdf-lib usage, field inspection, and hybrid browser-native editing workflow. Use when this capability is needed.
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 pokemon-examples, doc-maintainer, bug-reporter. 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.