coding-agents-kit
Real-time guardrails and audit trails for coding agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install coding-agents-kit?โผ
Run `npx skills add leogr/coding-agents-kit --all -g -y` in your terminal to install all skills in this suite globally.
How to control what a coding agent can do?โผ
Prempti intercepts every tool call before execution and applies your Falco rules to allow, block, or ask for confirmation. You can write custom YAML rules to set boundaries like blocking access to .env files or preventing pushes to remote.
How to write custom Falco rules for coding agents?โผ
Use the included prempti-falco-rules skill, which guides your agent through drafting, validating, and installing rules with the correct fields, tags, and output format.
Does it work with Claude Code and Codex?โผ
Yes. Claude Code is the primary integration on Linux, macOS, and Windows, with experimental support for Codex CLI.
Can I monitor agent activity without blocking anything?โผ
Yes. Switch to monitor mode with `premptictl mode monitor` to log and evaluate every tool call without enforcing verdicts.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core