claude-dev-kit
claude-dev-kit contient 28 skills collectées depuis pillip, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Pre-meeting B2B account research. Produces a structured account brief (company overview, recent news, tech stack, decision structure hypothesis, hypothesized pain points, approach strategy). Use before /discovery-prep.
Generates a Discovery meeting plan from an account brief — SPIN questions, MEDDIC checklist, hypothesized pain points with verification questions, objection prep, time-boxed agenda. Run after /account-brief, before the meeting.
Generates post-meeting follow-up assets — customer-facing email draft, internal action list, CRM update fields, account_brief updates, champion status tracking. Run after any sales meeting.
Converts sales-written meeting notes (discovery type) into a PRD draft for PoC building, and updates account_brief.md with newly learned facts. The bridge between sales discovery and engineering PoC. Run after a discovery meeting, before /kickoff.
Generates a closing proposal from demo meeting notes + the actual PoC + account brief. Business-value first; technical specs in appendix. Run after a demo meeting, before contract negotiation.
Analyzes and critiques business viability. Use after /brainstorm and before /prd.
Explores ideas and defines problems through free-form conversation. Use before /prd when direction is unclear.
Establishes a desktop design philosophy based on kickoff outputs, and generates a desktop design system/wireframes/Electron prototype. Recommended flow — /prd → /kickoff → /desktop-uiux
Set up or update CI/CD pipelines, Dockerfiles, and deployment configs, then create a GH Issue + PR.
Analyze a bug from error logs or reproduction steps, fix it, and create a GH Issue + PR.
Fetch Figma design via API and generate a complete design deliverable — prototype HTML, design system, design philosophy, interactions, and copy guide. Supports web, mobile, and desktop platforms.
Implements a single issue, creates a GitHub Issue/PR, and links them with `Closes
Creates issues from a natural language description — single or batch — and auto-updates related planning and design docs.
Generates requirements/UX spec/architecture/data model/issues/test plan from a PRD. Runs 6 subagents in sequence.
Plan and execute a migration, then create a GH Issue + PR.
Establishes a mobile design philosophy based on kickoff outputs, and generates a mobile design system/wireframes/React Native (Expo) prototype. Recommended flow — /prd → /kickoff → /mobile-uiux
Collaboratively writes a PRD through free-form conversation.
Improve code structure without changing behavior, then create a GH Issue + PR.
Senior-level review against the PR. Per SPEC-019, delegates correctness + security passes to runtime /code-review and /security-review (primary path), or falls back to the kit's degraded reviewer agent (degraded path) when those runtime skills are not exposed. Layers kit-distinctive checks (over-engineering minimality axis, Figma 3.5-3.10, ui-reviewer, design-auditor, a11y-auditor, tech-debt ledger, native-memory review-lessons learning) on top.
Analyze an existing codebase and generate context documents (architecture, requirements, test plan) for downstream skills.
Writes a tech spec / RFC (docs/specs/SPEC-NNN.md) for a feature flagged Spec-Required, capturing Problem / Options ≥2 / Trade-offs / Decision / Migration / Rollback before code is written.
Autonomously implements, reviews, and ships all issues in issues.md, with dynamic issue management.
Scan the codebase for missing or hollow tests, generate unit/integration/E2E tests, and create a PR.
Establishes a design philosophy based on kickoff outputs, and generates a design system/wireframes/HTML prototype. Recommended flow — /prd → /kickoff → /uiux
Finalizes tests/docs/changelog and merges the PR to make it deployment-ready.
Activates destructive command warnings for the current session. Use when working in sensitive environments.
Blocks file edits outside a specified directory boundary. Use to scope work to a specific module.
Activates both careful mode (destructive command warnings) and freeze mode (edit boundary). Use for maximum safety.