agentic-boilerplates

kalpesh122/agentic-boilerplates
★ 0 stars Shell AI/LLM Updated today
Library of agentic-engineering-ready boilerplates (Node, Python, Go, Next.js, Turborepo, AI agent app, MCP server) sharing one kit: AGENTS.md, skills, enforcing hooks, just check, multi-model review council.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentic-boilerplates": {
      "command": "npx",
      "args": [
        "-y",
        "kalpesh122/agentic-boilerplates"
      ]
    }
  }
}

README Excerpt

A library of production-grade boilerplates that are **agentic-engineering ready**: clone one, run one command, and an AI coding agent (Claude Code first; Codex, Cursor, Gemini CLI, Copilot too) can build on it safely from the first minute. Every repo ships the same [agentic-kit](https://github.com/kalpesh122/agentic-kit): a single `AGENTS.md` all agents read (`CLAUDE.md` imports it), skills that encode the workflow (spec → TDD → verify → review) plus stack-specific ones (add an endpoint, a migra