Skip to main content
Repositório GitHub

claude-kit

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

skills coletadas
49
Stars
8
atualizado
2026-05-19
Forks
4
Cobertura ocupacional
13 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

code-reviewer
Analistas de garantia de qualidade de software e testadores

Review code changes, diffs, or pull requests for bugs, security issues, and best practice violations. Use after code changes or before merging PRs.

2026-05-19
budget-forecast
Desenvolvedores de software

Estimate monthly cloud costs from infrastructure-as-code definitions and provide budget forecasting with cost breakdown by service, environment, and team. Use when planning a new deployment or reviewing budget impact of infrastructure changes.

2026-05-19
cost-optimization
Administradores de redes e sistemas de computador

Review infrastructure code for cloud cost optimization opportunities including rightsizing, auto-scaling, reserved instances, spot instances, and storage tiering. Use when reviewing IaC PRs or auditing existing infrastructure spend.

2026-05-19
finops
Analistas financeiros e de investimentos

Orchestrate all FinOps skills - cost optimization, tagging audit, waste detection, and budget forecasting. Use for a full cloud cost assessment.

2026-05-19
tagging-audit
Analistas de gestão

Audit cloud resources for cost allocation tag compliance. Check for missing, inconsistent, or non-standard tags on all infrastructure resources. Use before billing reviews or when onboarding a new service.

2026-05-19
waste-detection
Desenvolvedores de software

Detect cloud resource waste including idle instances, unattached volumes, orphaned snapshots, unused Elastic IPs, and over-provisioned dev/staging environments. Use when chasing cost regressions or as part of a quarterly cleanup.

2026-05-19
performance-audit
Desenvolvedores de software

Audit application code for performance issues including N+1 queries, bundle size, caching, lazy loading, and connection pooling. Use before load testing or when investigating latency complaints.

2026-05-19
readme-updater
Desenvolvedores de software

Update project README based on current project structure and code. Use when project structure changes.

2026-05-19
security
Analistas de segurança da informação

Orchestrate all security skills - code audit, infra audit, auth review, secret rotation, and pentest. Use for a full security assessment before a release or after major changes.

2026-05-19
terraform-review
Administradores de redes e sistemas de computador

Review Terraform code for module structure, state management, provider versioning, security, and operational best practices. Use before merging IaC PRs or auditing existing modules.

2026-05-19
acceptance-validator
Analistas de garantia de qualidade de software e testadores

Validate completed work against acceptance criteria, architecture design, and customer requirements. Use as a quality gate before marking stories as passed.

2026-03-22
client-advocacy
Gerentes de marketing

Decompose client requests into real needs, challenge assumptions, protect scope and IP.

2026-03-22
done-check
Analistas de garantia de qualidade de software e testadores

Definition of Done gate — verify a story is truly DONE by checking tests, acceptance criteria, business value proof, and user journey steps. Role-aware depth controlled by CK_USER_ROLE env var.

2026-03-22
market-analysis
Analistas de pesquisa de mercado e especialistas em marketing

Analyze competitive landscape, differentiation, trends, and build-vs-buy to inform product decisions.

2026-03-22
milestone-tracking
Especialistas em gestão de projetos

Track project milestones against timeline, flag delays, and forecast completion. Use for status reporting, schedule reviews, or deadline management.

2026-03-22
readiness-check
Especialistas em gestão de projetos

Definition of Ready (DoR) gate — checks dependency completion, AC testability, and traceability before a story can start implementation. Use before picking up a story.

2026-03-22
requirements-elicitation
Analistas de gestão

Guide structured discovery of business requirements through stakeholder interviews, workshops, and document analysis. Use when starting a new project, feature, or initiative that needs clear requirements.

2026-03-22
risk-assessment
Especialistas em risco financeiro

Identify, classify, and score project risks with mitigation strategies. Use at project kickoff, before major milestones, or when new risks emerge.

2026-03-22
sprint-planning
Especialistas em gestão de projetos

Structure sprint planning with capacity calculation, velocity tracking, story selection, and team commitment. Use at the start of each sprint or iteration.

2026-03-22
stakeholder-challenge
Gerentes gerais e de operações

Structure critical dialogue between PO, Tech Lead, and Architect to challenge assumptions, priorities, and feasibility.

2026-03-22
traceability-check
Desenvolvedores de software

Build a traceability matrix from BMAD artifacts (problem.md, backlog.md, user-journey.md). Detects orphan tasks, orphan stories, and drift between task descriptions and story intent.

2026-03-22
value-prioritization
Especialistas em gestão de projetos

Data-driven backlog prioritization using WSJF, RICE, value/effort matrix, and dependency analysis.

2026-03-22
plan-writer
Desenvolvedores de software

Decompose a story into ultra-granular implementation tasks (2-5 minutes each) with exact file paths, complete code, and verification commands. Use for stories estimated at more than 50 lines of code. Includes a plan-reviewer subagent for validation.

2026-03-22
spec-reviewer
Analistas de garantia de qualidade de software e testadores

Review completed story implementation against acceptance criteria using a fresh subagent. Dispatches an independent reviewer that reads code directly — does not trust the implementer's report. Use after a teammate reports completion to verify spec conformity before acceptance validation.

2026-03-22
tdd-enforced
Analistas de garantia de qualidade de software e testadores

Enforce strict Test-Driven Development (RED-GREEN-REFACTOR) during implementation. Injected into teammate prompts to ensure no production code is written without a failing test first. Includes anti-rationalization table and red flags.

2026-03-22
communication-planning
Especialistas em gestão de projetos

Design stakeholder communication plans for change initiatives, releases, and incidents. Use when coordinating announcements, managing expectations, or planning rollout communications.

2026-03-21
gap-analysis
Analistas de gestão

Compare current state vs desired state, identify gaps, and prioritize remediation actions. Use when assessing readiness, planning migrations, or evaluating compliance.

2026-03-21
impact-assessment
Analistas de gestão

Assess change impact across people, process, and technology dimensions. Use before major changes, migrations, or new feature rollouts to understand the blast radius.

2026-03-21
policy-drafting
Paralegais e assistentes jurídicos

Draft organizational policies following compliance frameworks and best practices. Use when creating security policies, development standards, governance documents, or operational procedures.

2026-03-21
process-mapping
Especialistas em gestão de projetos

Map as-is and to-be business processes using structured flow notation. Use when analyzing workflows, identifying bottlenecks, or designing process improvements.

2026-03-21
retrospective
Especialistas em gestão de projetos

Facilitate structured retrospectives to capture what went well, what to improve, and concrete action items. Use at the end of sprints, milestones, or incidents.

2026-03-21
dependency-auditor
Analistas de segurança da informação

Audit project dependencies for vulnerabilities, outdated versions, license compatibility, and supply-chain risk. Use before releases or periodically.

2026-03-11
git-commit-helper
Desenvolvedores de software

Generate conventional commit messages from staged git changes. Use after staging files before committing.

2026-03-11
test-generator
Analistas de garantia de qualidade de software e testadores

Generate unit and integration tests for project code. Use when new code is written or test coverage needs improvement.

2026-03-11
cross-cutting-review
Analistas de segurança da informação

Multi-domain review across performance, security, operations, reliability, and data axes for changes that span concerns.

2026-03-11
observability-design
Desenvolvedores de software

Design observability blueprints — structured logging, metrics, distributed tracing, alerting, and dashboards for every service.

2026-03-11
performance-mindset
Desenvolvedores de software

Guide developers to think about performance as they code — algorithmic complexity, memory, I/O, caching, lazy evaluation, and profiling discipline.

2026-03-11
technical-debt-radar
Analistas de garantia de qualidade de software e testadores

Identify, quantify, and communicate technical debt so it becomes negotiable with PO/TL — code smells, dependency health, architecture erosion, test and doc debt.

2026-03-11
test-check
Analistas de garantia de qualidade de software e testadores

For each modified function, find or create its test, run it, and update it only if the function contract changed intentionally. Never silently adjust tests to make failures disappear.

2026-03-03
accessibility-audit
Analistas de garantia de qualidade de software e testadores

Audit frontend code for WCAG 2.1 AA compliance including ARIA, keyboard navigation, contrast, and screen reader compatibility.

2026-02-07
Mostrando as 40 principais de 49 skills coletadas neste repositório.