clarity dal architect
✓Enforce Clarity project-specific architecture patterns - DAL for auth, type centralization in @/lib/types, repository pattern, balance helpers, and Drizzle ORM usage. Project-specific compliance checker.
Installation
SKILL.md
Specialized skill for Clarity project-specific architecture patterns. Enforces:
const supabase = await createClient() const { data: { user } } = await supabase.auth.getUser()
import { getUserId } from '@/lib/data/dal' const userId = await getUserId()
Enforce Clarity project-specific architecture patterns - DAL for auth, type centralization in @/lib/types, repository pattern, balance helpers, and Drizzle ORM usage. Project-specific compliance checker. Source: zacharyr0th/next-starter.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/zacharyr0th/next-starter --skill clarity dal architect- Source
- zacharyr0th/next-starter
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is clarity dal architect?
Enforce Clarity project-specific architecture patterns - DAL for auth, type centralization in @/lib/types, repository pattern, balance helpers, and Drizzle ORM usage. Project-specific compliance checker. Source: zacharyr0th/next-starter.
How do I install clarity dal architect?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/zacharyr0th/next-starter --skill clarity dal architect Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/zacharyr0th/next-starter