# tranhieutt

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

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

## Published listings

- [Estimate](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-estimate) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-estimate`
  Produces time and complexity estimates for features, tasks, or sprints using story points, t-shirt sizing, or day estimates. Use when the user asks for an estimate, wants to size a feature, or mentions estimation or planning poker.
- [Agent Style](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-agent-style) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-agent-style`
  Provides the vendored agent-style v0.3.5 prose rule pack as a portable Claude skill. Use when installing, syncing, applying, or auditing SDD Agent-Style support in another project, or when a style-review workflow needs the bundled rules.
- [Cloud Architect](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-cloud-architect) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-cloud-architect`
  Designs multi-cloud and hybrid cloud architectures across AWS, GCP, and Azure. Use when designing cloud infrastructure or when the user mentions cloud architecture, AWS, GCP, Azure, or multi-cloud.
- [Event Sourcing Architect](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-event-sourcing-architect) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-event-sourcing-architect`
  Designs event-sourced systems with CQRS, event stores, projections, and eventual consistency patterns. Use when architecting event-driven systems or when the user mentions event sourcing, CQRS, event store, or domain events.
- [Bug Report](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-bug-report) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-bug-report`
  Creates a structured bug report with reproduction steps, expected vs actual behavior, environment details, and severity assessment. Use when a bug or defect is found and needs to be formally documented.
- [Changelog](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-changelog) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-changelog`
  Generates a structured changelog from git history following Keep a Changelog format and conventional commits. Use when creating a CHANGELOG.md, preparing release notes, or when the user mentions changelog or release history.
- [Frontend Ui Dark Ts](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-frontend-ui-dark-ts) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-frontend-ui-dark-ts`
  Builds dark-themed TypeScript UIs with accessible color systems, contrast compliance, and responsive design patterns. Use when implementing dark mode or building accessible TypeScript UI components.
- [Backend Architect](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-backend-architect) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-backend-architect`
  Designs scalable backend architectures covering microservices, event-driven systems, API gateways, and data stores. Use when designing a backend system or when the user mentions backend architecture, scalability, or distributed systems.
- [Database Architect](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-database-architect) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-database-architect`
  Designs relational and NoSQL database schemas, indexing strategies, migration plans, and data modeling patterns. Use when designing a database or when the user mentions database architecture, schema design, or data modeling.
- [Fastapi Pro](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-fastapi-pro) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-fastapi-pro`
  Production FastAPI patterns — async endpoints, SQLAlchemy 2.0 async, Pydantic V2, dependency injection, JWT auth, testing. Use for Python 3.11+ FastAPI backends. NOT for Django (→ `django-patterns`) or Node.js (→ `backend-patterns`).
- [Annotate](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-annotate) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-annotate`
  Records unexpected API behaviors, undocumented caveats, version bugs, or non-obvious workarounds into .claude/memory/annotations.md. Use immediately when an undocumented behavior or surprising caveat is discovered during development.
- [Code Review Checklist](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-code-review-checklist) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-code-review-checklist`
  Provides a comprehensive code review checklist for pull requests covering security, performance, maintainability, and testing. Use as a reference during code reviews or when the user asks for a review checklist.
- [Design Review](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-design-review) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-design-review`
  Reviews UI/UX designs, wireframes, and design systems for usability, accessibility, consistency, and implementation feasibility. Use when reviewing design specs or when the user mentions design review, UX review, or design feedback.
- [Db Review](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-db-review) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-db-review`
  Reviews database schemas, queries, and migrations for correctness, performance, security, and best practices. Use when reviewing SQL migration files or when the user mentions database review, schema review, or query audit.
- [Api Design](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-api-design) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-api-design`
  Defines REST and GraphQL API contracts including endpoints, request/response schemas, auth flows, and versioning strategy. Use when designing a new API, reviewing an API spec, or when the user mentions API design, OpenAPI, or endpoint contracts.
- [Context Engineering](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-context-engineering) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-context-engineering`
  Strictly enforce context engineering principles to avoid context stuffing, optimize memory architecture, and manage the Research-Plan-Reset-Implement cycle.
- [Kubernetes Architect](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-kubernetes-architect) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-kubernetes-architect`
  Designs Kubernetes deployments, services, ingress, RBAC, Helm charts, and cluster architecture. Use when working with Kubernetes YAML files or when the user mentions Kubernetes, K8s, Helm, or container orchestration.
- [Dotnet Backend Patterns](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-dotnet-backend-patterns) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-dotnet-backend-patterns`
  Provides .NET and ASP.NET Core patterns for REST APIs, Entity Framework, dependency injection, and middleware. Use when working with C# files (*.cs, *.csproj) or when the user mentions .NET, ASP.NET Core, C#, or Entity Framework.
- [Gate Check](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-gate-check) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-gate-check`
  Validates a software product, service, or feature against readiness gates before advancing to the next delivery phase. Use when planning a phase transition or when the user mentions gate check, phase review, or readiness validation.
- [Agent Health](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-agent-health) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-agent-health`
  Reads production/traces/agent-metrics.jsonl and displays a per-agent performance summary table for the current or a specified session. Highlights agents with high error rates or OPEN circuit breaker state.
- [Codex Sdd](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-codex-sdd) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-codex-sdd`
  Adapts SDD for Codex while preserving Claude Code behavior. Use when working in Codex, setting up Codex compatibility, mapping Claude tools to Codex tools, or explaining how SDD should run outside Claude Code.
- [Hotfix](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-hotfix) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-hotfix`
  Executes a hotfix workflow: creates a hotfix branch, applies the targeted fix, runs verification, and prepares release artifacts. Use when a critical production bug needs immediate patching or when the user mentions hotfix or emergency fix.
- [Cloud Run Puppeteer](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-cloud-run-puppeteer) — Skill · Free — `agentstack add skill-tranhieutt-software-development-department-cloud-run-puppeteer`
  Deploys Puppeteer browser automation on Google Cloud Run with Docker. Use when running headless browser tasks on Cloud Run, or when the user mentions Cloud Run, Puppeteer, headless Chrome, or serverless browser automation.
- [Django Patterns](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-django-patterns) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-django-patterns`
  Provides expert-level Django development patterns covering App Router (indirectly via REST/GraphQL), async views, DRF, Celery, signals, middleware, and performance optimization. Use when building complex Django 5.x applications or identifying N+1 query issues.
- [Dream](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-dream) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-dream`
  Consolidates and prunes the memory directory through a 4-phase reflective pass: Orient, Gather, Consolidate, Prune. Run after intensive sessions, when memories feel duplicated, or when MEMORY.md approaches the 200-line limit.
- [Hybrid Cloud Architect](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-hybrid-cloud-architect) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-hybrid-cloud-architect`
  Designs hybrid cloud architectures connecting on-premises infrastructure with public cloud services. Use when designing systems spanning on-prem and cloud, or when the user mentions hybrid cloud or multi-environment architecture.
- [Claude Api](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-claude-api) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-claude-api`
  Provides code patterns for the Anthropic Claude API including streaming, tool use, and prompt caching. Use when working with Anthropic SDK files or when the user mentions Claude API, Anthropic client, or LLM integration.
- [Angular Best Practices](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-angular-best-practices) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-angular-best-practices`
  Provides Angular best practices for components, modules, services, and reactive patterns. Use when working with Angular TypeScript files, component templates, NgModules, RxJS observables, or when the user mentions Angular, ng, or Angular CLI.
- [Fork Join](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-fork-join) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-fork-join`
  Runs multiple specialist subagents in parallel then merges their outputs into a unified result. Use when a task can be split into independent parallel workstreams that need to be recombined.
- [Commit](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-commit) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-commit`
  Creates a well-formed git commit following conventional commit format with type, scope, and descriptive message. Use when the user is ready to commit changes or mentions conventional commits.
- [Diagnose](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-diagnose) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-diagnose`
  Diagnostic pipeline for complex/intermittent bugs. Uses diagnostics roles for Investigation, Verification, and Solution before Lead Programmer handoff. Use ONLY for non-obvious failures (root cause unclear, reproduction unstable, fixes reverted). NOT for trivial bugs with known cause — fix them directly.
- [Architecture Decision Records](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-architecture-decision-records) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-architecture-decision-records`
  Manages the ADR (Architecture Decision Record) registry. Use when recording tech-stack choices, design patterns, or infrastructure decisions with context, alternatives, and rationale. Supports listing, searching, or creating formal ADR documents.
- [Code Simplification](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-code-simplification) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-code-simplification`
  Simplifies working code while preserving exact behavior. Use after tests pass, during review feedback, or when code is harder to read, maintain, or verify than it needs to be without changing product behavior.
- [Gitlab Ci Patterns](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-gitlab-ci-patterns) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-gitlab-ci-patterns`
  Provides GitLab CI/CD pipeline patterns including stages, jobs, artifacts, caching, and environment deployments. Use when working with .gitlab-ci.yml or when the user mentions GitLab CI or GitLab pipelines.
- [Guard](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-guard) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-guard`
  Enforces project safety constraints by blocking risky operations outside their approved scope during active development. Use when activating a safety guard or constraint for the current session.
- [Aws Serverless](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-aws-serverless) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-aws-serverless`
  Provides AWS serverless architecture patterns for Lambda, API Gateway, DynamoDB, SQS, and SAM/CDK. Use when working with AWS serverless files (serverless.yml, CDK stacks) or when the user mentions Lambda, API Gateway, serverless, or AWS SAM.
- [Frontend Patterns](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-frontend-patterns) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-frontend-patterns`
  Framework-agnostic React/Vue patterns — component composition, hooks, TanStack Query, memoization, error boundaries. Use for generic React/Vue work (Vite, CRA, Storybook). For Next.js App Router / Server Components specifically, use `senior-frontend` instead.
- [Code Review](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-code-review) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-code-review`
  Performs architectural and quality code review checking coding standards, SOLID principles, architectural compliance, and common software issues. Use when reviewing a file or directory before merge, or when the user mentions code review, PR review, or quality check.
- [Freeze](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-freeze) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-freeze`
  Locks the codebase to prevent unintended writes during a freeze period such as before a release or during an incident. Use when the user mentions freezing, code lock, or release lockdown.
- [Deep Interview](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-deep-interview) — Skill · Free — `agentstack add skill-tranhieutt-software-development-department-deep-interview`
  Conducts a structured technical deep-dive to gather detailed requirements, constraints, and decisions from the user. Use when starting a complex feature or when the user wants to be asked structured clarifying questions before implementation.
- [Design System](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-design-system) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-design-system`
  Decomposes a product concept into architectural components, domain systems, data models, and integration boundaries. Use when starting system architecture or when the user mentions system design or component breakdown.
- [Backend Patterns](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-backend-patterns) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-backend-patterns`
  Applies production backend patterns: middleware, error handling, auth, database integration, and API design. Use when working with backend service files or when the user mentions Express, Fastify, NestJS, backend patterns, or service architecture.
- [Devops Deploy](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-devops-deploy) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-devops-deploy`
  Designs and executes CI/CD pipelines, GitOps workflows, deployment automation, and cloud infrastructure deployment including Docker, AWS Lambda, SAM, Terraform, and GitHub Actions. Use when building or improving CI/CD pipelines, containerizing applications, creating deployment runbooks, or deploying to cloud infrastructure.
- [Drizzle Orm Expert](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-drizzle-orm-expert) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-drizzle-orm-expert`
  Provides Drizzle ORM schema design, query patterns, migrations, and TypeScript integration for SQL databases. Use when working with Drizzle files (schema.ts, drizzle.config.ts) or when the user mentions Drizzle ORM or drizzle-kit.
- [Handoff](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-handoff) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-handoff`
  Generates the lightweight 3-field handoff summary for cross-domain work and optionally persists a formal handoff artifact for High-risk transfers.
- [Brainstorm](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-brainstorm) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-brainstorm`
  Facilitates structured product ideation to define user needs, core value, and product direction. Use when the user wants to explore a new product idea, has a vague concept to develop, or mentions brainstorming or ideation.
- [Gemini Api Integration](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-gemini-api-integration) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-gemini-api-integration`
  Provides code patterns for Google Gemini API integration including text generation, multimodal inputs, and streaming. Use when working with Google AI SDK or when the user mentions Gemini API, Google AI, or Vertex AI.
- [Frontend Design](https://agentstack.voostack.com/l/skill-tranhieutt-software-development-department-frontend-design) — Skill · Free · security-reviewed — `agentstack add skill-tranhieutt-software-development-department-frontend-design`
  Designs frontend UI architecture including component hierarchy, state management strategy, design tokens, and accessibility requirements. Use when starting frontend design or when the user mentions UI architecture, component design, or frontend planning.

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