Explore
Find and install rules, skills, MCP servers, and more for your agentic coding setup
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.
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.
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.