Explore
Find and install rules, skills, MCP servers, and more for your agentic coding setup
Post-session hook that detects changes to tracked agent files and offers to push updates to agex.dev.
End-of-session hook that generates a summary of changes made to agent config files during the session.
Startup hook that checks if your agex artifacts are up to date and warns about available updates.
Hook that runs ESLint after every file edit to catch issues immediately.
Hook that enforces conventional commit message format on every commit.
Runs relevant tests automatically after the agent edits source files.
Catches destructive git and filesystem commands before they execute. Prevents force pushes, hard resets, and rm -rf.
Prevents agents from reading or editing .env files and other sensitive configuration.
Hook that runs tests and lint before any deployment-related agent action.