Engineering standards the agent follows — no negotiation.
Normative skill packs for Claude Code. Non-negotiable floors for architecture, security and testing — one shared floor for all code, human or AI. Install with one command; works in Claude Code, Claude.ai and the API.
$ curl -fsSL https://repo.schematize.org/install.sh | bash$ schematize install --allPacks
Each pack is a skill in the open Agent Skills standard, versioned and served over a CDN.
One CLI for the whole catalog.
schematize is a Rust CLI — desktop app included — that installs and versions every skill from a live remote index. New skills show up without reinstalling anything.
- Install & version skills — from a remote catalog; one command pulls the whole set and keeps it current.
- Desktop app included — a window to browse, install and update skills — ships prebuilt, no build tools.
- doctor · upgrade · status — diagnose your setup, self-update, and see everything at a glance.
- Resident agent — watches for new skill versions and blog posts and notifies you natively.
Get the app
Install schematize on macOS or Linux — the desktop app ships with it.
v0.44.1 · github.com/schematizeme/schematize-cli
Download the app, unzip and right-click → Open. Apple Silicon (.app).
schematize-macos-arm64-app.zip- unzip → Ctrl-click → Open
Debian, Ubuntu and Linux Mint. One command installs the .deb (CLI + desktop app) and pulls the GUI libraries.
In a terminal:
$ curl -fsSL https://repo.schematize.org/install.sh | bashopenSUSE, Fedora and RHEL. One command installs the .rpm (CLI + desktop app).
In a terminal:
$ curl -fsSL https://repo.schematize.org/install.sh | bashThe macOS app is not code-signed yet — the OS shows a one-time “unverified” warning on first launch (right-click → Open).
Don't want to install?
Read the full standards and copy them straight into your project — or install the skill so the agent enforces it for you.
How it works
The app reads a live index (catalog.json) on GitHub, so publishing a new skill is just adding an entry — no CLI rebuild.
1 · install the app
One command installs the schematize CLI and its desktop app on Linux (.deb / .rpm / binary).
2 · install skills
Run schematize install --all to pull every skill into .claude/, or install one by slug.
3 · stay current
The resident agent notifies you when a skill or the app updates; schematize upgrade self-updates.