Skip to content

Releases: malmichaels-gif/agent-instructions-kit

v0.1.0 - Initial Release

14 Jan 20:58

Choose a tag to compare

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 safety

Action Usage

- uses: malmichaels-gif/agent-instructions-kit@v0
  with:
    mode: "all"
    fail_on_safety: "false"

See README for full documentation.