# honminhAC

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

- **Listings:** 32
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/honminhac
- **Website:** https://github.com/honminhAC

## Published listings

- [Grill With Docs](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-grill-with-docs) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-grill-with-docs`
  A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
- [Handoff](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-handoff) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-handoff`
  Compact the current conversation into a handoff document for another agent to pick up.
- [Code Review](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-code-review) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-code-review`
  Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to…
- [Yeet](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-yeet) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-yeet`
  Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
- [Tech Debt](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-tech-debt) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-tech-debt`
  Identify, categorize, and prioritize technical debt. Trigger with "tech debt", "technical debt audit", "what should we refactor", "code health", or when the user asks about code quality, refactoring priorities, or maintenance backlog.
- [Write Query](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-write-query) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-write-query`
  Write optimized SQL for your dialect with best practices. Use when translating a natural-language data need into SQL, building a multi-CTE query with joins and aggregations, optimizing a query against a large partitioned table, or getting dialect-specific syntax for Snowflake, BigQuery, Postgres, etc.
- [Basic Code Review](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-basic-code-review) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-basic-code-review`
  Review code changes for security, performance, and correctness. Trigger with a PR URL or diff, "review this before I merge", "is this code safe?", or when checking a change for N+1 queries, injection risks, missing edge cases, or error handling gaps.
- [Sql Queries](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-sql-queries) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-sql-queries`
  Write correct, performant SQL across all major data warehouse dialects (Snowflake, BigQuery, Databricks, PostgreSQL, etc.). Use when writing queries, optimizing slow SQL, translating between dialects, or building complex analytical queries with CTEs, window functions, or aggregations.
- [Incident Response](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-incident-response) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-incident-response`
  Run an incident response workflow — triage, communicate, and write postmortem. Trigger with "we have an incident", "production is down", an alert that needs severity assessment, a status update mid-incident, or when writing a blameless postmortem after resolution.
- [Basic Architecture](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-basic-architecture) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-basic-architecture`
  Create or evaluate an architecture decision record (ADR). Use when choosing between technologies (e.g., Kafka vs SQS), documenting a design decision with trade-offs and consequences, reviewing a system design proposal, or designing a new component from requirements and constraints.
- [Explore Data](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-explore-data) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-explore-data`
  Profile and explore a dataset to understand its shape, quality, and patterns. Use when encountering a new table or file, checking null rates and column distributions, spotting data quality issues like duplicates or suspicious values, or deciding which dimensions and metrics to analyze.
- [Teach](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-teach) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-teach`
  Teach the user a new skill or concept, within this workspace.
- [Basic Testing Strategy](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-basic-testing-strategy) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-basic-testing-strategy`
  Design test strategies and test plans. Trigger with "how should we test", "test strategy for", "write tests for", "test plan", "what tests do we need", or when the user needs help with testing approaches, coverage, or test architecture.
- [Codebase Design](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-codebase-design) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-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.
- [Tdd](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-tdd) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-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.
- [Prototype](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-prototype) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-prototype`
  Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
- [Documentation](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-documentation) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-documentation`
  Write and maintain technical documentation. Trigger with "write docs for", "document this", "create a README", "write a runbook", "onboarding guide", or when the user needs help with any form of technical writing — API docs, architecture docs, or operational runbooks.
- [Basic System Design](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-basic-system-design) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-basic-system-design`
  Design systems, services, and architectures. Trigger with "design a system for", "how should we architect", "system design for", "what's the right architecture for", or when the user needs help with API design, data modeling, or service boundaries.
- [Validate Data](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-validate-data) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-validate-data`
  QA an analysis before sharing -- methodology, accuracy, and bias checks. Use when reviewing an analysis before a stakeholder presentation, spot-checking calculations and aggregation logic, verifying a SQL query's results look right, or assessing whether conclusions are actually supported by the data.
- [Domain Modeling](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-domain-modeling) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-domain-modeling`
  Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.
- [Setup Matt Pocock Skills](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-setup-matt-pocock-skills) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-setup-matt-pocock-skills`
  Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
- [Gh Fix Ci](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-gh-fix-ci) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-gh-fix-ci`
  Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.
- [Basic Debug](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-basic-debug) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-basic-debug`
  Structured debugging session — reproduce, isolate, diagnose, and fix. Trigger with an error message or stack trace, "this works in staging but not prod", "something broke after the deploy", or when behavior diverges from expected and the cause isn't obvious.
- [Triage](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-triage) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-triage`
  Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.
- [Gh Address Comments](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-gh-address-comments) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-gh-address-comments`
  Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
- [Standup](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-standup) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-standup`
  Generate a standup update from recent activity. Use when preparing for daily standup, summarizing yesterday's commits and PRs and ticket moves, formatting work into yesterday/today/blockers, or structuring a few rough notes into a shareable update.
- [Improve Codebase Architecture](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-improve-codebase-architecture) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-improve-codebase-architecture`
  Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
- [Security Threat Model](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-security-threat-model) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-security-threat-model`
  Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path, enumerate threats/abuse paths, or perform AppSec threat modeling. Do not trigger for general architecture summaries, code review, or non-security…
- [Agents Md Improver](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-agents-md-improver) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-agents-md-improver`
  Audit and improve AGENTS.md files in repositories. Use when user asks to check, audit, update, improve, or fix AGENTS.md files. Scans for all AGENTS.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "AGENTS.md maintenance" or "project memory optimization".
- [Deploy Checklist](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-deploy-checklist) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-deploy-checklist`
  Pre-deployment verification checklist. Use when about to ship a release, deploying a change with database migrations or feature flags, verifying CI status and approvals before going to production, or documenting rollback triggers ahead of time.
- [Security Ownership Map](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-security-ownership-map) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-security-ownership-map`
  Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks f…
- [Security Best Practices](https://agentstack.voostack.com/l/skill-honminhac-agy-subagents-skills-security-best-practices) — Skill · Free · security-reviewed — `agentstack add skill-honminhac-agy-subagents-skills-security-best-practices`
  Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.

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