code_agent_context_hooks
Policy engine controlling coding assistant behavior via hooks
All Skills in This Repository (9)
Pure Emerald Level Indicatorsmastering-hooks
Configure hooks.yaml rules to intercept Claude Code events deterministically.
plantuml
Generate and render PlantUML diagrams from Markdown and code.
mastering-python-skill
Teach production-grade Python patterns, tooling, and deployment practices.
mastering-typescript
Configure TypeScript 5.9+ projects with strict type safety and modern tooling.
pr-reviewer
Collect GitHub PR data and generate structured review files with two-stage approval.
release-cch
Automate CCH release workflows from version management to GitHub publishing.
vercel-react-best-practices
Analyzes React/Next.js projects and generates prioritized performance improvements based on Vercel best practices.
project-memory
Initialize and maintain project memory files under docs/project_notes.
mastering-git-cli
Automate Git workflows for teams using worktrees, submodules, and merge strategies.
Frequently Asked Questions
FAQPage SchemaHow to install code_agent_context_hooks?โผ
Run `npx skills add SpillwaveSolutions/code_agent_context_hooks --all -g -y` in your terminal to install all skills globally.
What does RuleZ do?โผ
RuleZ intercepts your coding assistant's tool calls and applies YAML rules to inject context, run validators, or block risky commands like force pushes.
How do I block dangerous git commands?โผ
Add a PreToolUse rule in hooks.yaml matching the Bash tool with a command pattern, then set the action to block. Validate it with `rulez validate`.
Does it work with Gemini CLI and Copilot?โผ
Yes. Platform adapters translate Gemini CLI, GitHub Copilot, and OpenCode events into the same unified rule format used for Claude Code.
How do I debug a hook that is not firing?โผ
Run `rulez debug <event> --tool <name>` to simulate the event and trace rule matching, then check `rulez logs` for execution details.
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