home / skills / jeremylongshore / claude-code-plugins-plus-skills / architecture-doc-creator
This skill helps you generate architecture documentation and best-practice configurations, guiding you step by step from API docs to architecture diagrams.
npx playbooks add skill jeremylongshore/claude-code-plugins-plus-skills --skill architecture-doc-creatorReview the files below or copy the command above to add this skill to your agents.
---
name: "architecture-doc-creator"
description: |
Create architecture doc creator operations. Auto-activating skill for Technical Documentation.
Triggers on: architecture doc creator, architecture doc creator
Part of the Technical Documentation skill category. Use when working with architecture doc creator functionality. Trigger with phrases like "architecture doc creator", "architecture creator", "architecture".
allowed-tools: "Read, Write, Edit, Bash(cmd:*), Grep"
version: 1.0.0
license: MIT
author: "Jeremy Longshore <[email protected]>"
---
# Architecture Doc Creator
## Overview
This skill provides automated assistance for architecture doc creator tasks within the Technical Documentation domain.
## When to Use
This skill activates automatically when you:
- Mention "architecture doc creator" in your request
- Ask about architecture doc creator patterns or best practices
- Need help with technical documentation skills covering api docs, user guides, architecture docs, and documentation automation.
## Instructions
1. Provides step-by-step guidance for architecture doc creator
2. Follows industry best practices and patterns
3. Generates production-ready code and configurations
4. Validates outputs against common standards
## Examples
**Example: Basic Usage**
Request: "Help me with architecture doc creator"
Result: Provides step-by-step guidance and generates appropriate configurations
## Prerequisites
- Relevant development environment configured
- Access to necessary tools and services
- Basic understanding of technical documentation concepts
## Output
- Generated configurations and code
- Best practice recommendations
- Validation results
## Error Handling
| Error | Cause | Solution |
|-------|-------|----------|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
## Resources
- Official documentation for related tools
- Best practices guides
- Community examples and tutorials
## Related Skills
Part of the **Technical Documentation** skill category.
Tags: documentation, markdown, api-docs, readme, technical-writing
This skill automates creation of architecture documentation for software systems, producing structured, production-ready artifacts. It guides writers and engineers through patterns, templates, and validations to ensure consistent, maintainable architecture docs. Use it to speed documentation, enforce standards, and generate config or sample code where needed.
The skill listens for triggers like "architecture doc creator" and runs a guided workflow that captures system goals, components, data flows, and constraints. It produces templates (diagrams, component descriptions, deployment patterns), sample configuration or code snippets, and validates outputs against common documentation standards. Outputs include ready-to-publish Markdown, diagrams (text-first formats), and recommendations for follow-up sections.
What formats can the skill output?
It produces Markdown-ready docs, text-first diagram formats (Mermaid/PlantUML), and code/config snippets suitable for inclusion in repositories.
Does it enforce any specific architecture standards?
It follows industry best practices and can validate against common standards; you can customize checks to match your organization’s guidelines.