A resolver, not a list
It returns one blueprint, weighted so a language you already know beats everything else.
Blueprint catalog + MCP server
Others hand you two hundred skills and wish you luck. Forgeprint asks what you know and what you are building, then returns exactly one blueprint — the rule file, the skills, the MCP configuration, and a setup recipe your agent runs step by step.
Pre-release · 7 blueprints · 3 languages
Connect it to your agent
claude mcp add forgeprint -- npx -y forgeprint-mcp
One command. It adds the MCP server to Claude Code.
claude mcp add forgeprint "--" npx -y forgeprint-mcp
You hunt down the requirements, write the rule file by hand, wire up the MCP servers, pick the plugins, and get the setup steps wrong twice before they work. Hours of it — repeated by everyone, on every project, forever.
That knowledge is not hard to write down. It is just never written down in a form another agent can use.
You talk to your agent normally. Forgeprint answers in structured data, and your agent does the work. It installs nothing and runs nothing on your machine — every tool returns text.
“I know C#, I am building a multi-tenant SaaS API.” No form to fill in, no catalogue to read.
An incomplete profile does not get a guess. It gets the questions your agent should ask you.
Never a list. With the reason it was chosen, what is missing on your machine, and the setup plan.
Numbered steps, pinned versions, and a verification command after each one.
Forgeprint returns text. It never runs anything on your machine.
It returns one blueprint, weighted so a language you already know beats everything else.
setup.md is a script. Versions pinned, each step ending in the check that proves it worked.
Schema validation, a real setup run, and a duplicate report on every pull request.
AGENTS.md, SKILL.md and marketplace.json as they already exist.
Every blueprint in the catalog right now. Each one has been reviewed against named security and architecture standards, and its setup recipe is executed in CI on every push — in every option combination.
Reading the catalog…
Full catalog with search Blueprint summaries stay in English. The catalog is written once, in one language, and your agent presents it in yours.
You do not need to know what an MCP server is.
A blueprint is that decision, written down once.
The recipe shows the decisions, not just the commands.
The most valuable blueprint comes from something real.
Every blueprint has a maintainer, listed on its page.
File a request. The catalog grows by demand.
Two minutes, and nothing to install beyond the agent you already have.
One command. npx fetches it; nothing is installed permanently.
In your own words.
The resolver asks rather than guesses.
Your agent executes the steps and checks each one.
YouI know C#. I want to build a multi-tenant SaaS API.
AgentForgeprint needs three things: which database, which auth, and is tenancy one schema or one database per tenant?
YouPostgres, JWT, shared schema.
Agentdotnet-multitenant-saas-api. Chosen because you already write C#. 34 steps — shall I start?
The skills install through the tools you already use, with no MCP server involved.
npx skills add forgeprint/forgeprint
gh skill install forgeprint/forgeprint blueprint-author
One folder is one blueprint, and that folder is the unit of contribution. Everything the pipeline does is a command you can run on your own machine — hosted CI is a convenience here, never a dependency.
git clone https://github.com/forgeprint/forgeprint.git
cd forgeprint
pnpm install
pnpm run build
pnpm forgeprint validate
The fastest merge is usually a pull request against a blueprint that is already there.
The blueprint-author skill turns a working project into a blueprint.
validate, lint-setup, similarity and a real setup run.
Say which blueprint is closest and why yours is not a change to it.
No. Every tool returns text.
Source, blueprints, decisions and the whole history.
Bugs, questions, and blueprint requests.
Nothing fits what you are building?
What a blueprint has to contain.
Who decides what.
Source-available. CC BY 4.0 for blueprint content.