Releases: malmichaels-gif/agent-instructions-kit
Releases · malmichaels-gif/agent-instructions-kit
v0.1.0 - Initial Release
What's New
Initial release of agent-instructions-kit.
Features
- init: Generate AGENTS.md + CLAUDE.md from templates (minimal or opinionated)
- check: Validate required sections exist
- safety: Lint for suspicious patterns (prompt injection, secret exfiltration)
- GitHub Action: Run checks in CI with configurable fail behavior
CLI Usage
npx agent-instructions-kit init
npx agent-instructions-kit check
npx agent-instructions-kit safetyAction Usage
- uses: malmichaels-gif/agent-instructions-kit@v0
with:
mode: "all"
fail_on_safety: "false"See README for full documentation.