๐ŸŽฏ

roadmap

๐ŸŽฏSkill

from jezweb/claude-skills

VibeIndex|
What it does
|

Generates phased delivery roadmaps for entire application builds โ€” detailed enough that Claude Code can autonomously pick up any phase, commit at milestones, deploy, test, and continue until done or stuck. Has modes for plan, start, resume, and status so a multi-week build can span many Claude Code sessions.

๐Ÿ“ฆ

Same repository

jezweb/claude-skills(196 items)

roadmap

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add jezweb/claude-skills --skill roadmap
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add jezweb/claude-skills --skill roadmap
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/roadmap/SKILL.md

SKILL.md

448Installs
-
AddedApr 13, 2026

More from this repository10

๐ŸŽฏ
tailwind-v4-shadcn๐ŸŽฏSkill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

๐ŸŽฏ
tanstack-query๐ŸŽฏSkill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

๐ŸŽฏ
shadcn-ui๐ŸŽฏSkill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

๐ŸŽฏ
tailwind-theme-builder๐ŸŽฏSkill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

๐ŸŽฏ
fastapi๐ŸŽฏSkill

Provides FastAPI development patterns including async endpoints, dependency injection, Pydantic models, authentication, and API documentation best practices

๐ŸŽฏ
color-palette๐ŸŽฏSkill

Skill for generating complete, accessible color palettes from a single brand hex, creating 11-shade scales, semantic tokens, dark mode variants, and WCAG contrast checking for Tailwind v4

๐ŸŽฏ
tanstack start๐ŸŽฏSkill

Provides TanStack Start patterns for building full-stack React applications with server-side rendering, routing, and data loading

๐ŸŽฏ
favicon-gen๐ŸŽฏSkill

Generates favicon files in multiple sizes and formats for web projects, from a collection of 87 production-ready skills for Cloudflare, React, and AI integrations.

๐ŸŽฏ
zustand-state-management๐ŸŽฏSkill

Provides Zustand state management patterns for React including store creation, selectors, middleware, and best practices for scalable client-side state

๐ŸŽฏ
react-hook-form-zod๐ŸŽฏSkill

Provides React Hook Form integration patterns with Zod schema validation for type-safe, performant form handling