Explore
Find and install rules, skills, MCP servers, and more for your agentic coding setup
MCP configuration for connecting Claude Code to a Supabase PostgreSQL database.
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.
A subagent specialized in security code review with OWASP focus.
Subagent that generates and updates project documentation from code.
Comprehensive agent rules for Go HTTP API services — chi/echo, sqlc, testing, and Docker deployment.
Agent rules for Python FastAPI projects with SQLAlchemy, Pydantic, and pytest.