Agent Plugins Marketplace
← All plugins

doc-skills

v1.2.4

Create and maintain functional specs, design specs, user guides, and AI prompts for codebases.

CodexClaude Code5 Skills

By Accelerate DataLicense: Elastic-2.00 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install doc-skills for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add doc-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/accelerate-data/doc-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

doc-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/authoring-design-spec/SKILL.md
├── skills/authoring-functional-spec/SKILL.md
├── skills/authoring-user-guide/SKILL.md
├── skills/writing-ai-prompts/SKILL.md
└── skills/writing-clearly-and-concisely/SKILL.md

Included Skills5

authoring-design-specskills/authoring-design-spec/SKILL.md

Use when authoring or updating developer-facing design specs under docs/design for one or more canonical functional specs (many-to-many via tags), especially architecture decisions, technical tradeoffs, states, data flows, schemas, source-file references, and gaps between flow behavior and current design coverage

authoring-functional-specskills/authoring-functional-spec/SKILL.md

Use when creating or updating a functional spec for a user flow listed in column B of the User-Flows-Details Sheet

authoring-user-guideskills/authoring-user-guide/SKILL.md

Use when creating or updating end-user help pages, user documentation, screen docs, feature help pages, or docs under `docs/user-guide/`. Trigger on "author user guide", "create user guide", "new user guide", "update user guide", "document [screen]", "help page for [feature]", or "/authoring-user-guide".

writing-ai-promptsskills/writing-ai-prompts/SKILL.md

Use when the user wants to write or improve a prompt for Claude, ChatGPT, Gemini, Cursor, Claude Code, GitHub Copilot, Windsurf, Bolt, v0, Midjourney, DALL-E, Stable Diffusion, or another AI-powered tool.

writing-clearly-and-conciselyskills/writing-clearly-and-concisely/SKILL.md

Use when writing or tightening prose for functional specs, design documents, user guides, or implementation plans, especially when draft text is wordy, vague, passive, duplicative, or hard to scan. Do not use for AI prompt-writing, code comments, commit messages, general chat, or unrelated prose.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "doc-skills",
  "description": "Create and maintain functional specs, design specs, user guides, and AI prompts for codebases.",
  "version": "1.2.4",
  "author": {
    "name": "Accelerate Data"
  },
  "repository": "https://github.com/accelerate-data/doc-skills",
  "license": "Elastic-2.0",
  "keywords": [
    "skills",
    "documentation",
    "specs",
    "codex",
    "claude-code"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Doc Skills",
    "shortDescription": "Documentation authoring skills.",
    "developerName": "Accelerate Data",
    "category": "Documentation",
    "capabilities": [],
    "screenshots": []
  }
}
.claude-plugin/plugin.json
{
  "name": "doc-skills",
  "description": "Create and maintain functional specs, design specs, user guides, and AI prompts for codebases.",
  "version": "1.2.4",
  "author": {
    "name": "Accelerate Data"
  },
  "repository": "https://github.com/accelerate-data/doc-skills",
  "license": "Elastic-2.0",
  "keywords": [
    "skills",
    "documentation",
    "specs",
    "claude-code",
    "codex"
  ],
  "skills": "./skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[doc-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/doc-skills)