agent_rulez
Policy rules, hooks, and workflow skills for coding assistants
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install agent_rulez?โผ
Run `npx skills add SpillwaveSolutions/agent_rulez --all -g -y` in your terminal to install all skills in this repository globally.
What does RuleZ do?โผ
RuleZ is a Rust-based policy engine that intercepts coding assistant events and applies your YAML rules. It can block risky commands, inject project context, and log every action for audit trails.
How to block dangerous git commands with hooks?โผ
Define a rule in hooks.yaml matching Bash commands like force pushes, then set the action to block. The mastering-hooks skill walks you through creating, testing, and debugging these rules.
Does RuleZ work with Gemini CLI and GitHub Copilot?โผ
Yes. RuleZ uses platform adapters to translate events from Claude Code, Gemini CLI, GitHub Copilot, and OpenCode into one unified rule format.
What other skills are included in this repository?โผ
It bundles skills for Git and GitHub CLI workflows, Python and TypeScript best practices, PR code reviews, PlantUML and Mermaid diagrams, spec-driven development, and automated release management.
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