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://files.schematize.me/skills/go/latest/install.sh | bashDon'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.
Packs
Each pack is a skill in the open Agent Skills standard, versioned and served over a CDN.
schematize-go
Go/Rust backend engineering standards: server-side security, tests that prove, an index as source of truth and mandatory archiving.
schematize-ts
TypeScript frontend/edge: end-to-end typed contracts, server boundaries and the same testing and archiving floors.
How it works
The site (this page and /go) runs on Vercel. The versioned artifacts — .zip and install.sh — live on Cloudflare R2 under files.schematize.me/skills/<pack>/.
1 · install
The one-liner downloads install.sh from R2, which pulls latest.zip and installs into .claude/.
2 · use
In the Claude Code session, run /schematize-help to see every command in the pack.
3 · publish
Maintainers package new versions and push them to R2 with npm run publish:skill. See PUBLISH.md.