kiranism-shadcn-dashboard

Installation
SKILL.md

Dashboard Development Guide

This skill encodes the exact patterns and conventions used in this Next.js 16 + shadcn/ui admin dashboard template.

Quick Reference: What Goes Where

Task Location
New page src/app/dashboard/<name>/page.tsx
New feature module src/features/<name>/
Feature components src/features/<name>/components/
API types src/features/<name>/api/types.ts
Service layer src/features/<name>/api/service.ts
Query options src/features/<name>/api/queries.ts
Mutation options src/features/<name>/api/mutations.ts
Zod schemas src/features/<name>/schemas/<name>.ts
Filter/select options src/features/<name>/constants/
Nav config src/config/nav-config.ts
Types src/types/index.ts
Related skills

More from kiranism/next-shadcn-dashboard-starter

Installs
4
GitHub Stars
6.4K
First Seen
Mar 29, 2026