Curated steering packs for SteerMesh. Each pack follows the SteerMesh spec and can be compiled to Kiro, Cursor, Amazon Q, and other targets.
| Pack | Description |
|---|---|
| security-core | Baseline security and secret-handling policies |
From your project (with steer CLI):
steer add security-core@1.0.0Then ensure the pack is available under your project’s packs/ directory (e.g. clone this repo into packs/ or copy the pack folder), and run:
steer compileEach pack must include:
pack.yaml— Pack definition (valid against pack.schema.json)README.md— Purpose and usageCHANGELOG.md— Version history- Compatibility matrix (e.g.
COMPATIBILITY.mdor section in README)
Packs follow semver. Pin exact versions for deterministic builds in production, and update packs via a controlled release process.
Use the spec repo schemas to validate packs locally before publishing or releasing.
See the repository license.