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 PDF TranslatorExtract text from PDF files, translate it to a target language, and save the result as a Markdown file. Use this skill when the user wants to translate a PDF document or asks to "convert PDF to Chinese". Use when this capability is needed.
-
tomevault-io Bundle Geoffe Ga Start Green Stay Green DocumentationDocumentation
-
tomevault-io Bundle Saffron Health Opencode Gui Technical WritingTechnical Writing
-
tomevault-io Bundle Shinpr Codex Workflows Documentation CriteriaDocumentation Creation Criteria
-
tomevault-io Bundle Customize MarkdownGuide for customizing markdown rendering in Mind Elixir nodes, including using third-party libraries. Use when this capability is needed.
-
tomevault-io Bundle Keep Codex FastUse when Codex feels slow or bloated, when local sessions/logs/worktrees/config have grown over time, or when a user wants safe maintenance for Codex Desktop/CLI state. Provides a read-only report by default, backs up before applying changes, archives instead of deleting, normalizes Windows extended paths, prunes dead config projects, rotates large logs, and moves stale worktrees.
-
tomevault-io Bundle Documentation ValidationDocumentation quality assurance tools and strategies for research software projects. Covers prose linting (Vale), link checking (HTMLProofer), Markdown validation (markdownlint), code example testing, container-based instruction validation, and CI integration. Use when this capability is needed.
-
tomevault-io Bundle Protocol Reverse EngineeringMaster network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication. Use when this capability is needed.
-
tomevault-io Bundle Skill PublisherPublish Claude Code Skills to GitHub with proper structure, privacy checks, and bilingual documentation. Use when user wants to "publish a skill", "share a skill", "release a skill to GitHub", or asks about skill distribution. Use when this capability is needed.
-
tomevault-io Bundle Markdown Topic NormalizerNormalize escaped topic markers in notes. Convert literal \# and leading * item markers into proper Markdown headings, while preserving fenced code blocks and real lists. Use when this capability is needed.
-
tomevault-io Bundle Law To Markdown将法条/规范文件(.txt/.docx/.pdf)转为 Markdown。适用于用户要求“法条转 markdown”“pdf/docx 转 markdown”。处理 .pdf/.docx 时先检查是否已安装 mineru-ocr skill;未安装先引导安装,安装后优先用 mineru-ocr;仅在用户明确同意时再用本地回退方案。 Use when this capability is needed.
-
tomevault-io Bundle Arw Release ManagerBuild and release manager for ARW CLI package. Handles local development, testing, building, documentation, version tagging, and publishing to npm and crates.io. Use when developing locally, running tests, building packages, releasing new versions, or publishing packages. Use when this capability is needed.
-
tomevault-io Bundle Logics Release NotesGenerate project-level release notes from completed Logics tasks. Use when Codex should scan `logics/tasks` and produce a Markdown release notes file grouped by completed work (e.g., Progress 100%). Use when this capability is needed.
-
tomevault-io Bundle Amanbh997 Skills Architects Skills ArchitectsConstruction Documentation
-
tomevault-io Bundle Change Impact MapDocumentation showing "if we change A, what B/C are affected" - dependency Use when this capability is needed.
-
tomevault-io Bundle Env Var ManagerSpecialized skill for managing environment variables when implementing new features in NestJS projects. Provides standardized workflow to identify necessary environment variables for a feature and generate proper TypeScript types, Joi validation, and ConfigService getters with Spanish documentation. Use when this capability is needed.
-
tomevault-io Bundle Markdown VideoConvert Deckset-format markdown slides with speaker notes to presentation video with TTS narration. Use when user requests to create video from slides, generate presentation video, or convert slides to MP4 format. Use when this capability is needed.
-
tomevault-io Bundle Obsidian LinksFormat and validate Obsidian wiki links with proper filename, section, and folder conventions. Verify links exist before creation and fix broken links. Use when creating or checking wiki links in markdown files. Use when this capability is needed.
-
tomevault-io Bundle Slidev MigrateMigrate a single Slidev project into a Slidev workspace structure. Use when the user wants to convert an existing single Slidev project (slides.md + package.json) into a multi-presentation workspace managed by slidev-workspace. Triggers on phrases like "migrate to workspace", "convert to workspace", "set up slidev workspace", "move my slidev to workspace", or any request to organize multiple Slidev presentations under one workspace. Use when this capability is needed.
-
tomevault-io Bundle Resource CuratorFind, evaluate, and maintain high-quality external resources for JavaScript concept documentation, including auditing for broken and outdated links Use when this capability is needed.
-
tomevault-io Bundle Blueprint Derive AdrDerive Architecture Decision Records from existing project structure, dependencies, and documentation Use when this capability is needed.
-
tomevault-io Bundle Smalltalk DeveloperComprehensive Pharo Smalltalk development workflow guide with AI-driven Tonel editing. Provides expertise in Tonel file format syntax (class definitions with name, superclass, instVars, category, method categories, class comment placement), package structure (package.st placement, directory organization, BaselineOf dependencies), development workflow (Edit → Import → Test cycle with absolute paths, re-import timing, test execution), and Pharo best practices (CRC format documentation, method categorization conventions). Use when working with Pharo Smalltalk projects, creating or editing Tonel .st files, organizing packages and dependencies, resolving import order issues, writing class comments, implementing standard Pharo development patterns (Singleton, Settings, etc.), or troubleshooting Tonel syntax. Use when this capability is needed.
-
tomevault-io Bundle Analogjs DevelopmentDevelop with Analogjs 2.x file-based routing, markdown content management, and SSR/SSG configuration. Use when creating *.page.ts files, contentFilesResource, routeMeta, and prerender settings. Use when this capability is needed.
-
tomevault-io Bundle Add New Skills To WorkflowAdd new skills to an existing workflow and update all related documentation. Use when user wants to add skills from GitHub URLs to a workflow (e.g., "add this skill to the workflow", "为工作流添加技能"). Triggers on adding skills to workflows, updating workflow documentation after skill additions. Use when this capability is needed.
-
tomevault-io Bundle Nickcrew Claude Cortex Reference DocumentationReference Documentation
-
tomevault-io Bundle Building Github IndexGenerate progressive disclosure indexes for GitHub repositories to use as Claude project knowledge. Use when setting up projects referencing external documentation, creating searchable indexes of technical blogs or knowledge bases, combining multiple repos into one index, or when user mentions "index", "github repo", "project knowledge", or "documentation reference". Use when this capability is needed.
-
tomevault-io Bundle Fetching Blocked UrlsRetrieve clean markdown from URLs when web_fetch fails. Converts pages via Jina AI reader service with automatic retry. Use when web_fetch or curl returns 403, blocked, paywall, timeout, JavaScript-rendering errors, or empty content or user explicitly suggests using jina. Use when this capability is needed.
-
tomevault-io Bundle Report Ecosystem MappingExpert skill for generating the LORS Ecosystem Mapping Document, profiling lunar projects and delivery providers. Use when this capability is needed.
-
tomevault-io Bundle Oliver Kriska Claude Elixir Phoenix Docs CheckPlugin Documentation Compatibility Check
-
tomevault-io Bundle Standard JsdocWrite, insert, or update Effect public API JSDoc so it satisfies the standard-jsdoc oxlint rule. Use when adding or fixing JSDoc comments, resolving standard-jsdoc diagnostics, preparing docs for JSON extraction, or reviewing public API documentation. Use when this capability is needed.
-
tomevault-io Bundle Gem DevelopmentThis skill should be used when the user asks about "gem development", "create a gem", "gemspec", "publish gem", "RubyGems", "bundler", "gem structure", "gem versioning", "semantic versioning", "gem testing", "gem documentation", or needs guidance on creating and publishing Ruby gems. Use when this capability is needed.
-
tomevault-io Bundle Whisper TranscriptionTranscribe audio/video to text with word-level timestamps using OpenAI Whisper. Use when you need speech-to-text with accurate timing information for each word. Use when this capability is needed.
-
tomevault-io Bundle Documentation ConsistencyVerify documentation is up-to-date and consistent across all files. Check for broken links, outdated references, deprecated content, and mismatched information. Use when auditing documentation, checking for stale content, verifying links, or ensuring docs match current codebase state. Use when this capability is needed.
-
tomevault-io Bundle Video Caption CreationCreate on-screen text hooks and captions for short-form video clips. Built around the Complementarity Principle - on-screen text should ADD to what the viewer hears, not repeat it. Includes podcast clip workflow, hook categories, and Triple Word Score optimization. Use when this capability is needed.
-
tomevault-io Bundle Axiom Apple Docs ResearchUse when researching Apple frameworks, APIs, or WWDC sessions - provides techniques for retrieving full transcripts, code samples, and documentation using Chrome browser and sosumi.ai
-
tomevault-io Bundle Writing With AkbunstyleWrite technical blog posts in akbun's distinctive Korean writing style. Use this skill whenever the user mentions 'akbun style', 'akbun 스타일', '악분 스타일', 'writing like akbun', '악분처럼 글쓰기', or asks to write a blog post, technical article, or study notes in akbun's voice. Also trigger when the user says '내 스타일대로 써줘', '내 블로그 스타일로', or references akbun's blog. Trigger on any request that combines technical writing with akbun's name or style reference. 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 pdf-translator, geoffe-ga--start-green-stay-green--documentation, saffron-health--opencode-gui--technical-writing. 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.