Audit and rewrite prose so it stops reading as machine-generated. Use this skill when asked to remove AI-isms, clean up AI writing, edit a draft for AI tells, audit a README, changelog, release note, PR description, or blog post for machine-sounding prose, or make text sound less like AI. Supports a detect-only mode, a rewrite mode, and an edit-in-place mode, with optional voice and context profiles.
architecture-blueprint-generator
architecture-blueprint-generator is an open-source docs skill for Claude Code and compatible agents, published by github. Its author describes it as: “Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagr…”. The project has 38k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/github/awesome-copilot ~/.claude/skills/architecture-blueprint-generator`.
What architecture-blueprint-generator does
${PROJECT_TYPE="Auto-detect|.NET|Java|React|Angular|Python|Node.js|Flutter|Other"} ${ARCHITECTURE_PATTERN="Auto-detect|Clean Architecture|Microservices|Layered|MVVM|MVC|Hexagonal|Event-Driven|Serverless|Monolithic|Other"} ${DIAGRAM_TYPE="C4|UML|Flow|Component|None"} ${DETAIL_LEVEL="High-level|Detailed|Comprehensive|Implementation-Ready"} ${INCLUDES_CODE_EXAMPLES=true|false} ${INCLUDES_IMPLEMENTATION_PATTERNS=true|false} ${INCLUDES_DECISION_RECORDS=true|false} ${FOCUS_ON_EXTENSIBILITY=true|false}
Installation
Add architecture-blueprint-generator to your agent with:
git clone https://github.com/github/awesome-copilot ~/.claude/skills/architecture-blueprint-generator Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for architecture-blueprint-generator is organised into these sections:
- Configuration Variables
- Generated Prompt
- 1. Architecture Detection and Analysis
- 2. Architectural Overview
- 3. Architecture Visualization
- 4. Core Architectural Components
- 5. Architectural Layers and Dependencies
- 6. Data Architecture
- 7. Cross-Cutting Concerns Implementation
- 8. Service Communication Patterns
- 9. Technology-Specific Architectural Patterns
- 10. Implementation Patterns
When to use it
Reach for architecture-blueprint-generator when you want docs help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in github/awesome-copilot, an established project with 37,982 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does architecture-blueprint-generator do?
- Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development.
- How do I install architecture-blueprint-generator?
- Run git clone https://github.com/github/awesome-copilot ~/.claude/skills/architecture-blueprint-generator in your agent, then reload your skills. Review the source at https://github.com/github/awesome-copilot before installing.
- Is architecture-blueprint-generator free to use?
- Yes. architecture-blueprint-generator is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does architecture-blueprint-generator come from?
- architecture-blueprint-generator ships inside github/awesome-copilot, a repository that contains 41 catalogued skills in total. The repository's 37,982 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Docs →Rewrite text that sounds AI-generated while keeping the writer's facts, meaning, and voice. Use when editing or reviewing prose for inflated claims, sales language, vague sources, repetitive structure, stock AI words, passive voice, filler, or chatbot artifacts. Based on Wikipedia's "Signs of AI writing."
README is an open-source docs skill for Claude Code and compatible agents, published by alirezarezvani. It packages reusable instructions an agent loads on demand to help with docs tasks. The project has 25k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add alirezarezvani/claude-skills`.
中文文档排版参考——中英文空格、全半角标点、术语保留、链接格式、中文文案排版指北约定。仅在用户显式 /chinese-documentation 时调用,不要根据上下文自动触发。
当你有规格说明或需求用于多步骤任务时使用,在动手写代码之前