leonvanzylleonvanzylCommunityยท16 Agent Skills Included

agentic-coding-starter-kit

Scaffold and build full-stack Next.js apps with guided workflows

Scaffolds production-ready Next.js apps with authentication, PostgreSQL, Drizzle ORM, and AI chat built in. Guides coding agents through planning, parallel feature implementation, code review, security audits, and pull requests. Eliminates manual boilerplate setup, inconsistent code quality, and unstructured agent workflows. Ships with pre-built skills for specs, UI design, browser testing, and shipping to GitHub.
npx skills add leonvanzyl/agentic-coding-starter-kit --all -g -y
Available:

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 Indicators
๐Ÿ“ฆ In Repo
leonvanzylleonvanzyl

playwright-cli

Automates browser interactions and generates Playwright code from user actions.

Community
Intermediate
๐Ÿ“ฆ In Repo
leonvanzylleonvanzyl

checkpoint

Stage all changes with git add -A and create a descriptive commit.

Community
Intermediate
๐Ÿ“ฆ In Repo
leonvanzylleonvanzyl

implement-feature

Orchestrate parallel coder agent waves with code review gates for feature specs.

Community
Intermediate
๐Ÿ“ฆ In Repo
leonvanzylleonvanzyl

web-design-guidelines

Identify UI code compliance gaps against Web Interface Guidelines.

Community
Intermediate
๐Ÿ“ฆ In Repo
leonvanzylleonvanzyl

shadcn

Manage shadcn/ui components and presets via the npx CLI.

Community
Advanced
๐Ÿ“ฆ In Repo
leonvanzylleonvanzyl

find-skills

Search the agent skills ecosystem and provide installation commands via the Skills CLI.

Community
Intermediate
๐Ÿ“ฆ In Repo
leonvanzylleonvanzyl

create-spec

Converts planning conversations into structured spec folders with self-contained task files for parallel implementation.

Community
Advanced
๐Ÿ“ฆ In Repo
leonvanzylleonvanzyl

skill-creator

Create, evaluate, and iterate Claude skills with automated test prompts.

Community
Advanced
๐Ÿ“ฆ In Repo
leonvanzylleonvanzyl

review-pr

Automate adaptive pull request reviews with up to three parallel deep-dive agents.

Community
Advanced
๐Ÿ“ฆ In Repo
leonvanzylleonvanzyl

better-auth-best-practices

Configure Better Auth authentication with database adapters and environment variables.

Community
Advanced
๐Ÿ“ฆ In Repo
leonvanzylleonvanzyl

nextjs

Optimize Next.js App Router architectures and deployments on Vercel.

Community
Advanced
๐Ÿ“ฆ In Repo
leonvanzylleonvanzyl

frontend-design

Design production-grade frontend interfaces with bold typography and cohesive theming.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’