specs-creator
Safe 75Create Structured Product and Design Specs
by Emz1998
Teams need clear specifications before implementation starts. This skill turns feature requirements into PRD, technical, and UX specs with validation steps.
Curate your favorite skills into a reusable collection, then install it with one command.
Create Structured Product and Design Specs
by Emz1998
Teams need clear specifications before implementation starts. This skill turns feature requirements into PRD, technical, and UX specs with validation steps.
Create Reliable Claude Agent Skills
by Emz1998
Teams often struggle to make Agent Skills concise, discoverable, and safe to maintain. This skill provides a structured workflow for creating SKILL.md files with clear triggers, templates, and validation criteria.
Add Shadcn UI Components Reliably
by Emz1998
Adding UI components can be inconsistent when project setup guidance is scattered. This skill gives Claude, Codex, and Claude Code concise Shadcn UI setup instructions.
Why this variant is first
emz1998-setup
2026-08-24
chachamaru127-setup
2026-08-24
Create Sprint Reports
by Emz1998
Teams need clear sprint summaries for planning, reviews, and stakeholder updates. This skill helps route sprint report requests to a focused reporting workflow.
Create Troubleshooting Reports
by Emz1998
Troubleshooting sessions can leave important details scattered across notes and chat history. This skill helps Claude, Codex, or Claude Code create a clear issue report.
Organize Claude Project Rules
by Emz1998
Teams often let AI project instructions grow into one hard-to-maintain file. This skill helps create focused Claude Code rule files with scoped paths, clear names, and update steps.
Review Implementations Before Commit
by Emz1998
Teams can miss plan flaws or code issues when workflow steps move quickly. This skill routes completed plans and implementations to review agents before the next phase.
Manage Claude Code Hooks Safely
by Emz1998
Claude Code hooks are powerful but easy to configure incorrectly. This skill guides hook creation, validation, and troubleshooting with security checks.
Create Claude Code Hooks Safely
by Emz1998
Claude Code hooks are powerful but easy to misconfigure. This skill guides hook creation, configuration, validation, and security review.
Create Claude Code Output Styles
by Emz1998
Claude Code output styles are easy to misconfigure. This skill guides valid style files, placement, activation, and testing.
Execute EPIC Feature Workflows
by Emz1998
Complex feature work can lose context, skip validation, and leave no audit trail. This skill guides Claude, Codex, or Claude Code through a phased EPIC workflow with delegated research, planning, validation, review, and iteration.
Analyze NBA Data with nba_api
by Emz1998
NBA data work often requires finding the right endpoint, parameters, and response format. This skill guides Claude, Codex, and Claude Code through nba_api extraction, transformation, and analysis workflows.
Design Tailwind Components
by Emz1998
Teams need consistent component styling without changing shared UI primitives. This skill guides Claude, Codex, and Claude Code to create component CSS with Tailwind conventions and clear file boundaries.
Create Consistent Custom Slash Commands
by Emz1998
Custom slash commands can become inconsistent, over-permissioned, or hard to test. This skill guides command creation with a template, least-privilege tool choices, and SlashCommand validation.
Build Tailwind CSS Components
by Emz1998
Tailwind CSS component work often needs consistent project rules and file placement. This skill gives Claude, Codex, and Claude Code concise rules for Tailwind component styling.
Teach Code by Building Apps
by Emz1998
Learning code can feel abstract when examples are disconnected from real projects. This skill teaches concepts while building working applications step by step.
Brainstorm App Features with Structured Ideas
by Emz1998
Teams need practical feature ideas that connect user value, feasibility, and metrics. This skill guides structured brainstorming for web and mobile app planning.
Plan Agile Releases with Sprint Roadmaps
by Emz1998
Release planning often breaks down when timelines, tasks, and dependencies are scattered. This skill turns project context into sprint schedules, task codes, milestones, and roadmap views.
Create Claude Code Subagents
by Emz1998
Building Claude Code subagents requires consistent structure, clear scope, and careful tool permissions. This skill guides agent design, updates, validation, and placement in the correct `.claude/agents` folder.
Design Safer Rust APIs with Types
by EmilLindfors
Rust APIs can allow invalid states or swapped values when invariants stay in runtime logic. This skill shows how to encode invariants with newtypes, typestate, builders, phantom types, and session types.