Skills for building AI applications, especially Next.js + bun runtime.
# Start a full-stack AI app
/ai-app
# Or use individual skills as needed
/ai-sdk-6 # AI agents & streaming
/postgres-semantic-search # Vector/hybrid search
| Skill |
Description |
| ai-app |
Full-stack AI app (chatbots, agents, dashboards) |
| nextjs-shadcn |
Next.js 16 + shadcn/ui + bun |
| nextjs-chatbot |
Production chatbot (HITL, persistence, GDPR) |
| Skill |
Description |
| skill-creator |
Create, test, and optimize custom skills (extended) |
Example agents for common workflows. Copy to .claude/agents/ to use.
| Agent |
Description |
| code-simplifier |
Refines code for clarity (DRY/KISS/YAGNI) |
| nextjs-reviewer |
Review reports for Next.js projects |
| e2e-tester |
E2E testing via DevTools MCP, Playwright, or Claude in Chrome |
Copy or symlink skills to:
- Claude Code:
~/.claude/skills/ (global) or .claude/skills/ (project)
- Other agents (Codex, Windsurf, Cursor):
~/.agents/skills/ or .agents/skills/
Includes Next.js DevTools MCP:
{
"mcpServers": {
"next-devtools": {
"command": "npx",
"args": ["-y", "next-devtools-mcp@latest"]
}
}
}
- agents-best-practices —
.agents-first best practices, auditing (improving-skills), skill creation (skill-creator), and discovery (skill-finder) for cross-platform agent skills
MIT (this repository)
Some skills are extended from open source originals — see Based On for details.