SpillwaveSolutionsSpillwaveSolutionsOfficialยท2 Agent Skills Included

agent_rulez

Policy rules, hooks, and workflow skills for coding assistants

Intercepts coding assistant events and enforces custom YAML rules to block dangerous commands, inject context, and log activity. Eliminates manual guardrail checks, repeated code reviews, and inconsistent conventions across projects. Includes ready-made skills for Git, GitHub CLI, Python, TypeScript, PR reviews, diagrams, and release automation.
npx skills add SpillwaveSolutions/agent_rulez --all -g -y
Available:

Tells the agent how the RuleZ policy engine works, lists all available skills with their trigger phrases, and instructs it to load the matching skill whenever a user request fits one.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’