Skip to main content
Repositório GitHub

claude-dev-kit

claude-dev-kit contém 28 skills coletadas de pillip, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
28
Stars
11
atualizado
2026-07-26
Forks
0
Cobertura ocupacional
8 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

account-brief
Analistas de pesquisa de mercado e especialistas em 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 pesquisa de mercado e especialistas em 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 vendas no atacado e fabricação (exceto produtos 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 em gestão de projetos

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 em gestão de projetos

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 pesquisa de mercado e especialistas em marketing

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

2026-07-26
brainstorm
Especialistas em gestão de projetos

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

2026-07-26
desktop-uiux
Designers de interfaces web e digitais

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 e sistemas de computador

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

2026-07-26
diagnose
Desenvolvedores de software

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

2026-07-26
figma2proto
Designers de interfaces web e digitais

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
Desenvolvedores de software

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

2026-07-26
issue
Especialistas em gestão de projetos

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

2026-07-26
kickoff
Especialistas em gestão de projetos

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

2026-07-26
migrate
Desenvolvedores de software

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

2026-07-26
mobile-uiux
Designers de interfaces web e digitais

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 em gestão de projetos

Collaboratively writes a PRD through free-form conversation.

2026-07-26
refactor
Desenvolvedores de software

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

2026-07-26
review
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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

2026-07-26
spec
Desenvolvedores 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
Outras ocupações de informática

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

2026-07-26
testgen
Analistas de garantia de qualidade de software e testadores

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

2026-07-26
uiux
Designers de interfaces web e digitais

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
Desenvolvedores de software

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

2026-07-26
careful
Desenvolvedores de software

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

2026-06-22
freeze
Desenvolvedores de software

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

2026-06-22
guard
Desenvolvedores de software

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

2026-06-22