project-docs

Generate README, C4/Mermaid diagrams, ADRs, and a Model Card into an MkDocs structure.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Moisesjr20/gueclaw --skill project-docs-moisesjr20
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-docs
Source: https://github.com/Moisesjr20/gueclaw/tree/main/.agents/skills/project-docs
Command: npx skills add https://github.com/Moisesjr20/gueclaw --skill project-docs-moisesjr20

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers produce robust, standardized project documentation for hybrid software projects that combine traditional code and AI agents. It enables comprehensive coverage of architecture diagrams, ADRs, Model Cards, and docs-as-code workflows, ensuring consistent, auditable docs across teams.

Core Features & Use Cases

  • Documentation of architecture using C4 and Mermaid diagrams, plus sequence diagrams for complex systems.
  • Creation and maintenance of ADRs, Model Cards, and a Prompt Registry to track decisions and prompts.
  • MkDocs-based site generation and docs-as-code workflow to keep documentation versioned and discoverable.

Quick Start

Ask me to document a project end-to-end, generating README, architecture diagrams, ADRs, and a Model Card within the MkDocs structure.

Frequently Asked Questions about project-docs

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

FAQPage Schema
How do I generate project documentation for hybrid systems with AI agents?

Generate project documentation for hybrid systems by producing a README, C4 and Mermaid architecture diagrams, ADRs, and a Model Card. This approach ensures both traditional code and AI agent operations are captured within a standardized, auditable MkDocs structure.

What is docs-as-code and how does it work with MkDocs?

Docs-as-code treats documentation like software, versioning it alongside source code. Using MkDocs, you structure markdown files into a navigable site, ensuring outputs like ADRs and MODEL_CARD.md are discoverable and ready to commit.

How do I create architecture diagrams for software projects using Mermaid and C4?

Create architecture diagrams using C4 and Mermaid by defining system context, containers, and components, plus sequence diagrams for complex systems. This visualizes hybrid software architecture directly within your markdown documentation.

Do I need ADRs and Model Cards for AI agent projects?

ADRs and Model Cards are essential for AI agent projects to track architectural decisions and document model behavior. Maintaining these files ensures consistent, auditable documentation across teams operating hybrid software systems.

Can I track prompts in my documentation using docs-as-code?

Track prompts in your documentation by maintaining a PROMPT_REGISTRY.md file. This docs-as-code practice logs prompts alongside ADRs and architecture diagrams, keeping prompt usage versioned and auditable within the MkDocs structure.