Grimoire

Best Practices
for Everyone

The world's knowledge is in your AI.
The world's practice is not.
Install like a package manager. Enforce like a linter.

1000+ verified best practices across 26 domains — engineering, law, medicine, finance, and more. Works with every major AI assistant.

Claude best practices, Codex best practices, Copilot best practices, OpenCode best practices, OpenClaw best practices, Gemini best practices — one library, every AI assistant.

$ curl -fsSL https://raw.githubusercontent.com/jeffreytse/grimoire/main/scripts/install.sh | bash
$ grimoire update
$ grimoire install

Free & open-source · MIT license · 60 seconds to install

1000+
Skills
0
Domains
0
AI Platforms
MIT
License

The Problem

Your AI knows everything.
Knowing and doing are different.

McKinsey charges $1M for frameworks your AI already has access to. A lawyer charges $800/hour for contracts. A doctor charges $300 for advice rooted in evidence your AI can find. Grimoire encodes the expert's playbook — the 10,000-hour practitioner's exact steps — and makes it available to everyone.

Without Grimoire
  • "Write a business strategy" → generic advice
  • "Review my contract" → vague suggestions
  • "Debug my architecture" → surface observations
  • "Plan my workout" → generic fitness tips
With Grimoire
  • Surfaces McKinsey 7S + guides you through MECE decomposition
  • Surfaces ABA clause standards + guides negotiation step by step
  • Surfaces Google SRE runbooks + guides architecture review
  • Surfaces NSCA periodization + guides your training program

See It In Action

One question. Four practices you didn't know applied.

Ask your AI about a real problem. Grimoire surfaces the right expert standard and guides you through applying it.

Prompt: "We're launching our SaaS in 48 hours. I'm terrified something will break. What do we do?"

Surfaced and applied — 4 practices:

apply-premortem design-slo plan-incident-response run-game-day

How It Works

From zero to expert in 4 steps

1

Install once, everywhere

One command installs grimoire into every AI agent on your system. Claude Code, Copilot CLI, Cursor, Codex, Gemini CLI, OpenCode, OpenClaw, and Antigravity — all detect it automatically.

2

Intercepts before you ask

You don't have to know the right prompt. When you start any task, Grimoire silently checks for applicable best practices and applies or offers them proactively — before you even describe a problem.

3

Ask your AI naturally

You don't need to know which best practice applies. Just describe your problem — the AI finds the matching skill and routes through it automatically.

4

Get expert-grade output

Your AI follows the same frameworks as top institutions — McKinsey, Google, WHO, ABA, NSCA — and produces actionable, verifiable, specific output. Not summaries. Steps.

Enforce it automatically

Declare your quality standard once in grimoire.toml. Best Practice Driven Development (BPDD) checks every artifact against it automatically — like a linter, for practices instead of syntax.

$ grimoire check

Respects Your Choices

Grimoire learns what you've already chosen.

Already using a practice intentionally? Audit your existing work to detect what's applied. Pin preferences at the session, project, or global level — routing skills respect them and never suggest alternatives for pinned choices.

Installation

Step 1 — Install the CLI

Cross-platform binary. Pick your install method.

curl -fsSL https://raw.githubusercontent.com/jeffreytse/grimoire/main/scripts/install.sh | bash

Downloads the grimoire binary and places it in /usr/local/bin. Supports macOS (amd64, arm64) and Linux (amd64, arm64).

Step 2 — Install skills

Guided setup, or do it manually — your call.

grimoire wizard

Guided setup — detects your installed AI agents and walks you through registry and domain choice. No config editing required.

Or set up manually

grimoire update    # clone skill library → ~/.grimoire
grimoire install   # install to all detected agents

Detects Claude Code, Copilot CLI, Codex, Gemini CLI, OpenCode, OpenClaw, Cursor, and Antigravity. Installs 1000+ skills to all found agents.

Quality Standard

What makes a grimoire skill

Every skill passes 4 gates before merge. No vague advice. No generic tips.

Actionable

Reader can do it immediately. Steps, not descriptions. Commands, not concepts.

🏛️

Proven

Adopted by top-tier institutions — Google, McKinsey, WHO, ABA, NSCA. Cited, auditable, third-party verified.

🎯

Specific

Names tools. Cites numbers. Shows exact commands. One skill, one concept. No overlap.

🤝

Consensus

Encodes majority position among experts. No 50/50 debates. Stable, durable knowledge.

Open to everyone with mastery

You don't need to be a developer.

Any expert with 10,000 hours of practice can contribute a skill — a doctor, a chef, a lawyer, a coach, a musician. If you know the playbook, encode it.

Write the skill

Plain Markdown. Follow the template. Add your 10,000-hour steps.

Pass quality review

Automated validation + human review. Proven, actionable, specific.

Ship to everyone

Merged to main. Available to every AI agent globally. Forever.

Contribute a Skill

FAQ

Common questions

What is Grimoire?

Grimoire is a free, open-source skills manager for best practices — 1000+ skills across 27 domains (engineering, law, finance, design, health, and more), each sourced from a real institution or study. Install once, and your AI routes to the right skill automatically.

Is Grimoire free?

Yes. Grimoire is free and open-source under the MIT license, published at github.com/jeffreytse/grimoire.

How is Grimoire different from a prompt library or just asking the AI directly?

Prompt libraries collect ad-hoc instructions with no verification. Every Grimoire skill must cite a real institution, pass a quality review, and prove it changes behavior — the difference between telling an AI to "act like an expert" and handing it the expert's actual, sourced playbook.

Does Grimoire enforce best practices, or is it just a skill library?

Both. Grimoire is a skills manager for best practices — install, manage, and update skills like npm — with a built-in compliance linter. Run grimoire check to verify any artifact against your declared standards, the same way ESLint checks code style. See BPDD for the full methodology.