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 Duongdev Ccpm Docs SeekerDocumentation Seeker
-
tomevault-io Bundle Cote TeacherThis skill should be used when the user requests learning materials for algorithm or data structure patterns (e.g., "Create learning material for sliding window pattern"). It automatically generates structured markdown documents in the _learning/ folder and updates the main README.md with links to the new materials. Use when this capability is needed.
-
tomevault-io Bundle Document SummarizationSummarize an uploaded document (DOCX, PDF, contract, filing, memo, opinion, etc.) by reading it structurally rather than linearly. Use whenever the user asks to summarize, recap, brief, give the gist of, pull key terms from, or "tell me what this is about" for an attached document. NOT for summarizing a chat conversation or vector-search results — only for a binary the user uploaded. Use when this capability is needed.
-
tomevault-io Bundle Md PenUsage patterns and API reference for md-pen. Use when formatting markdown strings programmatically. Use when this capability is needed.
-
tomevault-io Bundle PDF ProcessingExtract text and tables from PDF files, fill forms, merge documents. Use when this capability is needed.
-
tomevault-io Bundle Rjdellecese Confect ConfectWriting technical documentation
-
tomevault-io Bundle SemtoolsHigh-performance semantic search and document parsing toolkit. Use PROACTIVELY for searching across documentation, YAML manifests, configuration files, or any text where semantic understanding is needed. Particularly effective when exploring unfamiliar codebases, finding conceptually related content, or when exact keywords don't match the desired information. Use when this capability is needed.
-
tomevault-io Bundle Simpleyyt AI Manus AI ManusUpdate Documentation
-
tomevault-io Bundle Answer ProcessingUse whenever the user uploads a hand-written or scanned answer PDF to be graded against a reference solution. Converts answer PDFs in `answers/*.pdf` to markdown in `answers/converted/*.md` using the pdf skill (OCR as needed), then performs strategy-based grading against `converted/solutions/*.md` or `quizzes/*_answers.md`. Invoked by `/grade`.
-
tomevault-io Bundle Reorganize DocsReorganize project documentation with bilingual (English/Japanese) structure. Use when asked to "reorganize docs", "update documentation", or "sync documentation". Use when this capability is needed.
-
tomevault-io Bundle Nekopaw RenderRender NekoPaw display assets from Markdown or scene JSON into preview PNG, black-and-white previews, raw 1bpp bitmaps, and confirm-flow bitmap packs. Use when Codex needs display-ready assets, scene layout rendering, low-resolution e-paper output, flowText/pretext text layout, image placement, or confirm bitmap generation before sending artifacts through the bridge skill. Use when this capability is needed.
-
tomevault-io Bundle Generate Tool ConfigGenerate tool-specific configuration files (Cursor rules, Copilot instructions, Windsurf rules) from the .context/ documentation. Use when setting up a project for a specific AI coding tool. Use when this capability is needed.
-
tomevault-io Bundle Bjeber Cc Md Search CLI Skillsccmds - Documentation Search
-
tomevault-io Bundle Check DocsQuick health check for documentation issues. Verifies content against actual source files. Use when this capability is needed.
-
tomevault-io Bundle Update DocUpdate existing documentation by searching codebase for current implementation. Use when this capability is needed.
-
tomevault-io Bundle Markdown FormattingFormat AI outputs into consistent, readable Markdown for PRs, issues, docs, and notes Use when this capability is needed.
-
tomevault-io Bundle CitecheckUse when the user asks to "verify citations", "check references", "validate paper citations", or "evaluate reference relevance". It extracts references from LaTeX/PDF papers, checks formatting rules, verifies existence via Crossref / Semantic Scholar / OpenAlex / PubMed / arXiv / dblp / Google Scholar / WebSearch, and scores thematic/semantic relevance.
-
tomevault-io Bundle Check Your WorkPerforms a comprehensive review of the current session's work to ensure completeness, correctness, and proper documentation. Use when this capability is needed.
-
tomevault-io Bundle ExtrasuiteCRUD on google workspace files - Sheets, Slides, Docs, Forms. Compose drafts in Gmail. Fuzzy search through Contacts. Manage Google Calendar and App Script projects. Use when this capability is needed.
-
tomevault-io Bundle Architecture Blueprint GeneratorComprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development. Use when this capability is needed.
-
tomevault-io Bundle Fix Markdown LintFix markdown linting errors in documentation files Use when this capability is needed.
-
tomevault-io Bundle Uv Styled PromptsConvert per-page Content PROMPTs into design-complete Styled PROMPTs using a Markdown style brief, inferring the best layout per page during creation. Outputs $HUMAN_MATERIAL_PATH/slides/<deck>/prompts/styled/<deck>.md, ready for image/PDF/PPT generation. Use when this capability is needed.
-
tomevault-io Bundle Faf DocsAccess FAF documentation, guides, and resources. Answers questions about The Reading Order, IANA registration, Podium scoring, format specification, and best practices. Use when user asks "how does FAF work", "show me docs", "explain The Reading Order", or needs reference information. Use when this capability is needed.
-
tomevault-io Bundle Literature ReviewConduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.). Use when this capability is needed.
-
tomevault-io Bundle Gen MdptGenerate an MDPT-compatible markdown presentation from a topic, description, or document. Use this when the user wants to create slides for mdpt. Use when this capability is needed.
-
tomevault-io Bundle Write To DocAutomatically invoked when writing formal documentation (specs, ADRs, reviews, plans). Ensures consistent structure, appropriate detail level, and proper file location. Use when this capability is needed.
-
tomevault-io Bundle Repo DocsUpdate and maintain core repository documentation files (README.md, CHANGELOG.md, LICENSE, CONTRIBUTING.md) before commits or releases. Use when users need to update documentation to reflect code changes, prepare for releases, or ensure documentation consistency. Use when this capability is needed.
-
tomevault-io Bundle Review ThisProduce a structured review of code or documentation with category ratings, an overall score, a checklist, and actionable improvement suggestions. Use when the user asks for a review, feedback, or critique. Use when this capability is needed.
-
tomevault-io Bundle Forge DocsMkDocs documentation standards with mkdocs-material theme. Use when creating documentation, README files, or project docs structure. Use when this capability is needed.
-
tomevault-io Bundle Mcollina Skills DocumentationWhen to use
-
tomevault-io Bundle Teams DevUse this skill whenever the user mentions Microsoft Teams in a development context — whether they're building, integrating, configuring, debugging, or just asking questions. Covers bots, message extensions, embedded web apps, Adaptive Cards, dialogs, SSO, infrastructure, the Teams Developer CLI/SDK, and general Teams platform queries. If the word "Teams" appears, err on the side of invoking this skill.
-
tomevault-io Bundle Gh Issue SyncManage GitHub issues locally as Markdown files. Use for triaging, searching, editing, and creating issues without leaving your editor or terminal. Use when this capability is needed.
-
tomevault-io Bundle Java DocsEnsure that Java types are documented with Javadoc comments and follow best practices for documentation. Use when this capability is needed.
-
tomevault-io Bundle Triage PrFetch, analyze, and triage PR review comments — present report for user approval before any action Use when this capability is needed.
-
tomevault-io Bundle Report WritingHow to scope, draft, and revise a Markdown report artifact via generate_report Use when this capability is needed.
-
tomevault-io Bundle Fact CheckThis skill should be used when the user asks to "verify claims", "fact check", "validate documentation", "check sources", or needs verification of external source references. Provides patterns for systematic fact verification using Context7 and WebSearch. 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 duongdev--ccpm--docs-seeker, cote-teacher, document-summarization. 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.