Skip to main content
Repositorio de GitHub

code-addiction

code-addiction contiene 44 skills recopiladas de brabos-ai, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
44
Stars
8
actualizado
2026-07-28
Forks
2
Cobertura ocupacional
10 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

code-addiction-ecosystem
Otras ocupaciones informáticas

Consolidated view of the add-pro ecosystem - commands, skills, relationships and dependencies. Loaded by /add as source of truth.

2026-07-28
add-doc-schemas
Desarrolladores de software

Source of truth for ADD doc rules, depth floors, IDs, refs, validation gate. Load before any doc write.

2026-07-28
add-qa
Analistas de garantía de calidad de software y probadores

Use when running agent-judged QA validation (read-PNG by default; the playwright plugin adds live driving) — the Level C judge rubric, severity taxonomy, dual-judge (@ux-agent review ∥ @qa-agent) method, report schema/template, and the config.json/screens.json formats. Consumed by /add.qa and both judges.

2026-07-28
add-setup-contract
Desarrolladores de software

Use when a state-materializing command starts or is asked to upgrade — reads the setup receipt, compares the recorded contract against the shipped one, executes the declared upgrade deltas sequentially, and rewrites the receipt even on a verified-current no-op. Consumed by /add.qa-setup STEP 1.5 and STEP 11.

2026-07-28
add-framework-development
Otras ocupaciones informáticas

Internal skill for developing ADD framework artefacts (commands, skills, agents, scripts). Use when add-framework--plan analyzes viability of new framework features, when add-framework--build implements framework artefacts, or when creating/modifying commands, skills, or agents. Always use this skill before proposing or implementing changes to the framework itself.

2026-07-27
add-ux-design
Diseñadores de interfaces web y digitales

Use when building, styling, or theming UI components, pages, layouts, dashboards, charts, tables, or forms for SaaS products.

2026-07-27
add-qa-spec
Analistas de garantía de calidad de software y probadores

Generate a code-free QA/E2E specification (reachability intent, UX acceptance criteria, functional E2E scenarios, capture states, target viewports, a11y expectations) from about.md + design.md + plan-*.md, and author the _tests/screens.json screen catalog by read-merge-write. Loaded by add.plan's qa-pipeline QA-Spec step.

2026-07-27
add-qa-migration
Analistas de garantía de calidad de software y probadores

Use when a project already runs a QA/test flow (Cypress, Jest, Vitest, custom) and wants to adopt the code-addiction QA pipeline instead of starting over — defines the autonomous dogfooding sequence (add.new → add.plan → add.build → add.review) and its checkpoints. Consumed by /add.qa-setup when migration is detected and confirmed.

2026-07-27
add-id-convention
Desarrolladores de software

Use when allocating feature/hotfix/refactor/chore/docs IDs or creating branches — canonical `[NNNN][L]` format that the scripts (next-id.sh, get-branch-metadata.sh, build-setup.sh, done.sh) expect

2026-07-27
add-architecture-discovery
Desarrolladores de software

Use when documenting project architecture — generates Technical Spec section in CLAUDE.md

2026-07-16
add-claude-md-style
Desarrolladores de software

Use when generating or updating CLAUDE.md files — defines what belongs vs. what stays in skills/docs, format rules (JSON for data, markdown for rules/instructions), and line budget. Load before any CLAUDE.md write.

2026-07-16
add-feature-discovery
Desarrolladores de software

Use when analyzing codebase for a specific feature - creates/updates discovery.md with technical analysis, patterns, files mapping and caches for future sessions

2026-07-16
add-knowledge-discovery
Desarrolladores de software

Use at the context/discovery step of add.plan, add.hotfix, add.new, add.diagnose, add.review — consult the project wiki (and code knowledge graph) for minimal token cost before dispatching agents.

2026-07-16
add-project-scaffolding
Desarrolladores de software

Guide Node.js project scaffolding — Starter monolith, Scale monorepo, Starter→Scale migration.

2026-07-16
add-resource-path-convention
Desarrolladores de software

Use when writing commands or skills that reference other commands, skills, or scripts — ensures paths resolve correctly across all providers after installation

2026-07-16
add-tasks-checklist
Desarrolladores de software

Schema and tick rules for tasks.md across plan/build/review.

2026-07-16
add-token-efficiency
Desarrolladores de software

Use when creating commands, skills, or docs — defines generic compression patterns (minified JSON, abbreviations, glob patterns, single breaks). Load before any write where token density matters.

2026-07-16
add-wiki-maintenance
Desarrolladores de software

Use for incremental project-wiki updates — loaded by /add.wiki update (manual drift) and add.done STEP 4.9 (pre-merge, automatic). Diff-driven surgical edits only, never full rewrites.

2026-07-16
add-commit
Desarrolladores de software

Knowledge reference for smart mid-workflow commits: adaptive Conventional Commits message logic, type detection, and staging rules.

2026-07-13
add-delivery-validation
Analistas de garantía de calidad de software y probadores

Product validation: Requirements 100% implemented, prerequisites exist, acceptance criteria pass.

2026-07-08
add-tdd
Analistas de garantía de calidad de software y probadores

RED-GREEN-REFACTOR execution discipline for AI agents. Use when implementing any feature or bugfix that has (or should have) tests — forces a failing test confirmed for the right reason before any production code. Loaded by add.build and add.test.

2026-06-24
add-test-specification
Analistas de garantía de calidad de software y probadores

Generate contract test cases from feature requirements (RFs/RNs) and technical contracts. Use when add.plan needs to produce plan-test-spec.md mapping each requirement to testable cases before implementation.

2026-06-24
add-gitnexus
Desarrolladores de software

Use when a task needs structural/relational code navigation — call graph, references, blast-radius, trace flows, safe refactors — and the GitNexus plugin is enabled. Routes intent to the native gitnexus-* skills.

2026-06-16
building-commands
Desarrolladores de software

Use when designing command workflows or refactoring existing commands — applies prompting best practices to ensure agents execute intended logic instead of skipping steps or rationalizing. Use this skill whenever creating new commands, reviewing why a command skipped steps or executed out of order, fixing agent compliance issues, converting Phase-based commands to STEP-based, or when /add-framework--build or /add.build needs to generate a command. Also use when the user mentions "o agente pulou", "agent skipped", "command não funciona", or asks to improve prompt quality of any .md command file.

2026-05-27
add-investigation
Desarrolladores de software

Use when investigating vague symptoms or information-flow bugs requiring differential diagnosis before fixes. Applies to hotfix triage, audit deep-dive, review follow-up. Consumed by add.diagnose.

2026-05-21
add-backend-architecture
Desarrolladores de software

Guides backend architecture decisions — over-engineering, folder structure, slices, layers, feature organization, where code goes.

2026-05-10
add-backend-development
Desarrolladores de software

Backend API architecture: Clean Architecture, SOLID, DTOs, Services, Repositories, RESTful — stack-agnostic.

2026-05-10
add-code-review
Analistas de garantía de calidad de software y probadores

Code review: IoC, RESTful, Contracts, Security (OWASP), Clean Architecture, SOLID.

2026-05-10
add-database-development
Arquitectos de bases de datos

Database layer: entities, repos, migrations, multi-tenancy. Stack-agnostic. Consult CLAUDE.md for ORM.

2026-05-10
add-dev-environment-setup
Administradores de redes y sistemas informáticos

Use when bash/git/jq/gh CLI are missing or VS Code terminal is not WSL — detects OS, diagnoses gaps, installs missing tools.

2026-05-10
add-doc-reviewer
Desarrolladores de software

Use when reviewing a just-written ADD doc as a fresh stakeholder — surfaces gaps, clarity, and scope questions.

2026-05-10
add-feature-specification
Especialistas en gestión de proyectos

Document feature requirements - creates/updates about.md with business rules, scope, decisions

2026-05-10
add-frontend-architecture
Desarrolladores web

Frontend architecture consultant for project structure, folder organization, feature boundaries, and scaling decisions. Framework-aware (React, Vue, Angular). Use when user asks about frontend folder structure, "components folder is a mess", "where should this go", over-engineering, slices, feature folders, or starting/refactoring a frontend project. Guides decisions only — does not implement (use add-frontend-development) or design UI (use ux-design).

2026-05-10
add-frontend-development
Desarrolladores web

Frontend architecture: state, data fetching, components, forms, routing. Stack-agnostic.

2026-05-10
add-health-check
Analistas de seguridad de la información

Tech health check: documentation, security, architecture, data analysis. Use when user requests project audit, tech debt review, or health check.

2026-05-10
add-optimizing-git-workflow
Desarrolladores de software

Git global cfg setup — colors, performance, merge conflicts, aliases for new machines

2026-05-10
add-plan-based-features
Desarrolladores de software

Use when adding plan-gated features, flags, limits, or validating plan access via IPlanService

2026-05-10
add-planning
Desarrolladores de software

Create/update plan.md with sequenced tasks, file mapping, dependencies and S/M/L estimates

2026-05-10
add-product-discovery
Gerentes de marketing

Use when starting a new project — discovers founder profile and product blueprint, writes docs/owner.md + docs/product.md

2026-05-10
add-security-audit
Analistas de seguridad de la información

Security audit: OWASP Top 10, multi-tenancy, injection, auth, XSS, dependencies.

2026-05-10
Mostrando las 40 principales de 44 skills recopiladas en este repositorio.