helderberto

51 mods across 2 repositories, 128 stars between them.

dotfiles AGENTS.md

01

helderberto/dotfiles

Instructions file CodexOpenCode

Instructions for helderberto/dotfiles, covering agents.md, before coding, surgical changes, verification and code principles.

115 19d ago A 575 tokens original MIT

hb

03

helderberto/agent-skills

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.

13 10d ago A tokens not measured original MIT

helderberto/agent-skills

Instructions file CodexOpenCode

Instructions for helderberto/agent-skills, covering agents.md, repository overview, project structure, integration model and opencode integration.

13 10d ago A 1,509 tokens original MIT

frontend-architect

06

helderberto/agent-skills

Agent

Evaluate frontend architecture for deep modules, component design, and structural health. Use when planning features or auditing existing code.

13 10d ago A 27 tokens original MIT

git-detective

07

helderberto/agent-skills

Agent

Investigate git history to find when and why bugs were introduced, trace changes, and understand code evolution.

13 10d ago A 26 tokens original MIT

learner

08

helderberto/agent-skills

Agent

Capture institutional knowledge into CLAUDE.md. Invoke after gotchas, complex bugs, or architectural decisions.

13 10d ago A 24 tokens original MIT

parity-check

09

helderberto/agent-skills

Agent

Audit code migrations for missing functionality. Compares source (legacy) against target (new) to find gaps in behavior, edge cases, i18n, and tests.

13 10d ago A 38 tokens original MIT

security-auditor

10

helderberto/agent-skills

Agent

Vulnerability assessment and threat modeling. Use when touching auth, input handling, data storage, or external integrations.

13 10d ago A 27 tokens original MIT

test-auditor

11

helderberto/agent-skills

Agent

Audit test effectiveness beyond coverage. Invoke when writing tests or before PRs.

13 10d ago A 20 tokens original MIT

a11y-audit

12

helderberto/agent-skills

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.

13 10d ago A 67 tokens original MIT

architecture-audit

13

helderberto/agent-skills

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…

13 10d ago A 83 tokens original MIT

code-review

14

helderberto/agent-skills

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.

13 10d ago A 53 tokens original MIT

code-simplify

15

helderberto/agent-skills

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…

13 10d ago A 106 tokens original MIT

codebase-design

16

helderberto/agent-skills

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.

13 10d ago A 57 tokens copy · 84% MIT

commit

17

helderberto/agent-skills

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.

13 10d ago A 53 tokens original MIT

create-adr

18

helderberto/agent-skills

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…

13 10d ago A 77 tokens original MIT

create-pull-request

19

helderberto/agent-skills

Skill Claude CodeCodex

Create a GitHub pull request — fills the repo's PR template, conventional-commit title, ticket refs. Draft mode via --draft.

13 10d ago A 34 tokens original MIT

create-skill

20

helderberto/agent-skills

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…

13 10d ago A 73 tokens original MIT

deps-audit

21

helderberto/agent-skills

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.

13 10d ago A 47 tokens original MIT

diagnose

22

helderberto/agent-skills

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.

13 10d ago A 66 tokens copy · 80% MIT

domain-modeling

23

helderberto/agent-skills

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…

13 10d ago A 84 tokens original MIT

e2e

24

helderberto/agent-skills

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.

13 10d ago A 73 tokens original MIT