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.
-
d-wwei Skill Fsi Fa Cmd Ppt TemplateCreate a reusable PPT template skill from a PowerPoint template file — usage: /ppt-template [path to .pptx or .potx file]
-
d-wwei Skill Fsi Wm Cmd Client ReportGenerate a client performance report — usage: /client-report [client name] [period, e.g. Q4 2025]
-
tonydzi Skill TtQuality gate immediately after building: prove that what was just built actually works, while the context is still hot. Six steps: scope what changed, run live on real data, break it on purpose, show a counter or log proving it ran, root-cause any failure and re-run, then a verdict with evidence. Only a green verdict earns the word done. Supports an external multi-vendor review panel as a mid-step. Triggers: "/tt", "/test", "prove it works", "test what we built".
-
tonydzi Skill IntakeRoute a new rule, preference or policy edit into every home it belongs in (always-loaded canon, memory, the behavioral codex, a skill, a hook) and leave a trace in the always-loaded layer so parallel sessions pick it up on their own. Flow: dedup recall, classify by form, write to all homes, back up, report. Triggers: "/intake", "record this rule", "route this to its homes".
-
tonydzi Skill DefuddleTurn an article URL into a clean, vault-ready markdown note with the defuddle CLI, stripping ads, navigation and comments and cutting 40-60% of tokens versus a raw fetch. Prefer it over a raw web fetch whenever the task is reading or ingesting a normal web article. Triggers: "/defuddle <url>", "clean import this page".
-
tonydzi Skill Last30daysReport what is genuinely new in the last 30 days on a topic, by slicing locally collected nightly channel databases with no live crawling. Run it before a strategic decision, as the fresh-signal feed for the gap phase. Triggers: "/last30days <topic>", "trendwatch <topic>", "what changed last 30 days on X".
-
tonydzi Skill Sync CheckReport this machine's file-synchronization state with the whole fleet: peers connected, per-share state and files still needed, folder errors, and how many sync-conflict files piled up, which is the silent sign two machines are fighting over a file. Read-only and zero tokens. Triggers: "/sync-check", "is sync alive", "sync status".
-
tonydzi Skill Takeout PullStop a Google Takeout export from expiring undownloaded: detect the ready-to-download mails with a deterministic zero-token scan, report the live links with days remaining, then drive the download and vault import. Triggers: "/takeout-pull", "is my takeout ready", "pull my takeout".
-
tonydzi Skill Watch ChannelPut a nightly watcher on any Telegram channel or chat in one command: register the channel and a single nightly job doing an incremental zero-token fetch plus the shared detector, producing a private shortlist report. Triggers: "/watch-channel <@channel|id>", "watch this channel", "monitor <channel> nightly".
-
tonydzi Skill Sostav CommentsDraft short, in-voice reply candidates to a fresh community shortlist: read the nightly detector report, pick posts in safe or opinion topics, pull a grounding snippet from the local corpus, and write the drafts. Drafts only, and the owner posts. Triggers: "/sostav-comments", "draft replies to the shortlist".
-
kimtth Skill Grill With DocsUse when: verify claims or API usage against fetched official documentation, not memory.
-
sd0xdev Bundle DebugInteractive debugging workflow with hypothesis-driven probe loop. Use when: unknown bugs, script errors, silent failures, troubleshooting. Not for: known bugs (use bug-fix), GitHub issue analysis (use issue-analyze), code understanding (use code-explore). Output: debug report with probe journal + root cause + fix.
-
compozy Bundle Eng Schema MigrationChange 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.
-
raja21068 Skill ArxivSearch, download, and summarize academic papers from arXiv. Use when user says "search arxiv", "download paper", "fetch arxiv", "arxiv search", "get paper pdf", or wants to find and save papers from arXiv to the local paper library.
-
raja21068 Skill Paper SlidesGenerate conference presentation slides (beamer LaTeX → PDF + editable PPTX) from a compiled paper, with speaker notes and full talk script. Use when user says "做PPT", "做幻灯片", "make slides", "conference talk", "presentation slides", "生成slides", "写演讲稿", or wants beamer slides for a conference talk.
-
raja21068 Skill Kill ArgumentTwo-thread adversarial review: a fresh reviewer constructs the strongest 200-word rejection memo, then a second fresh reviewer defends the paper point-by-point and surfaces still-unresolved critical issues. Use when user says "kill argument", "adversarial review", "hostile review", "rebuttal preparation", "reviewer-2 simulation", or before submitting a theory paper that has already passed standard review rounds.
-
raja21068 Skill Paper CompileCompile LaTeX paper to PDF, fix errors, and verify output. Use when user says \"编译论文\", \"compile paper\", \"build PDF\", \"生成PDF\", or wants to compile LaTeX into a submission-ready PDF.
-
calven-ai Skill DoctorSay what is wrong with this checkout in plain words and fix what is safe. Use when asked for the "doctor", "something is red", "the check failed", or when sync or propose report a problem.
-
dannykkh Bundle PDFRead, create, edit, split, merge, rotate, watermark, fill, encrypt/decrypt, OCR, or extract text/tables/images from PDF files; use whenever .pdf is mentioned or requested.
-
dannykkh Bundle DOCXCreate, read, edit, format, or extract from .docx Word documents; use for Word reports, memos, letters, templates, comments, tracked changes, images, and find/replace. Do not use for PDFs, spreadsheets, or Google Docs.
-
dannykkh Bundle Ppt GeneratorPPT/프레젠테이션 생성 요청 시 사용. .pptx 파일 언급 시 자동 트리거. python-pptx 기반, 템플릿 활용, 차트/표/이미지 지원.
-
dannykkh Skill Web To Markdown웹페이지를 깨끗한 마크다운으로 변환. JS 렌더링 페이지 지원 (Puppeteer + Readability). 단일/배치 변환, 로그인 필요 페이지, 선택적 콘텐츠 추출. "웹 to 마크다운", "페이지 저장", "web2md" 요청에 실행. /web2md로 실행.
-
dannykkh Skill Documentation And AdrsArchitecture Decision Records(ADR) 작성 + 기술 문서화 자동화. 아키텍처 결정을 구조화된 ADR로 기록하고, API 문서·README·기술 가이드를 생성. "ADR 작성", "아키텍처 결정 기록", "기술 문서화", "ADR" 요청에 실행. /adr로 실행.
-
dannykkh Bundle Writing Clearly And ConciselyUse when writing prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Applies Strunk's timeless rules for clearer, stronger, more professional writing.
-
chorus-aidlc Skill Develop ChorusChorus Development workflow — claim tasks, report work, self-check acceptance criteria, and submit for verification.
-
chorus-aidlc Skill Plugin MaintenanceGuide for modifying the Chorus plugin (Claude Code, Codex, OpenClaw, Kiro, Pi, and dsh ports), updating skill documentation, and releasing new plugin versions.
-
chorus-aidlc Skill Chorus DevelopChorus Development workflow — claim tasks, report work, manage sessions, and run parallel task execution with Kiro subagents.
-
navikt Bundle TriageAssess incoming issues or pull requests, verify claims and prepare work-ready briefs. Use for inbox review, bug-report assessment or readiness decisions; use `issue-management` for tracker mutations and `review` for a completed implementation diff.
-
navikt Skill Grill MeRun an explicitly requested standalone stress-test of a plan, proposal, or idea. Use when the user asks to be grilled; expose weak assumptions and resolve choices in conversation without automatically creating documentation or a decision map.
-
navikt Skill GrillingClarify a request and challenge a plan's assumptions, requirements, and trade-offs through one question at a time. Use for unresolved intent or design choices, and as Grillmester's opening method; grill-with-docs adds durable domain documentation and Wayfinder organizes dependent decisions.
-
navikt Skill Readme UpdateCreate or update a README from verified implementation and operational evidence. Use when repository purpose, setup, usage or ownership documentation is missing or stale; use `klarsprak` for a wording-only edit and `to-spec` for intended future behavior.
-
zai-org Bundle Report RenderBuild paginated research deliverables (PDF, or DOCX where the reader edits the file) with correct CJK rendering, density-sized charts, clickable [n] citations, and a mandatory render-and-inspect gate. Use when a report, industry primer, earnings update, diligence report, working paper, memo, or any multi-page analyst deliverable must be produced as a file rather than chat text. Triggers on "出一份PDF", "导出报告", "生成研报", "报告存成文件", "导出Word", "存成docx", "给个可编辑版本", "export as PDF", "as a Word document", "build the report", "把报告存到".
-
zai-org Skill Dd ReportAssemble a full company due-diligence report — entity resolution, registry profile, ownership and related parties, business and industry-chain position, risk records, adverse media, and (for issuers) financial red flags. Triggers on "尽调", "尽职调查", "due diligence", "DD报告", "排查这家公司", "供应商准入", "交易对手调查".
-
zai-org Skill Holdings StyleAnalyze what funds actually hold — holdings vs label, style drift over report dates, concentration, and cross-fund overlap for shortlists. Triggers on "持仓分析", "风格漂移", "重仓股", "两只基金重合度", "holdings overlap", "名不副实".
-
zai-org Skill Management ReportThe 管理口径 management report off a closed period — a multi-dimensional report by organisation, business, product, or region built on a stated metric dictionary, then the narrative that reads it — P&L walk against prior period and budget, the drivers behind it, working-capital movement, and cash, reconciled to the trial balance and stamped with the close status. Triggers on "管理报表", "管理报表编制", "多维管理报表", "管理层报告", "经营分析报告", "月度经营回顾", "月报/季报点评", "上个月经营怎么样", "分产品分区域看一下", "management report", "monthly operating review", "close package review".
-
zai-org Skill PPTX AuthorProduce a professional .pptx deck on disk with python-pptx — slide conventions, template handling, and delivery contract for research decks and pitch materials.
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 fsi-fa-cmd-ppt-template, fsi-wm-cmd-client-report, tt. 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.