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.
-
rebyteai Bundle Financial ChartsRender TradingView-style interactive price charts (candlesticks, indicator overlays, trade markers, volume/RSI/MACD panes) from OHLCV data using TradingView's open-source Lightweight Charts. Use for any price/market chart - "K线图", "candlestick chart", "price chart", "backtest chart", "plot the strategy", "chart AAPL", "TradingView-style chart", "show entries and exits on the chart". Do NOT use for non-price visualizations (heatmaps, pie, treemaps) - use the echarts skill for those.
-
rondorkerin Bundle Animation SystemsUse when designing, speccing, or reviewing a character/object motion system in ANY engine — the rig and skeleton, skinning (linear blend vs dual-quaternion, the candy-wrapper artifact), forward vs inverse kinematics, IK solvers (two-bone, FABRIK, CCD, look-at), blend trees and blend spaces (1D/2D), animation state machines, additive layers and upper/lower-body splits, ragdoll and active ragdoll, procedural IK foot placement on uneven terrain, secondary motion (spring bones, cloth, hair), motion matching, animation compression and bone-count budgets, root motion vs in-place, and the anticipation/active/recovery timing decomposition with animation-canceling. Also use to diagnose feet that slide or float, a mesh that pinches when it twists, blends that pop or moonwalk, characters that feel animation-locked, or a motion library that blows the memory budget. Triggers on "animation system", "skeletal animation", "skinning", "candy wrapper", "dual quaternion", "rigging", "inverse kinematics", "IK", "foot placement",
-
sipyourdrink-ltd Bundle DocsDocumentation - README, API docs, ADRs, tutorials.
-
pfangueiro Bundle Deep ReadComprehensive codebase reading engine. Systematically reads actual source code line by line through a 6-phase protocol — scoping, structural mapping, execution tracing, deep reading, pattern synthesis, and structured reporting. Source code is the source of truth. Use when needing to truly understand how code works, not just what documentation claims.
-
s-hiraoku Bundle No SlopMODIFIER skill that removes AI slop from prose without losing source facts or uncertainty. Use with any writing task or to rewrite text; for code slop, use deslop instead.
-
s-hiraoku Skill Docs UpdaterUpdate documentation after code or behavior changes while keeping docs concise and relevant.
-
seanx10m Bundle Gpt TtsFast text-to-speech via OpenAI gpt-4o-mini-tts, built for long documents. Splits the text into chunks, synthesises them concurrently, and stitches the audio back in order, so a long doc takes about as long as its slowest chunk instead of the sum of all of them. Retries transient failures with jittered backoff and fails fast on permanent ones. Use when the user says "/gpt-tts", "narrate this doc", "make an audio version of this", "read this aloud into a file", "TTS this markdown", or wants a long piece of writing turned into an audio file quickly. For a single short sentence the simpler `text-to-speech` skill is fine; use this one when the input is long enough that speed matters.
-
seanx10m Bundle Gemini TtsTurn a big block of text or a Markdown file into a spoken .m4a audio file using the Gemini TTS API. Use when the user says "/gemini-tts", "read this doc aloud into a file", "make an audio version of this markdown", "narrate this with Gemini", or wants long text converted to an audio file on their Desktop.
-
seanx10m Bundle LoraxPrune finished git worktrees in the current repo, or report what is safe to prune and what is being held. Speaks for the trees - removes a worktree only when its work exists somewhere else. Use when the user says "/lorax", "lorax", "prune worktrees", "clean up worktrees", "what worktrees can I delete", "worktree status", or asks to turn the truffula animation on or off.
-
8ddiehu0314 Bundle Creating ReportsCreates detailed reports from data when the user asks for report generation or data summaries.
-
djalmajr Bundle Agile StatusTracks delivery progress in three modes — checkpoint (daily), consolidation (period report), and closure (post-implementation). Use when you need to record progress, consolidate a period, or formally close a delivery.
-
grimaldost Bundle Tool FeedbackWrite a per-session dogfooding feedback report for each registered in-development tool the session exercised — what worked, friction, misses with the phase that should have caught them, vacuous gates, and severity-tagged proposed changes with stable finding IDs — saved into that tool's own feedback directory. Use when the user asks for feedback on their tools ("write the feedback reports", "tooling feedback", "dogfood report", "capture the friction with keel / convoy") — a direct imperative naming one tool ("write a dogfooding feedback report for keel") is this skill too, since writing that report IS the skill; route it here rather than drafting the report freehand — and offer once, unprompted, when a session that exercised a registered tool is winding down. Registered tools come from a feedback-targets registry the user supplies — a file at a known path, or a table in loaded context — never hunt the filesystem for targets. Design-only or authoring-only use of a tool still counts as use. Not for feedback on c
-
tencentblueking Bundle Tapd Story ClarificationTAPD 需求澄清技能。从 TAPD 提取"规划中"状态的需求,按照研发最佳实践对需求进行 多维度澄清(业务逻辑、外部系统交互、上下文),整合项目背景知识,输出符合需求文档 规范的标准化 Markdown 需求文档,并回写 TAPD。 Use this skill whenever the user mentions 需求澄清, 澄清需求, clarify story, clarify requirement, 需求细化, 需求整理, 需求规范化, 补充需求, 完善需求描述, story clarification, requirement clarification, 需求文档整理, or any workflow involving TAPD story description refinement and standardization.
-
tencentblueking Skill Tapd Iteration Report迭代执行流水线的收尾阶段。当迭代内所有需求 phase 均为 committed 后触发, 扫描 commit.md 生成 changelog,汇总研发效能数据写入 summary.md, 清理临时文件,递增 patch 版本号,最终提交并推送至远程仓库。
-
marcusgoll Bundle Debug PhaseSystematic debugging techniques including error classification, root cause analysis (5 Whys), reproduction strategies, and error documentation. Use when debugging errors, investigating failures, analyzing stack traces, fixing bugs, or documenting errors in error-log.md. (project)
-
marcusgoll Bundle Planning PhaseGenerates implementation plans with code reuse analysis, architecture design, and complexity estimation during the /plan phase. Use when planning feature implementation, analyzing code reuse opportunities, or designing system architecture after specification phase completes. Integrates with 8 project documentation files for constraint extraction. (project)
-
fanthus Bundle Openclaw ExpertOpenClaw learning expert that retrieves and synthesizes information from official documentation (https://docs.openclaw.ai) and GitHub repository (https://github.com/openclaw/openclaw). Use this skill whenever the user asks questions about OpenClaw, including installation, configuration, API usage, concepts, troubleshooting, best practices, or any OpenClaw-related inquiries. Triggers include OpenClaw questions about features, implementation, usage, setup, or any openclaw-related topics.
-
iamseungpil Skill Interactive ReportInteractive Report — Experiment Results Visualization
-
iamseungpil Skill Weekly Report WriterAutomatically generate academic-style weekly research reports by analyzing Git changes in the current project directory with iterative quality improvement
-
iamseungpil Bundle Paper Readability Review논문 PDF에 가독성 피드백을 내용·구조·문장 세 층위로 진단해, 본문 위에 색상 하이라이트 + 마진 카드(진단 + 대안 방향) + 우선순위 로드맵이 있는 리뷰 PDF를 생성한다. critic-loop으로 자체 점검·반복 개선한다. 사용자가 자기 논문이나 학생/동료의 원고를 첨부하고 "가독성 봐줘", "리뷰 PDF 만들어줘", "피드백 달아줘", "박스 코멘트로 정리해줘", "구조 점검해줘", "문장 다듬을 곳 짚어줘" 같은 요청을 할 때 사용한다. MANDATORY TRIGGERS - 가독성 리뷰, 논문 피드백, readability review, 박스 코멘트, 마진 코멘트, annotated review, paper feedback, 진단 PDF, 코멘트 PDF, paper critique, 원고 점검, 글 다듬기, 구조·문장·내용 피드백
-
itgoyo Skill Bilingual Awesome List ReadmeGenerate a Chinese (README_CN.md) mirror of an English awesome-list README, with mutual language-switcher badges. Covers parsing, translation mapping, and cross-file linking.
-
89jobrien Bundle HandoverThis skill should be used when the user runs "/atelier:handover", asks to "visualize the handoff", "show handoff diagrams", "generate a handoff report", "explore the handoff", or provides a path to a HANDOFF file. Reads HANDOFF.*.{yaml,json,md} files and produces a prose summary plus Mermaid diagrams for project orientation.
-
drugclaw Bundle Variant Analysis ToolsVariant and VCF workflow guide for local SNV, indel, and structural-variant summarization, filtering, and consequence triage. Use when the user asks to inspect a VCF, count mutation classes, filter by VAF or depth, summarize genes or consequences, or prepare a local variant report before downstream annotation.
-
jiyangnan Bundle PDF OcrPDF扫描件转Word文档。支持中文OCR识别,自动裁掉页眉页脚,保留插图,彩色章节封面页保留为图片。使用百度OCR API(免费额度1000次/月)。当用户要求把扫描PDF转成文字/Word时触发。
-
multicam Skill MdpWrite mdp markdown banners for livestream display
-
multicam Skill DocsUser documentation authoring guidelines for ikigai
-
managedcode Bundle CoverletUse the open-source free `coverlet` toolchain for .NET code coverage. Use when a repo needs line and branch coverage, collector versus MSBuild driver selection, or CI-safe coverage commands. USE FOR: coverlet setup; CI line or branch coverage; choosing between collector and MSBuild drivers. DO NOT USE FOR: coverage report rendering by itself; repos that intentionally use a different coverage engine. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.
-
managedcode Bundle Stylecop AnalyzersUse the open-source free `StyleCop.Analyzers` package for naming, layout, documentation, and style rules in .NET projects. Use when a repo wants stricter style conventions than the SDK analyzers alone provide. USE FOR: the repo wants StyleCop.Analyzers; naming, layout, or documentation style needs stronger enforcement; the team needs stylecop.json guidance. DO NOT USE FOR: repos that intentionally rely only on SDK analyzers; repos where StyleCop overlaps too heavily with an existing style package and no. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.
-
marcel-bich Skill Requirements VerbatimCapture a user requirement, decision, approval, or constraint word-for-word into an append-only dated log so it survives context compaction and can never be trimmed, softened, or reinterpreted. Use whenever the user states or approves a requirement, gives a GO, sets a constraint, or makes any decision that later work must honor - and also inside subagents, which must log requirements they receive before acting on them. Use before any compaction to secure verbatim intent to disk.
-
onewave-ai Skill Earnings WatchEarnings-season prep for your holdings and watchlist -- report dates, what the market is actually watching per name, prior-quarter context, and a post-report debrief template. Preparation, not prediction. Use in the weeks around earnings season.
-
onewave-ai Bundle Watch CompetitorsUse when the user wants to monitor, track, or compare competitors, their pricing pages, or their published content, and report what changed since the last check. Triggers on requests like "watch competitor X", "did their pricing change", "what did they ship", or "diff competitors against last time".
-
pranavnagrecha Skill Refreshing The Org VaultRefreshes the SfIntelligence vault from a live Salesforce org. Use when the user invokes `/sfi-refresh`, or says "refresh", "refresh the vault", "pull latest", "pull the latest from my org", "rebuild the vault", "rebuild the index", "my data is stale", "the vault is stale", "I just deployed changes", or any phrase signaling the vault is out of date relative to the org. Drives `sfi refresh`, which shells out to `sf project retrieve`, runs the full extractor graph, imports into DuckDB, renders Markdown, and writes a new manifest (including optional **coverage** metadata).
15 -
vdustr Bundle Vp CspellDiagnose and fix cspell unknown-word findings or bootstrap repository cspell configuration. Boundary: not for other spell checkers or general lint errors.
-
vdustr Bundle Vp GithubWork with GitHub platform behavior that is not a Git operation: attaching images, videos, or files to issues, pull requests, and comments; controlling how Markdown renders on GitHub surfaces; and choosing a credential that can reach the endpoint. Use for any request to upload, attach, embed, or show a local artifact on GitHub. Also use proactively when writing or editing GitHub content and an available screenshot, recording, diagram, or other local file would provide material evidence, even when the user did not say "upload." Boundary: use vp-git for local Git work, vp-stacked-pr for stacks, and the vp-pr-* skills for review workflows.
-
vdustr Bundle Vp Minimal ReproReduce an observed failure to a small reproduction that fails on demand and passes once the cause is removed. Use when a failure has been seen and the next step would otherwise be to drive the whole system again to watch it, or when a reproduction has to be rebuilt standalone to demonstrate or share it. Applies at any layer, including build tools, libraries, services, runtimes, and version-specific behavior. Boundary: starts from an observed failure and ends at a re-runnable reproduction; not for filing the report or deciding where it goes.
-
aakashdhar Bundle Vibe CostTracks and reports token usage and dollar cost across every level of a vibe-* project — per task, per session, per feature, per phase, and total project spend. Auto-runs at the end of every session with estimates. When invoked manually with "cost:" accepts pasted Claude Code /cost output for precise numbers. Detects eight waste patterns: CP-01 context overhead, CP-02 repeated reads, CP-03 unstructured output, CP-04 parallel multiplication, CP-05 low cache hit rate, CP-06 oversized planning, CP-07 environment debugging waste (env issues rediscovered each session), CP-08 over-investigation (files read before intent confirmed). Max 4 recommendations per session. Triggers on "cost:", "how much has this cost", "show cost report", "token usage", "what's the spend so far", "is this getting expensive". Also auto-invoked at end of vibe-add-feature, vibe-fix-bug, vibe-new-app, vibe-review.
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 no-slop, docs-updater, refreshing-the-org-vault. 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.