Minimal repo showing vet + phase0 + wikilint in CI — good artifacts pass, bad ones fail on purpose.
| Tool | Path | Expected in CI |
|---|---|---|
| vet | skills/good-skill/ |
PASS |
| vet | skills/cursor-audit/ |
PASS |
| vet | skills/super-audit/ |
PASS |
| vet | skills/bad-skill/ |
REJECT (job asserts failure) |
| vet | briefs/good-brief.md |
PASS |
| phase0 | evals/sample-eval.md |
Mismatch detected (assert failure) |
| wikilint | wiki/ |
PASS (clean graph) |
Open-source multi-model Cursor audit harness — three readonly Task subagents, Glasswing conflict synthesis. Ships in skills/cursor-audit/; install into any workspace:
cp -r skills/cursor-audit ~/.cursor/skills/
# or per-project: cp -r skills/cursor-audit .cursor/skills/See skills/cursor-audit/README.md. Wiki: cemini-claude-code-CCC → cursor-audit.
Five-model pre-ship council — three Cursor Task subagents plus two HTTP API auditors (OpenRouter / DeepSeek / custom ADVISOR_*). Tailor a prompt pack per run. Ships in skills/super-audit/:
cp -r skills/super-audit ~/.cursor/skills/
# or per-project: cp -r skills/super-audit .cursor/skills/See skills/super-audit/README.md.
Schema reference: ara-schema
pip install git+https://github.com/cemini23/vet.git
pip install git+https://github.com/cemini23/phase0.git
pip install git+https://github.com/cemini23/wikilint.git
vet skills/good-skill/SKILL.md --profile skillmd --strict
vet skills/cursor-audit/SKILL.md --profile skillmd --strict
vet skills/super-audit/SKILL.md --profile skillmd --strict
vet skills/bad-skill/SKILL.md --profile skillmd --strict # exit 2
phase0 verify-eval evals/sample-eval.md # exit 2 on mismatch
wikilint wiki/Fork this repo or copy .github/workflows/agent-toolkit.yml into your project.
- Methodology newsletter: Outlier Weekly
- YouTube: @Cemini23
- Agent meta-wiki: cemini-claude-code-CCC
- Toolkit: vet · wikilint · phase0 · ara-schema · cursor-audit · super-audit
Voluntary tips fund open research and tooling. Donation-only addresses — not trading or production wallets.
| Chain family | Address |
|---|---|
| EVM (Ethereum, Polygon, Base, Arbitrum, …) | 0x444C5C2eC439E0382aa5a17F70313c536BcC5D58 |
| Solana / SVM | J4zNn4hK9jTrKBFY8sbAGJHLoZvXvQf4B9pQSbSrocZE |
MIT — see LICENSE.