agentic-coding-starter-kit
Scaffold and build full-stack Next.js apps with guided workflows
Tells the coding agent how to plan with clarifying questions, delegate implementation to sub-agents in parallel, follow the design system, run database migrations safely, and verify all work with lint, typecheck, and build checks.
All Skills in This Repository (16)
Pure Emerald Level Indicatorsplaywright-cli
Automates browser interactions and generates Playwright code from user actions.
checkpoint
Stage all changes with git add -A and create a descriptive commit.
implement-feature
Orchestrate parallel coder agent waves with code review gates for feature specs.
web-design-guidelines
Identify UI code compliance gaps against Web Interface Guidelines.
shadcn
Manage shadcn/ui components and presets via the npx CLI.
find-skills
Search the agent skills ecosystem and provide installation commands via the Skills CLI.
create-spec
Converts planning conversations into structured spec folders with self-contained task files for parallel implementation.
skill-creator
Create, evaluate, and iterate Claude skills with automated test prompts.
review-pr
Automate adaptive pull request reviews with up to three parallel deep-dive agents.
better-auth-best-practices
Configure Better Auth authentication with database adapters and environment variables.
nextjs
Optimize Next.js App Router architectures and deployments on Vercel.
frontend-design
Design production-grade frontend interfaces with bold typography and cohesive theming.
Frequently Asked Questions
FAQPage SchemaHow to install Agentic Coding Starter Kit?โผ
Run `npx skills add leonvanzyl/agentic-coding-starter-kit --all -g -y` in your terminal to install all skills globally.
What does the Agentic Coding Starter Kit include?โผ
It provides a Next.js 16 boilerplate with Better Auth, PostgreSQL, Drizzle ORM, and AI SDK chat, plus agent skills for planning specs, implementing features in parallel, reviewing PRs, and scanning for security issues.
How do agents build features with this starter kit?โผ
The create-spec skill turns a planning conversation into task files organized in parallel waves, and implement-feature dispatches coder sub-agents wave by wave with code review gates between them.
Does it work with Claude Code and Cursor?โผ
Yes. The AGENTS.md and CLAUDE.md instruction files work with Claude Code, Codex, Cursor, and other agent-compatible coding tools.
Can non-developers use this starter kit?โผ
Yes. After scaffolding, you describe the app you want in plain language and the agent asks clarifying questions, plans the work, and builds it while running quality checks automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core