Skip to main content
GitHub 저장소

code-addiction

code-addiction에는 brabos-ai에서 수집한 skills 44개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
44
Stars
8
업데이트
2026-07-28
Forks
2
직업 범위
직업 카테고리 10개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

code-addiction-ecosystem
기타 컴퓨터 관련 직업

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
소프트웨어 개발자

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

2026-07-28
add-qa
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
기타 컴퓨터 관련 직업

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
웹·디지털 인터페이스 디자이너

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

2026-07-27
add-qa-spec
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-16
add-claude-md-style
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-16
add-resource-path-convention
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-16
add-token-efficiency
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-13
add-delivery-validation
소프트웨어 품질 보증 분석가·테스터

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

2026-07-08
add-tdd
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-05-10
add-backend-development
소프트웨어 개발자

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

2026-05-10
add-code-review
소프트웨어 품질 보증 분석가·테스터

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

2026-05-10
add-database-development
데이터베이스 아키텍트

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

2026-05-10
add-dev-environment-setup
네트워크·컴퓨터 시스템 관리자

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
소프트웨어 개발자

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

2026-05-10
add-feature-specification
프로젝트 관리 전문가

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

2026-05-10
add-frontend-architecture
웹 개발자

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
웹 개발자

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

2026-05-10
add-health-check
정보 보안 분석가

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
소프트웨어 개발자

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

2026-05-10
add-plan-based-features
소프트웨어 개발자

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

2026-05-10
add-planning
소프트웨어 개발자

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

2026-05-10
add-product-discovery
마케팅 관리자

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
정보 보안 분석가

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

2026-05-10
이 저장소에서 수집된 skills 44개 중 상위 40개를 표시합니다.