ui-patterns

7
cliangdevcliangdev

UI design patterns for React + TailwindCSS. Use when creating new UI components, styling elements, implementing dark mode support, or working on any React component that needs consistent styling.

191 days ago

prd-template

7
cliangdevcliangdev

PRD structure and patterns for SpecFlux. Use when creating or refining product requirement documents. PRDs should be concise for humans but detailed enough for AI agents to implement.

191 days ago

epic-template

7
cliangdevcliangdev

Epic and task structure patterns for SpecFlux. Use when breaking PRDs into epics and tasks. Epics should be self-contained with clear acceptance criteria.

191 days ago

SpecFlux Coding

7
cliangdevcliangdev

Implementation workflow for SpecFlux projects. Enforces test-first development, one commit per task, and API status updates. This skill is always active when writing code in SpecFlux projects.

191 days ago

API Design

7
cliangdevcliangdev

REST API design patterns for SpecFlux. Use when creating new API endpoints, designing request/response schemas, implementing pagination, or updating OpenAPI specifications. Follows Domain-Driven Design with specs organized by domain.

191 days ago

specflux-api

7
cliangdevcliangdev

SpecFlux REST API for creating and managing projects, PRDs, epics, tasks, and acceptance criteria. Use when running /prd, /epic, /task, or /implement commands to create or update entities in SpecFlux via the HTTP API. Use it when creating PRDs, creating epics with tasks, adding acceptance criteria, updating task status, or marking criteria as complete.

191 days ago

database-migrations

7
cliangdevcliangdev

SQLite database migration patterns for SpecFlux. Use when creating new tables, modifying schema, adding indexes, or running migrations. Ensures reversible migrations with UP and DOWN sections.

191 days ago

Skill Creator

7
cliangdevcliangdev

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

191 days ago

tauri-dev

7
cliangdevcliangdev

Tauri desktop application development patterns. Use when building the SpecFlux desktop app, implementing IPC communication between Rust and React, managing windows, or testing Tauri commands.

191 days ago

typescript-patterns

7
cliangdevcliangdev

TypeScript best practices. Use when writing TypeScript code for backend services, API handlers, or shared utilities. Applies async/await patterns, typed errors, and strict type safety.

191 days ago

springboot-patterns

7
cliangdevcliangdev

Spring Boot and Java best practices. Use when developing REST APIs, services, repositories, or any Java code. Applies DDD architecture, transaction management, and code style conventions.

191 days ago