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.
$ git clone https://github.com/schematizeme/skill-go.git && ./skill-go/install.shDon'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-web
Next.js/Astro frontend standards: secrets server-side, WCAG 2.2 AA accessibility, Core Web Vitals as a contract, SEO + structured data and i18n. The frontend sibling of schematize-go.
schematize-rust
Normative engineering standards for backends with Rust as the primary language (Go auxiliary).
schematize-node
Normative standards for maintaining legacy Node.js/TypeScript and migrating out to Go/Rust — no new Node backends.
schematize-engineering
The house's shared, language-agnostic engineering base: architecture/DDD, MAP+graph+endpoints, security, data, observability, delivery/DoD/archive, and orchestration (split into mini-tasks + parallelize with subagents — time over tokens). The language skills specialize it.
schematize-pentest
House security testing: defensive AppSec (per-route rejection, IDOR/BOLA, BFLA, injection, SSRF, JWT/OAuth) and authorized red-team (concrete attack chains, ATT&CK). Arsenal by class + OWASP Web/API Top 10 coverage + STRIDE threat modeling + authz matrix — always under authorization + scope + RoE.
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.