Claude Code · Agent Skills

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.

install schematize-gobash
$ curl -fsSL https://files.schematize.me/skills/go/latest/install.sh | bash
100% open source

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.

Open the standards

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.

v1.0.0 files.schematize.me/skills/go

schematize-ts

TypeScript frontend/edge: end-to-end typed contracts, server boundaries and the same testing and archiving floors.

soon

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.