agentsclimarketplace

Architecture blueprint generator

Skill jgamaraalv/delivery-loop/.claude/skills/architecture-blueprint-generator

Analyze a codebase and generate Project_Architecture_Blueprint.md — detected stacks and architecture patterns, diagrams, layers, cross-cutting concerns, extension guidance. Use to document, map, or blueprint a project's architecture or keep it consistent.From its SKILL.md

Install
npx -y skills add jgamaraalv/delivery-loop --skill architecture-blueprint-generator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.1 KB, 620 tokens by cl100k_base, as published. Nobody here has run it

Project Architecture Blueprint Generator

Analyze the architectural patterns actually implemented in the codebase and write a comprehensive Project_Architecture_Blueprint.md that serves as the definitive reference for maintaining architectural consistency and guiding new development. Document what the code does, not theoretical patterns — every claim should trace to project structure, dependencies, or configuration.

Options

Defaults below; adjust any of them when the user specifies:

OptionDefaultAlternatives
Technology stackAuto-detect.NET, Java, React, Angular, Python, Node.js, Flutter, …
Architecture patternAuto-detectClean, Microservices, Layered, MVVM, MVC, Hexagonal, Event-Driven, Serverless, Monolithic, …
DiagramsC4UML, Flow, Component, none (textual description instead)
Detail levelDetailedHigh-level, Comprehensive, Implementation-Ready
Optional sectionsAll includedDrop implementation patterns, extensibility, code examples, or ADRs on request

Workflow

  1. Detect — identify the stack(s) and architectural pattern(s) from project/config files, dependencies, folder organization, and dependency flow (detection signals in references/blueprint-structure.md §1).
  2. Write the core sections — overview, visualization, components, layers, data architecture, cross-cutting concerns, service communication, testing, deployment, governance, and the blueprint-for-new-development guide, following references/blueprint-structure.md section by section.
  3. Add the per-stack section for each detected technology, using the checklists in references/technology-patterns.md.
  4. Add the optional sections that apply — implementation patterns, extension/evolution guidance, code examples, ADRs — per references/optional-sections.md.
  5. Close with the generation date and recommendations for keeping the blueprint updated as the architecture evolves.

References

Read a reference only when writing that part of the blueprint:

What ships with it: 3 files

10.5 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.