generate-llm-blueprint

Generate a single Markdown blueprint from PRDs, ADRs, architecture docs, proto definitions, and Atlas configs.

10|2|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/meridianhub/meridian --skill generate-llm-blueprint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-llm-blueprint
Source: https://github.com/meridianhub/meridian/tree/main/.claude/skills/generate-llm-blueprint
Command: npx skills add https://github.com/meridianhub/meridian --skill generate-llm-blueprint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates the essential documentation and architecture context of a repository into a single, Claude-ready blueprint. This enables AI-assisted planning, faster onboarding, and clearer design reviews by providing a complete reference that teams can share with Claude Projects or other LLM workflows.

Core Features & Use Cases

  • Blueprint generation: aggregates PRDs, ADRs, architecture docs, proto definitions, and Atlas configs into a single meridian-blueprint.md.
  • Claude-enabled workflows: supports Claude Projects and other LLM deployments for rapid project scoping and documentation.
  • Onboarding and knowledge transfer: ideal for new team members, design reviews, and AI-assisted exploration of repository context.

Quick Start

From the meridian-main directory, run the repomix command to generate meridian-blueprint.md.

Frequently Asked Questions about generate-llm-blueprint

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

FAQPage Schema
How do I generate a codebase blueprint for Claude Projects?

Generate a codebase blueprint for Claude Projects by running the repomix command in your repository to consolidate PRDs, ADRs, architecture docs, and proto definitions into a single markdown file. This produces a Claude-ready reference document.

What is an LLM blueprint and when do I need one for my repository?

An LLM blueprint is a single markdown document consolidating repository architecture docs, PRDs, and proto definitions. You need one when providing complete project context to LLM deployments for AI-assisted planning, onboarding, or design reviews.

How to consolidate architecture docs and PRDs into a single document for AI workflows?

Consolidate architecture docs and PRDs by running the blueprint generation command, which aggregates repository context and Atlas configurations into one markdown file while intentionally omitting implementation details for streamlined LLM consumption.

Does the generated blueprint include implementation code or just architecture documentation?

The generated blueprint includes only architecture documentation, PRDs, ADRs, and Atlas configurations. It intentionally omits implementation details to provide high-level design context suitable for LLM-assisted exploration and planning.

Can I use this generated blueprint with other LLMs besides Claude?

Yes, the generated markdown blueprint supports Claude Projects and other LLM deployments. It provides a complete, standardized repository context reference that can be shared across various AI-assisted workflows for rapid project scoping.

Why does my team need a consolidated codebase blueprint for design reviews?

A consolidated codebase blueprint aggregates architecture docs and ADRs into a single reference, enabling clearer design reviews and faster onboarding. It provides new team members and AI workflows with complete project context without implementation noise.