Instructions file CodexOpenCode
Instructions for helderberto/dotfiles, covering agents.md, before coding, surgical changes, verification and code principles.
Instructions file CodexOpenCode
Instructions for helderberto/dotfiles, covering agents.md, before coding, surgical changes, verification and code principles.
Plugin Claude Code
Plugin marketplace listing 1 plugin: hb.
Plugin Claude Code
Helder's personal SDLC toolbelt for AI coding agents — from spec to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.
Settings file Claude Code
Agent settings declaring 8 allowed tools.
Instructions file CodexOpenCode
Instructions for helderberto/agent-skills, covering agents.md, repository overview, project structure, integration model and opencode integration.
Agent
Evaluate frontend architecture for deep modules, component design, and structural health. Use when planning features or auditing existing code.
Agent
Investigate git history to find when and why bugs were introduced, trace changes, and understand code evolution.
Agent
Capture institutional knowledge into CLAUDE.md. Invoke after gotchas, complex bugs, or architectural decisions.
Agent
Audit code migrations for missing functionality. Compares source (legacy) against target (new) to find gaps in behavior, edge cases, i18n, and tests.
Agent
Vulnerability assessment and threat modeling. Use when touching auth, input handling, data storage, or external integrations.
Agent
Audit test effectiveness beyond coverage. Invoke when writing tests or before PRs.
Skill Claude CodeCodex
Audit accessibility compliance in frontend code. Use when user asks to "check accessibility", "/a11y-audit", "audit a11y", "check WCAG", or wants to find accessibility issues. Don't use for backend code, non-UI files, or projects without HTML/JSX output.
Skill Claude CodeCodex
Explore a codebase to surface architectural friction and propose refactors toward deep modules (simple interface, large implementation) as GitHub issue RFCs. Use when the user asks to audit architecture, find structural friction, or identify refactor opportunities across a codebase. Don't use for single-module…
Skill Claude CodeCodex
Review a GitHub Pull Request for bugs, security, performance, and code quality. Use when user asks to review a PR or wants pull request feedback. Don't use for reviewing local uncommitted changes, creating new PRs, or merging branches.
Skill Claude CodeCodex
Simplify working code without changing behavior — reduce complexity, remove dead abstractions, favor clarity over cleverness. Use when code works but is harder to read or maintain than it should be, or the user asks to "simplify", "clean up", "reduce complexity", or "make this clearer". Don't use to add features or…
Skill Claude CodeCodex
Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.
Skill Claude CodeCodex
Group unstaged changes into atomic commits by concern, following repository style. Use when user asks to "commit", "create a commit", "commit changes", or "/commit". Don't use for pushing (that belongs to /ship) or creating pull requests.
Skill Claude CodeCodex
Record an Architecture Decision Record (ADR) — a 1–3 sentence note capturing what was decided and why. Use when user says "create an ADR", "record this decision", "/create-adr", or just decided something architecturally significant. Don't use for forward-looking specs (use /spec) or general repo conventions (use…
Skill Claude CodeCodex
Create a GitHub pull request — fills the repo's PR template, conventional-commit title, ticket refs. Draft mode via --draft.
Skill Claude CodeCodex
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill, or asks "make a skill for X". Don't use for benchmarking or optimizing a skill's triggering with evals (use skill-creator), or for one-off prose edits to an existing…
Skill Claude CodeCodex
Check dependencies for known vulnerabilities and staleness. Use when user asks to "audit dependencies", "/deps-audit", "check for vulnerabilities", or wants to check dependency health. Don't use for reviewing code quality.
Skill Claude CodeCodex
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Skill Claude CodeCodex
Actively build and sharpen a project's domain model — challenge terms, pin down a ubiquitous language, and write the glossary and decisions down as they crystallize. Use when the user wants to define domain terminology, resolve ambiguous terms, or when another skill needs the shared vocabulary. Don't use for recording…
Skill Claude CodeCodex
Write end-to-end tests for user flows using Cypress. Use when user asks to "write e2e tests", "/e2e", "add Cypress tests", or wants to test a user flow end-to-end. Don't use for unit tests, component tests, or projects using Playwright, Puppeteer, or other non-Cypress frameworks.