doc-architect

Generates and maintains README, API specifications, and Architecture Decision Records.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/hadimiftahulf/antigravity-skills --skill doc-architect-hadimiftahulf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-architect
Source: https://github.com/hadimiftahulf/antigravity-skills/tree/main/doc-architect
Command: npx skills add https://github.com/hadimiftahulf/antigravity-skills --skill doc-architect-hadimiftahulf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the common issue of outdated, incomplete, or missing project documentation, ensuring that code is well-understood and maintainable.

Core Features & Use Cases

  • Automated Documentation Generation: Creates and updates READMEs, API references (OpenAPI, PHPDoc, JSDoc), and Architecture Decision Records (ADRs).
  • Consistency Enforcement: Ensures documentation adheres to established formats and includes essential elements like badges and examples.
  • Use Case: Automatically generate a comprehensive README for a new microservice, including setup instructions, API endpoints, and architectural choices, ensuring new team members can onboard quickly.

Quick Start

Generate or update the documentation for the current project, focusing on the README and API reference.

Frequently Asked Questions about doc-architect

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

FAQPage Schema
How do I generate comprehensive project documentation like READMEs and API references?

You can generate comprehensive project documentation by creating and updating README files, API references, and Architecture Decision Records while enforcing standards for clarity and completeness. It ensures documentation accuracy by comparing it against the codebase.

Does this documentation generation tool support OpenAPI, JSDoc, and PHPDoc formats?

Yes, this documentation generation tool supports OpenAPI, JSDoc, and PHPDoc formats. It enforces consistency across these established formats to ensure your API references and code documentation include essential elements like badges and examples.

What is the best way to maintain accurate Architecture Decision Records alongside code changes?

The best way to maintain accurate Architecture Decision Records is by comparing documentation against the codebase to enforce standards. This ensures your ADRs remain accurate, complete, and aligned with your project's architectural choices as the code evolves.

Can I automatically generate setup instructions and API endpoints for a new microservice?

Yes, you can automatically generate a comprehensive README for a new microservice. This includes setup instructions, API endpoints, and architectural choices, ensuring new team members can onboard quickly and efficiently.

Why does my code documentation keep becoming outdated or incomplete?

Code documentation becomes outdated when not actively maintained. You can resolve this by comparing your documentation against the codebase to enforce standards for clarity and completeness, ensuring your README files and API references remain accurate.