Explore
Find and install rules, skills, MCP servers, and more for your agentic coding setup
MCP server for controlled filesystem access — read/write files in specified directories.
Give your agent control of Chrome DevTools — inspect elements, debug JavaScript, monitor network requests.
Manage Kubernetes clusters through your agent — deploy, scale, debug pods and services.
Infrastructure-as-code integration — plan, apply, and manage Terraform resources through your agent.
Web search, crawling, and technical documentation retrieval for agents.
Connect your agent to Linear — manage issues, projects, and cycles.
Integrate Stripe for payment processing guidance, API reference, and best practices.
MCP configuration for connecting Claude Code to a Supabase PostgreSQL database.
LSP server configuration for Go development — code intelligence, diagnostics, refactoring, and workspace support via gopls.
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.
Agent rules for Rust CLI applications with clap, tokio, and error handling patterns.