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.
-
rojim666 Bundle PresentationsRead, create or edit PowerPoint or Google Slides decks. Use for presentation, slide deck, PowerPoint, PPT, PPTX, or Google Slides requests.
-
rojim666 Bundle Tencent PPTX创建专业的 PowerPoint 演示文稿。适用于根据主题、大纲、文档、数据或参考材料生成完整 .pptx;在新建演示文稿时参考上传PPTX 的视觉风格;也可基于材料或旧 PPT 内容重新生成一版演示文稿。
-
poiuyjie Bundle Project Context V2Manage evidence-first memory across the full lifecycle of long-term scientific research and research engineering. Use when initializing a research project or adopting the memory system into an existing one, resuming work across AI sessions, formulating questions and hypotheses, planning or registering experiments, recording running/completed/failed experiments, preserving raw key tables and provenance, correcting invalid analyses, promoting findings into knowledge, auditing claim support, handing off work, or diagnosing documentation drift without losing reproducibility.
-
haitranatwork Skill Create DocsGenerate a CLAUDE.md and a docs/ knowledge base for this repository so Claude can answer questions about architecture, business logic, workflows, and coding conventions. Use whenever the user asks to create, generate, bootstrap, or set up documentation, a knowledge base, CLAUDE.md, or repo docs — including phrases like "document this repo", "create docs", "set up CLAUDE.md", or "help Claude understand this codebase". Always plan first and wait for confirmation before writing files.
-
haitranatwork Skill Update DocsSync CLAUDE.md and the docs/ knowledge base with code changes since the last documentation update. Use whenever the user asks to update docs, refresh documentation, sync docs with recent commits, check if docs are stale, or after merging changes — including phrases like "update the docs", "are the docs up to date", "sync documentation with the latest commits", or when the user names a specific commit range or PR to document.
-
haitranatwork Skill Plan StatusReport progress across a whole epic — milestones, tickets, units done, what is blocked, and which doc-requests are waiting. Use whenever the user asks "where are we", "what's the status", "how is the epic going", "progress on WM-1740", "what's blocked", or asks for a rollup before sprint planning or a status report. Reads the knowledge base, not Jira. Do NOT use for planning, implementing, or reviewing.
-
haitranatwork Bundle Written AssignmentDraft university written assignments (essays, reports, reflection papers, case studies) in the user's simple B1 English voice with APA 7 citations. Use whenever the user asks to write, draft, plan, review, check, or improve any graded academic writing that is not a discussion forum post, including "written assignment," "essay," "report," "term paper," when they paste a rubric and assignment question, or when they paste their own draft and ask for feedback.
-
oleg-chibikov Skill Writing StyleUse before writing or editing any text a human will read, in any repository. That means chat answers, code comments, commit messages, PR titles and bodies, review comments, README and docs, wiki pages, tickets and comments, changesets and release notes, error messages, UI copy, chat messages. Also use when asked to make text sound human, cut the AI tone, tighten wording, or check something already written, in any language: "make this sound human", "say it shorter", "clean this up". Rules: plain words, answer first, one idea per sentence, bullets over paragraphs with the point in bold, no em dash, no "never", no "not X but Y", no AI filler, then a final cut-every-spare-word pass.
-
synthesisengineering Bundle Synthesis Kb EditEdit, validate, and ship Markdown knowledge-base changes through a repository's config-driven workflow. Reads .agents/knowledge-base.yaml for the editable bundle, generated/refused paths, topic routing, frontmatter schema, confidentiality control, Git host, branching, and review policy. Use when a user asks to update a knowledge base, edit KB content, fix a durable fact, add a concept, ship an existing KB edit, open a knowledge-base review request, or synchronize a local knowledge-base checkout after publication.
-
synthesisengineering Bundle Synthesis CheckpointRefresh project context and verify recovery, current skills and session ownership. Use for checkpoints, drift or compaction recovery, and refresh-and-report after ecosystem upgrades. Supports existing and fresh sessions without repeating completed project work.
-
synthesisengineering Bundle Synthesis Meeting TranscriptsFetch AI-generated meeting notes and full transcripts into local markdown files, and verify that an artifact is primary before it supports attribution-bearing claims. Tool-agnostic: works with Gmail/Drive MCPs and local transcript exports. Use when asked to fetch, pull, sync, download, import, classify, or verify a meeting transcript.
-
synthesisengineering Bundle Synthesis Executive CommunicationTranslate technical work into clear, actionable communication for CEOs, CFOs, business-unit leaders, boards, and other non-technical executives. Applies persona tests, de-jargoning, mechanism-to-consequence translation, and trusted upward-report structure. Use for executive updates, progress reports, executive summaries, board updates, leadership status, business-term translations, or any technical message to a business audience.
-
flanchanxwo Skill Javdb CLI DocsMaintain javdb-cli documentation; locale and maintainer routing live in docs/maintainers/agents/documentation-guidelines.md.
-
brianggggg Skill Invoice ExtractorExtracts vendor, invoice number, line items, totals, and due date from an invoice PDF, image, or forwarded email. Use when a user shares an invoice and asks to log, extract, or process it.
-
brianggggg Skill Weekly Report WriterRolls scattered updates (Slack messages, meeting notes, ticket status) into one structured weekly status report with highlights, risks, and next steps. Use when a user asks to write, draft, or compile a weekly/status update.
-
nahid-sparktales Bundle CopywritingWrite persuasive copy that is also true — landing pages, product messaging, emails, ads, launch announcements — by fixing the reader, the objection, the offer and the voice, then auditing every claim against evidence before it ships. Use when copy needs writing or rewriting, when a page says nothing specific, or when a draft's claims need checking before publication. Not for interface strings inside a product, not for documentation, and never authorization to publish or send what it produces.
-
bukutsu Skill Docs FirstVerify official documentation before changing external library, SDK, or framework APIs, integrations, or build and release configuration.
-
nahid-sparktales Bundle Query OptimizationMake one slow query fast without guessing — capture the plan, find where the time actually goes, change one thing, and measure again on comparable data. Use when a query, endpoint or report is slow and the database is the suspect, when a plan needs reading, or when someone proposes an index with no evidence. Not for modelling decisions about tables and constraints, not an engine feature reference, and not for system-wide performance work where the database has not yet been shown to be the bottleneck.
-
nahid-sparktales Bundle API Contract VerificationProve an API integration actually works by executing it — success path, documented failure paths, auth failure — and leave behind a contract test that catches the next break. Use before reporting any endpoint, client or third-party integration as working, when asked whether an integration is verified, or when checking someone else's integration work. Not for load or performance testing, not for rendered UI verification, and not a substitute for reading the provider's own documentation.
-
nahid-sparktales Bundle Documentation VerificationDocumentation verification
-
chinfi-codex Bundle IssueDocumentation-first issue skill. Default mode is DOC_MODE. Only analyze and document scoped changes unless the user explicitly approves IMPLEMENT_MODE.
-
chinfi-codex Bundle ReviewDocumentation-first feature retrospective skill. Runs after a feature is merged, accepted and confirmed released: reads the full ./docs/ + ./dev/ artifact trail of one feature-slug, reconstructs the timeline, per-issue rounds and problems, extracts product-side and dev-side lessons, and sediments them into project-level and general experience bases. Default mode is DOC_MODE.
-
chinfi-codex Bundle Pd PlanDocumentation-first product planning skill. Default mode is DOC_MODE. Produce briefs and planning artifacts first; do not enter implementation unless the user explicitly approves IMPLEMENT_MODE.
-
anorth Skill ReflectAfter an implementation effort, re-read the new code, reflect, and improve it. Apply non-product simplifications and improvements immediately; Report silent product decisions and unclear forks. Use when the user requests reflection, re-read, a second pass.
-
demondamon Bundle Code Module SummariesUse when scanning an arbitrary Git repository to create, refresh, or selectively update Markdown summaries of code modules, especially when changes must be traced from each module's last successful update.
-
chinfi-codex Bundle Ceo OfficeDocumentation-first CEO review skill. Default mode is DOC_MODE. Do not enter implementation or modify source code unless the user explicitly approves IMPLEMENT_MODE.
-
bacnh85 Skill KicadDesign KiCad schematics and PCB layouts via the Konnect bridge. Use when the user wants to create/edit KiCad schematics or PCBs, place and wire components, route traces, run ERC/DRC, export Gerbers/BOM/PDF/3D, search JLCPCB parts, use reference circuits, or do manufacturing prep. Trigger on "KiCad", "schematic", "PCB", "layout", "route traces", "ERC", "DRC", "Gerber", "BOM", "footprint", "design rule check", "pick-and-place", or any CAD/EDA design task.
-
bacnh85 Skill NotebooklmGoogle NotebookLM — notebooks, sources, grounded chat, research, and Studio artifacts (Audio Overviews, video, slides, reports, quizzes, etc.) via the notebooklm-py CLI bridge (v0.7.3).
-
bacnh85 Skill Ponytail DebtHarvest every `ponytail:` comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals ponytail leaves behind get tracked instead of rotting into "later means never". Use when the user says "ponytail debt", "/skill:ponytail-debt", "what did ponytail defer", "list the shortcuts", "ponytail ledger", or "what did we mark to do later". One-shot report, changes nothing.
-
hokupod Bundle Utsuri ReviewReview Git and user-interface changes with Utsuri when a task needs an evidence-backed local report, explicit verification coverage, or structured feedback returned to the originating coding session.
-
hokupod Bundle Utsuri Review 2Review Git and user-interface changes with Utsuri when a task needs an evidence-backed local report, explicit verification coverage, or structured feedback returned to the originating coding session.
-
sinnlosses Skill Research一次情報源に基づいて疑問を調査し、調査結果をリポジトリ内のMarkdownファイルとして記録する。トピックの調査、ドキュメントやAPI仕様の事実確認、調べ物をバックグラウンドエージェントに任せたいときに使う。
-
caneff Bundle ResearchResearch a question from high-trust primary sources and capture the findings as Markdown in the repo. Use when the user says "do some research", "research about", "look into", or asks for options, comparisons, current capabilities, or evidence about a tool, workflow, or practice. Version-sensitive package, SDK, or API docs go to read-the-damn-docs instead.
-
caneff Bundle Skills SyncReport and optionally repair drift between the two skill directories (~/.agents/skills canonical bodies, ~/.claude/skills symlinks).
-
caneff Skill Sm LinkInspect and edit SudokuMaker puzzle links (sudokumaker.app) — report a link's size, givens, ring state, entered cells, constraints and verdict, or decode a link to JSON, edit it, and encode it back. Use when asked to decode, inspect, check, edit, or rebuild a SudokuMaker link, or to check whether a link is safe to share.
-
xju2 Bundle Scientific Paper WritingDraft, revise, or review scientific papers for clear structure, concise prose, consistent terminology and notation, defensible claims, and publication-ready figures, tables, equations, and references. Use for abstracts, titles, introductions, methods, results, discussions, conclusions, captions, full manuscripts, and paper-style technical writing, including AI/ML conference submissions. Follow the target venue and the user's explicit requirements over this skill's defaults.
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 Presentations, tencent-pptx, project-context-v2. 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.