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
$ git clone https://github.com/schematizeme/skill-go.git && ./skill-go/install.sh
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.

How it works

The site (this page and /go) runs on Vercel. Each skill is a public GitHub repository (github.com/schematizeme/skill-<pack>), with every version published as a Release.

1 · install

The one-liner clones the skill's repo and runs install.sh, which installs into .claude/. Or download the Release .zip and unzip it into .claude/skills/.

2 · use

In the Claude Code session, run /schematize-help to see every command in the pack.

3 · publish

Maintainers publish new versions as GitHub Releases (tag v1.x + .zip). See PUBLISH.md.