~/skills
14 skills for AI-assisted development.
Branching & Deployment
> **Agent-agnostic** — this skill works with any AI coding agent (Claude Code, GitHub Copilot, Codex, Cursor, Windsurf, etc.). All instructions use standard CLI tools and scripts.
Context Management
- Long coding sessions spanning multiple features
Conventional Commits
Reference: [conventionalcommits.org/en/v1.0.0](https://www.conventionalcommits.org/en/v1.0.0/)
Neon
Use this skill to keep Neon connectivity and schema change workflows safe and repeatable.
Next.js App Router Skill
Use when working on pages, layouts, routes, or data fetching in the Agentic Library app.
Prisma
Use this skill to make Prisma changes predictable, reversible, and aligned with repository conventions.
Prisma Best Practices
Operate Prisma schema and migration workflows safely: edit models, generate client, choose migration strategy, and debug runtime issues.
Resource Data Management Skill
Use when adding, editing, or organizing resources (skills, agents, commands, rules, MCP servers, hooks).
Skill Authoring
> **Agent-agnostic** — this skill works with any AI coding agent. All instructions use standard CLI tools and Markdown files.
SonarQube
> **Agent-agnostic** — this skill works with any AI coding agent (Claude Code, GitHub Copilot, Codex, Cursor, Windsurf, etc.). All instructions use standard CLI tools and scripts.
Tailwind + Design System Skill
Use when styling components, adding new UI elements, or working with the Agentic Library design system.
Tailwind CSS Patterns
Write clean, maintainable Tailwind CSS with utility-first patterns, responsive design, and dark mode.
TypeScript Strict Patterns
Write type-safe TypeScript with strict mode enabled: no any, proper type guards, readonly patterns, and discriminated unions.
Verification Loop
- After ANY code change (even a single-line edit)