kalpesh122

Agentic Boilerplates — AI skill for Claude Code

AI community

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 c.

How to install Agentic Boilerplates

This entry records only its repository, not the path inside it, so there is no exact command to give. Open kalpesh122/agentic-boilerplates and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agentic Boilerplates does

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.

Alternatives in AI

README

agentic-boilerplates

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 migration, a page, a tool…), hooks that **enforce** the rules (block `rm -rf`/force-push/`.env` reads, format on edit, refuse to stop with a red `just check`), one `just check` quality gate, spec and ADR templates, and a **multi-model code-review council** (Claude + Codex + Gemini + DeepSeek reviewers, one Claude synthesizer, one PR comment) for CI and local use.

Built and verified on 2026-09-09 with every version pinned and checked against npm / PyPI / the Go proxy on that day.

The repos

Repo Stack What you get
agentic-kit shell · markdown · YAML The kit itself: a Claude Code plugin (/plugin marketplace add kalpesh122/agentic-kit), install.sh for any repo with lock-based --upgrade, and skill evals that run real headless sessions against a fixture repo.
agentic-backend-node Node 24 · TypeScript 7 · Hono 4 · Drizzle · Postgres 17 · Zod 4 · better-auth · pg-boss · pino · OTel · Biome · Vitest + PGlite REST API with OpenAPI docs, cookie-session auth, background jobs, in-memory Postgres tests, Docker
agentic-backend-python Python 3.14 · uv · FastAPI · SQLAlchemy 2 async · psycopg 3 · Alembic · ruff · mypy strict · structlog · pytest + Testcontainers REST API with vertical-slice domains, typed settings, real-Postgres tests, Dock