Skip to main content
Repositorio de GitHub

claude-dev-kit

claude-dev-kit contiene 28 skills recopiladas de pillip, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
28
Stars
11
actualizado
2026-07-26
Forks
0
Cobertura ocupacional
8 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

account-brief
Analistas de investigación de mercados y especialistas en marketing

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.

2026-07-26
discovery-prep
Analistas de investigación de mercados y especialistas en marketing

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.

2026-07-26
followup
Representantes de ventas al por mayor y fabricación (excepto productos técnicos)

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.

2026-07-26
meeting-capture
Especialistas en gestión de proyectos

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.

2026-07-26
proposal
Especialistas en gestión de proyectos

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.

2026-07-26
bizanalysis
Analistas de investigación de mercados y especialistas en marketing

Analyzes and critiques business viability. Use after /brainstorm and before /prd.

2026-07-26
brainstorm
Especialistas en gestión de proyectos

Explores ideas and defines problems through free-form conversation. Use before /prd when direction is unclear.

2026-07-26
desktop-uiux
Diseñadores de interfaces web y digitales

Establishes a desktop design philosophy based on kickoff outputs, and generates a desktop design system/wireframes/Electron prototype. Recommended flow — /prd → /kickoff → /desktop-uiux

2026-07-26
devops
Administradores de redes y sistemas informáticos

Set up or update CI/CD pipelines, Dockerfiles, and deployment configs, then create a GH Issue + PR.

2026-07-26
diagnose
Desarrolladores de software

Analyze a bug from error logs or reproduction steps, fix it, and create a GH Issue + PR.

2026-07-26
figma2proto
Diseñadores de interfaces web y digitales

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.

2026-07-26
implement
Desarrolladores de software

Implements a single issue, creates a GitHub Issue/PR, and links them with `Closes

2026-07-26
issue
Especialistas en gestión de proyectos

Creates issues from a natural language description — single or batch — and auto-updates related planning and design docs.

2026-07-26
kickoff
Especialistas en gestión de proyectos

Generates requirements/UX spec/architecture/data model/issues/test plan from a PRD. Runs 6 subagents in sequence.

2026-07-26
migrate
Desarrolladores de software

Plan and execute a migration, then create a GH Issue + PR.

2026-07-26
mobile-uiux
Diseñadores de interfaces web y digitales

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

2026-07-26
prd
Especialistas en gestión de proyectos

Collaboratively writes a PRD through free-form conversation.

2026-07-26
refactor
Desarrolladores de software

Improve code structure without changing behavior, then create a GH Issue + PR.

2026-07-26
review
Analistas de garantía de calidad de software y probadores

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.

2026-07-26
scan
Desarrolladores de software

Analyze an existing codebase and generate context documents (architecture, requirements, test plan) for downstream skills.

2026-07-26
spec
Desarrolladores de software

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.

2026-07-26
sprint
Otras ocupaciones informáticas

Autonomously implements, reviews, and ships all issues in issues.md, with dynamic issue management.

2026-07-26
testgen
Analistas de garantía de calidad de software y probadores

Scan the codebase for missing or hollow tests, generate unit/integration/E2E tests, and create a PR.

2026-07-26
uiux
Diseñadores de interfaces web y digitales

Establishes a design philosophy based on kickoff outputs, and generates a design system/wireframes/HTML prototype. Recommended flow — /prd → /kickoff → /uiux

2026-07-26
ship
Desarrolladores de software

Finalizes tests/docs/changelog and merges the PR to make it deployment-ready.

2026-07-26
careful
Desarrolladores de software

Activates destructive command warnings for the current session. Use when working in sensitive environments.

2026-06-22
freeze
Desarrolladores de software

Blocks file edits outside a specified directory boundary. Use to scope work to a specific module.

2026-06-22
guard
Desarrolladores de software

Activates both careful mode (destructive command warnings) and freeze mode (edit boundary). Use for maximum safety.

2026-06-22