Skills · Claude Code · Agent Skills
Engineering standards the agent follows — no negotiation.
Rust backend (Go auxiliary), server-side security, tests that actually prove things, an index as source of truth and mandatory archiving. One shared floor for all code — human or AI.
schematize-rust · v1.8.0bash
$ schematize install rustBackend · Rust/Go/rust-help · github.com/schematizeme/schematize-cli
Non-negotiable floors
Never switched off "to go faster". Full list in the skill.
Rust backend (Go auxiliary)
Rust is the default; Go is the auxiliary. Node backend and PHP forbidden; Node frontend 100% allowed.
Secrets server-side
Never in the client or NEXT_PUBLIC_. Auth and tenant validated server-side.
Real green
Smoke proves content, pentest rejects injection/coercion, simulated covers 100% of routes.
Always archive
Decisions and context become .md in the archive, every time. The index is the source of truth.
Commands
Installed in .claude/commands/. Run /rust-help anytime.
/rust-helpLists every command./rust-ccContext compact: writes context + checklist to the archive and runs /compact./rust-handoffWrites the handoff without compacting — session end or task switch./rust-qaPlan-first QA: plan, write the MD, ask for approval, then run./rust-reviewDefinition-of-Done and anti-pattern gate on the diff./rust-index(Re)generates the micro-function index from doc-comments.For AI agents
Install with no human in the loop. Metadata in llms.txt.
- Run: git clone https://github.com/schematizeme/skill-rust.git && ./skill-rust/install.sh
- Or download: https://github.com/schematizeme/skill-rust/releases/latest/download/skill-rust.zip and unzip into .claude/skills/
- Copy assets/CLAUDE.md to the repo root (always-on rule).
- Confirm with /rust-help.