docs

Generate API docs, user guides, and architecture docs as Markdown from implemented code.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/mattphanm/Codex-Agentic --skill docs-mattphanm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/mattphanm/Codex-Agentic/tree/main/.codex/skills/docs
Command: npx skills add https://github.com/mattphanm/Codex-Agentic --skill docs-mattphanm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate documentation artifacts from implemented code to create a durable external context that persists beyond the current session.

Core Features & Use Cases

  • API Documentation: Produce comprehensive API references, including endpoints, methods, and data models.
  • User Guides: Create user-facing guides describing features, workflows, and configuration.
  • Architecture Documentation: Capture design decisions, data flows, and component relationships to support maintenance and onboarding.

Quick Start

Run the documentation workflow after security review and before commit to generate API docs, user guides, and architecture docs.

Frequently Asked Questions about docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate API documentation from existing code?

Generate architecture documentation from implemented code by running this workflow to capture design decisions, data flows, and component relationships. It outputs Markdown architecture notes that support maintenance and onboarding for multi-component projects.

When should I generate architecture documentation for my project?

Generate architecture documentation from implemented code by running this workflow to capture design decisions, data flows, and component relationships. It outputs Markdown architecture notes that support maintenance and onboarding for multi-component projects.

Can I create user guides in Markdown directly from implemented code?

Yes, you can create user guides in Markdown directly from implemented code. This Skill extracts usage guidance and feature workflows to produce user-facing Markdown guides that can be published as durable external context.

Does this documentation workflow require any external dependencies?

No, this documentation workflow requires no external dependencies. It analyzes your implemented code to extract public interfaces and follows documented patterns and standards to output Markdown docs that can be published.

What is the best way to maintain documentation quality across multi-component projects?

The best way to maintain documentation quality across multi-component projects is to run this workflow after security review and before commit. It extracts public interfaces and usage guidance, following documented patterns to output Markdown docs.