# helderberto

> Open-source publisher. Listings imported from github.com/helderberto — credited to the original author with their license.

- **Listings:** 42
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/helderberto
- **Website:** https://github.com/helderberto

## Published listings

- [Create Pull Request](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-create-pull-request) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-create-pull-request`
  Create a GitHub pull request — fills the repo's PR template, conventional-commit title, ticket refs. Draft mode via `--draft`.
- [Prototype](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-prototype) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-prototype`
  Build a throwaway prototype to flesh out a design — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to explore or compare design directions before committing, or says "prototype", "mock up", or "try a few approaches". Don't use for production implementation (use /build or /tdd).
- [Atomic Commits](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-atomic-commits) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-atomic-commits`
  Group unstaged changes into atomic commits by concern, then push. Use when user asks to "atomic commits", "commit by group", "group commits", or wants to split changes into related commits before pushing.
- [Harden](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-harden) — Skill · Free — `agentstack add skill-helderberto-agent-skills-harden`
  Harden code proactively against vulnerabilities at the boundary where untrusted input enters the system. Use when implementing auth, handling user input, storing or transmitting sensitive data, integrating external APIs, adding file uploads, or any code that crosses a trust boundary. Don't use for reactive secret scanning (use `safe-repo`) or dependency CVE checks (use `deps-audit`).
- [Source Driven](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-source-driven) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-source-driven`
  Implement features using official docs for exact dependency versions instead of training data. Use when user asks to "check the docs", "use official docs", "source-driven", or when implementing with unfamiliar APIs/libraries. Don't use for well-known stdlib APIs or project-internal code.
- [Prose Fix](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-prose-fix) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-prose-fix`
  Fix prose formatting, typos, and clarity issues in markdown or text files. Use when user asks to "fix dashes", "fix typos", "clean up text", "improve sentences", or "/prose-fix". Don't use for code style, linting, or full rewrites.
- [Safe Repo](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-safe-repo) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-safe-repo`
  Check for sensitive data in repository. Use when user asks to "check for sensitive data", "/safe-repo", or wants to verify no company/credential data is in the repository. Use `--diff` mode to scope to staged + unstaged changes only (e.g., before commit). Don't use for general code review, adding .gitignore entries, or scanning non-git directories.
- [Diagnose](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-diagnose) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-diagnose`
  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.
- [Codebase Design](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-codebase-design) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-codebase-design`
  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.
- [Teach](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-teach) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-teach`
  Teach the user a new skill or concept within this workspace — stateful lessons, references, and learning records tied to a mission. Use when the user asks to learn, be taught, or understand a concept or technology in depth. Don't use to explain a specific code area (use /explain-code) or answer a one-off question.
- [Revise](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-revise) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-revise`
  Structurally edit and improve article drafts — reorder sections, tighten arguments, improve clarity. Use when user asks to "revise", "improve my article", "edit my draft", or "/revise". Don't use for typo fixes or formatting (use prose-fix), code documentation, or non-article content.
- [Fortify](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-fortify) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-fortify`
  Fortify existing code by splitting large functions, adding edge-case coverage, and backfilling unit tests. Use when user asks to "fortify", "harden", "bulletproof", "make robust", "make solid", "strengthen", "add missing tests", "split functions", or wants to improve reliability of existing code. Don't use for new features (use tdd), refactoring plans, or code review (use code-review).
- [Create Skill](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-create-skill) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-create-skill`
  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".
- [Code Review](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-code-review) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-code-review`
  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.
- [Prd](https://agentstack.voostack.com/l/skill-helderberto-tracerkit-prd) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-tracerkit-prd`
  Create a PRD through user interview, codebase exploration, and module design. Use when starting a new feature or change.
- [Build](https://agentstack.voostack.com/l/skill-helderberto-tracerkit-build) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-tracerkit-build`
  Implement one phase of a plan. Reads plan, finds next incomplete phase, implements it, runs feedback loops, marks checkboxes, offers commit. One phase per invocation. Use when the user wants to implement, code, build, or work on the next phase of a plan.
- [Plan](https://agentstack.voostack.com/l/skill-helderberto-tracerkit-plan) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-tracerkit-plan`
  Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices. Use after /tk:prd.
- [Perf Audit](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-perf-audit) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-perf-audit`
  Audit frontend bundle size and performance. Use when user asks to "audit performance", "/perf-audit", "analyze bundle", "check bundle size", or wants to find performance bottlenecks. Don't use for backend performance, database query optimization, or projects without a frontend build step.
- [Prd](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-prd) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-prd`
  Create a PRD through user interview, codebase exploration, and module design. Use when starting a feature with unclear requirements, when the user asks to spec or define what to build, or says "write a PRD". Don't use when requirements are crisp and a plan already exists (use /plan or /build).
- [Plan](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-plan) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-plan`
  Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices. Use after /prd when a PRD exists at `.specs/prds/<slug>.md`, or when the user asks to break work into phases or slices. Don't use without a PRD, or for single-file changes with obvious scope.
- [Architecture Audit](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-architecture-audit) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-architecture-audit`
  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 interface design (use /codebase-design) or code-level review of a diff (use /code-revie…
- [Create Adr](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-create-adr) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-create-adr`
  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 hb:prd) or general repo conventions (use CLAUDE.md).
- [I18n](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-i18n) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-i18n`
  Audit internationalization coverage and find hardcoded strings. Use when user asks to "check i18n", "/i18n", "find hardcoded strings", "check translations", or wants to verify translation coverage. Don't use for backend string extraction, non-frontend code, or projects without an i18n library.
- [Deps Audit](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-deps-audit) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-deps-audit`
  Check dependencies for vulnerabilities. Use when user asks to "audit dependencies", "/deps-audit", "check for vulnerabilities", or wants to check dependency health. Don't use for yarn, pnpm, or bun projects (npm only), or for reviewing code quality.
- [Commit](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-commit) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-commit`
  Create git commits following repository style. Use when user asks to "create a commit", "commit changes", "/commit", or requests committing code to git. Don't use for pushing code, creating pull requests, or reviewing changes.
- [Review](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-review) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-review`
  Orchestrated REVIEW phase — analyze the diff, decide which audits apply, run them in order, consolidate findings. Use for a full pre-ship review or when the user asks to run all relevant audits on changes or a PR. Don't use to implement fixes (use /build or /tdd) or for a single focused audit (call it directly, e.g. /a11y-audit, /code-review).
- [Check](https://agentstack.voostack.com/l/skill-helderberto-tracerkit-check) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-tracerkit-check`
  Verify implementation against plan. Shows progress and finds blockers. Use after implementing a plan.
- [Tdd](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-tdd) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-tdd`
  Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
- [Setup Pre Commit](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-setup-pre-commit) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-setup-pre-commit`
  Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests. Use when user asks to \"add pre-commit hooks\", \"setup husky\", \"setup pre-commit\", \"configure lint-staged\", or wants commit-time formatting/typechecking/testing. Don't use for running linters manually or writing tests.
- [Coverage](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-coverage) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-coverage`
  Check test coverage for unstaged changes. Use when user asks to "check coverage", "/coverage", or wants to see which unstaged changes lack test coverage. Don't use for projects without lcov coverage output, running the full test suite without coverage, or checking coverage of already-committed changes.
- [Verify Plan](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-verify-plan) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-verify-plan`
  Verify implementation against a plan — shows progress and finds blockers. Use after /build, or when the user asks to check plan progress or what's left. Don't use to implement phases (use /build) or for general test runs (use /validate-code).
- [Brief](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-brief) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-brief`
  Session briefing — shows active features, progress, and suggested focus. Use at the start of a session, when asking what to work on, or when checking active features.
- [Validate Code](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-validate-code) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-validate-code`
  Validate code quality: auto-fix formatting/lint, verify types, run tests. Use when user asks to \"validate code\", \"/validate-code\", \"check code\", or wants to validate before committing. Don't use for committing, pushing, or writing new tests.
- [Build](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-build) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-build`
  Implement one phase of a plan — reads the plan, finds the next incomplete phase, implements it with feedback loops, marks checkboxes, offers a commit (one phase per invocation). Use after /plan when a plan exists at `.specs/plans/<slug>.md`, or when the user asks to build or implement the next phase. Don't use for ad-hoc changes with no plan (use /tdd) or to check progress (use /verify-plan).
- [Lint](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-lint) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-lint`
  Run linting and formatting checks. Use when user asks to "run linter", "/lint", "check linting", "fix lint errors", or requests code linting/formatting. Don't use for running tests, type-checking only, or projects without a lint script in package.json.
- [Visual Validate](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-visual-validate) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-visual-validate`
  Validate UI changes in a real browser using Chrome DevTools or Playwright MCP. Takes screenshots, compares before/after, exercises interactions, captures console errors. Use when user asks to "visual validate", "/visual-validate", "check the UI", "screenshot before/after", or finishes a UI change. Don't use for unit tests (use `tdd`), E2E user flows (use `e2e`), or backend changes.
- [Ship](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-ship) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-ship`
  Commit and push changes with a pre-launch gate (validate-code + safe-repo) by default. `--fast` skips the gate.
- [E2e](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-e2e) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-e2e`
  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.
- [Brief](https://agentstack.voostack.com/l/skill-helderberto-tracerkit-brief) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-tracerkit-brief`
  Session briefing — shows active features, progress, and suggested focus. Use at the start of a session, when asking what to work on, or when checking active features.
- [Grill Me](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-grill-me) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-grill-me`
  A relentless interview to sharpen a plan or design (runs /grilling). Use when the user wants to stress-test a plan, pressure-test assumptions, or says "grill me" or "poke holes in this". Don't use for code review (use /code-review) or gathering initial requirements (use /prd).
- [A11y Audit](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-a11y-audit) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-a11y-audit`
  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.
- [Explain Code](https://agentstack.voostack.com/l/skill-helderberto-agent-skills-explain-code) — Skill · Free · security-reviewed — `agentstack add skill-helderberto-agent-skills-explain-code`
  Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?" Don't use for modifying code, fixing bugs, or generating new implementations.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
