> help
How to use TailorMD
From zero to tailored AI context in a few minutes. No API key — just pick a recipe, generate files, and drop them in your repo.
On the website (fastest)
Generate context in the browser — live preview, no install.
Pick a recipe
Browse recipes on the homepage. Start with a free one (Python Data or OSS Library) or any Pro recipe if you're subscribed. Each recipe matches a stack — Next.js SaaS, Django API, Rust CLI, and more.
Fill in your project
On the recipe page, answer a few questions — project name, auth provider, database, deploy target, etc. Defaults are sensible; change only what matters. The preview updates as you type.
Copy or download
Click Copy CLAUDE.md for a quick paste, or Download zip for the full bundle (CLAUDE.md, AGENTS.md, Cursor rules, and skills when the recipe includes them).
Add files to your repo
Put CLAUDE.md at your project root. Add Cursor rules under .cursor/rules/ (or merge into existing rules). Drop any skills/ folders where the recipe specifies. Commit like normal project docs.
your-project/ ├── CLAUDE.md ← project context for Claude Code ├── AGENTS.md ← optional agent notes ├── .cursor/ │ └── rules/ │ └── *.mdc ← Cursor-specific rules └── skills/ ← optional, recipe-dependentUse your coding assistant
Claude Code reads CLAUDE.md from the repo root automatically. In Cursor, project rules load from .cursor/rules. You shouldn't need to re-explain your stack every session — the files do that for you.
From the terminal
Same recipes, scaffolded directly into your working directory.
Run init
From your project folder, run init with a recipe id. Use --defaults to skip prompts, or answer interactively like the web form.
cd your-project npx tailormd init python-dataList recipes
Not sure of the id? List every recipe name and slug.
npx tailormd listCheck your setup
Verify the CLI can load recipes on your machine.
npx tailormd doctor
Pro recipes & custom builder
Sign in before checkout
Pro links to your account email — not license keys. Use magic link, Google, or GitHub on the login page, then checkout with the same email.
Upgrade on pricing
Monthly or lifetime Pro unlocks every recipe plus the custom builder. After payment, Pro should appear in the header within a few seconds.
Custom builder (Pro)
Compose your own CLAUDE.md from reusable blocks — stack, non-negotiables, commands, ship checklist. Toggle sections on/off and edit the text.
Pro didn't unlock?
Confirm you're signed in as the checkout email. On pricing after payment, wait for sync. On any Pro recipe, click "Already subscribed? Refresh".
Tips
Re-run when your stack changes
New auth provider? Different deploy target? Regenerate and merge updates into your existing CLAUDE.md — or replace it if you prefer a clean slate.
Treat output as a starting point
Recipes encode opinionated defaults. Edit generated files to match your team's conventions. TailorMD gets you 80% there in 60 seconds.
Free vs Pro
Two recipes are free forever with no account. Pro is the full cookbook — worth it if you work across multiple stacks or want the custom builder.