home / skills / jeremylongshore / claude-code-plugins-plus-skills / architecture-doc-creator

architecture-doc-creator skill

/skills/17-technical-docs/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-creator

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
2.3 KB
---
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

Overview

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.

How this skill works

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.

When to use it

  • You need a complete architecture document for a new feature, service, or system
  • You want to convert design notes into a standardized architecture spec
  • You need example configs, deployment patterns, or sample code tied to the architecture
  • You want to validate an existing architecture doc against common standards
  • You need repeatable templates for team-wide documentation practices

Best practices

  • Start with high-level goals, constraints, and success criteria before detailing components
  • Use modular sections: overview, components, interfaces, data flow, security, and operations
  • Include diagrams in text-first formats (Mermaid, PlantUML) so they are versionable and editable
  • Provide minimal runnable examples or configs to clarify deployment and integration
  • Run validation checks against required fields and update docs iteratively with implementation feedback

Example use cases

  • Generate an architecture spec for a microservices-based payment system with diagrams and deployment notes
  • Translate whiteboard designs into a structured document with component responsibilities and API contracts
  • Create a template for onboarding new services that covers monitoring, backups, and security controls
  • Validate an existing architecture doc to find missing operational requirements or security considerations
  • Produce sample IaC snippets and configuration examples tied to architecture decisions

FAQ

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.