Kode Claude Skills
Description
Step by step, interview-driven Claude skills that turns a rough idea into a real deliverable, one question at a time. Includes spec-blueprint (spec, blueprint, timeline, code-gen prompts) and design-blueprint (brand direction, user flows, mockups, design tokens).
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
My Claude Skills
A small collection of phased, interview-driven skills for [Claude](https://claude.ai) that turn a rough idea into a real deliverable, one question at a time instead of one giant template.
Skills
| Skill | What it does |
|---|---|
| `spec-blueprint/` | Turns a rough project idea into a developer-ready spec, full blueprint (PRD, TRD, user flow, DB schema/ERD, implementation plan), a timeline, and sequenced code-gen prompts. |
| `design-blueprint/` | Turns a rough project idea into a frontend-ready design package: brand direction, user flows, HTML/CSS screen mockups, design tokens, and a component spec. |
They're built to be used independently or in sequence: `spec-blueprint` for product/technical planning, `design-blueprint` for branding and UI. `design-blueprint` will pick up context from an existing `spec-blueprint` doc if one is present, but doesn't require it.
Each skill follows the same shape: an interactive one-question-at-a-time discovery phase, followed by phases that each produce a concrete artifact the next phase builds on.
Installing
Claude.ai / Claude Desktop / Claude Code (recommended)
Each skill folder is a self-contained `SKILL.md`. To install one:
- Download or clone this repo.
- Copy the skill folder into your skills directory:
- Claude Code:
cp -r spec-blueprint ~/.claude/skills/ - Claude.ai / Desktop: zip the folder (or use a packaged
.skillfile, see below) and use the "Save skill" option when you open it in a chat.
- Claude Code:
Packaged `.skill` files
If you'd rather not zip it yourself, a `.skill` file (a zip archive containing the `SKILL.md`) is attached to each [GitHub release](../../releases). Download it and open it in a Claude.ai chat to get a "Save skill" prompt.
Using them together
A typical flow for a brand-new project:
- Run
spec-blueprintfirst to nail down the product, architecture, and build plan. - Run
design-blueprintnext. It'll
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing