agent-engineering-toolkitlisted
Install: claude install-skill AdvancingTitans/agent-engineering-toolkit
# Agent Engineering Toolkit
Current Skill version: `1.13.0` (Quick compatibility + opt-in Lab)
## Activation policy
**Default: OFF.** Installing this Skill does not authorize its use. Load or run
AET only when the user explicitly asks to use AET for the current task (for
example, “use AET”, “run `aet audit`”, or “produce an AET Evidence Pack”). A
repository containing AET files, a generic request to test/review a change, or
the availability of the `aet` executable is not opt-in. Do not carry opt-in
across tasks.
After explicit activation, choose only the smallest surface needed. Daily work
should route to `/aet-check`, `/aet-scope`, `/aet-proof`, or `/aet-fresh`.
Each Quick Skill emits one bounded result and stops. It never enters another
Quick Skill or AET Lab automatically.
Use the `aet` CLI as the source of truth. The host agent may choose its own
shell or package runner, but must preserve the commands' exit status and attach
the emitted evidence instead of paraphrasing it as unverified fact.
<!-- aet-learn:immutable -->
`UNKNOWN` is never a pass. Only `aet trace` executes explicit argv after `--`.
Audit, review, and Evidence Pack compilation stay deterministic and local. AET
may propose, replay, gate, and stage a Constitution-bound asset candidate, but
it never adopts a candidate, commits it, pushes it, or lowers an evidence contract automatically.
<!-- aet-learn:end -->
## Quick routes
This section applies only after explicit activation. Choose one initial surfac