← Back to catalog
tranhieutt

Author in the catalog

tranhieutt

116 skills7,772 stars totalgithub.com/tranhieutt

Published skills

Showing 48 of 116

postgres-patterns

67

Provides PostgreSQL patterns for query optimization, schema design, indexing strategies, RLS, and security. Use when working with PostgreSQL SQL files or when the user mentions PostgreSQL, Postgres, pgvector, Supabase, or database optimization.

Dados e Análise#sqlby tranhieutt

prisma-expert

67

Provides Prisma ORM patterns for schema design, migrations, query optimization, and relation modeling. Use when working with Prisma schema files (schema.prisma) or when the user mentions Prisma, Prisma migrations, or Prisma queries.

Design e Frontendby tranhieutt

receiving-code-review

67

Processes code review feedback systematically by classifying findings, deciding fix or reject with evidence, applying approved fixes, and re-verifying before marking comments resolved.

DevOps e Infraby tranhieutt

reverse-document

67

Generates missing design or architecture documentation by working backwards from existing code or prototypes. Use when documentation is missing for existing code or when the user mentions documenting existing implementation or reverse engineering docs.

Escrita e Conteúdoby tranhieutt

spec-driven-development

67

Enforces the creation of a clear, actionable specification before any implementation code is written. Prevents hallucinations and architectural drift.

DevOps e Infraby tranhieutt

learner

67

Turns real agent failures, repeated prompts, team-specific workflows, and durable project lessons into better SDD skills or memory entries. Use when the user asks to create/update/refine skills, extract reusable lessons, improve skill routing, encode team process, or save patterns for future sessions.

DevOps e Infra#aiby tranhieutt

map-workflow

67

Generates a structured multi-agent workflow graph from a pattern and agent list, supporting Sequential, Parallel, Hierarchical, and Iterative patterns. It's used by @producer to plan feature delivery before any implementation begins.

Automaçãoby tranhieutt

team-release

67

Orchestrates the release team (release manager, QA engineer, DevOps engineer, and producer) to execute a release from candidate to production deployment. Use when coordinating a release across QA, DevOps, and release management.

DevOps e Infra#deployby tranhieutt

code-simplification

67

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.

Desenvolvimento#ai#testby tranhieutt

deep-interview

67

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 e Frontend#aiby tranhieutt

design-system

67

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.

Design e Frontend#aiby tranhieutt

frontend-patterns

67

Framework-agnostic React/Vue patterns covering component composition, hooks, TanStack Query, memoization, and error boundaries. Use for generic React/Vue work (Vite, CRA, Storybook); for Next.js App Router / Server Components, use `senior-frontend` instead.

Design e Frontend#reactby tranhieutt

localize

67

Generates or updates i18n localization files, translation keys, and locale configurations. Use when adding a new language, updating translation strings, or when the user mentions localization, i18n, translation, or l10n.

Escrita e Conteúdoby tranhieutt

markdown-injection-scanner

67

Scans Markdown (.md) files for malicious code injection including XSS, prompt injection, script injection, obfuscated payloads, and supply chain attack vectors. Use when auditing .md files for security threats or when the user mentions scanning markdown for malicious content.

Segurança#ai#markdownby tranhieutt

onboard

67

Generates a contextual onboarding document for a new contributor or agent joining the project, summarizing architecture, conventions, and current priorities. Use when onboarding a new team member, contributor, or agent.

Documentosby tranhieutt

prototype

67

Executes a rapid prototyping workflow that skips normal standards to quickly validate a product concept or core mechanic, producing throwaway code and a prototype report. Use when the user wants to quickly test an idea or mentions prototyping, proof of concept, or MVP spike.

Automação#test#apiby tranhieutt

rag-engineer

67

Provides Retrieval-Augmented Generation patterns covering embedding models, vector databases, chunking strategies, and retrieval optimization. Use when building RAG systems or when the user mentions RAG, vector search, embeddings, or retrieval-augmented generation.

Dados e Análiseby tranhieutt

release-checklist

67

Generates a comprehensive pre-release validation checklist for software versions covering build verification, deployment readiness, and release risk. Use when preparing to release a product version or when the user mentions release checklist or pre-release validation.

Design e Frontend#deployby tranhieutt

resume-from

67

Restores cognitive state from an atomic checkpoint in .tasks/checkpoints/[task_id].md, enabling instant recovery at the exact point of failure without re-running the full task.

Produtividade#aiby tranhieutt

retrospective

67

Generates a sprint or milestone retrospective analyzing completed work, velocity, blockers, and patterns to produce actionable insights. Use when ending a sprint or milestone, or when the user mentions retrospective, retro, or sprint review.

DevOps e Infraby tranhieutt

scope-check

67

Analyzes a feature or sprint for scope creep by comparing current scope against the original plan, flagging additions and recommending cuts. Use when a sprint feels bloated or when the user mentions scope creep, scope check, or feature bloat.

Outros#aiby tranhieutt

springboot-patterns

67

Provides Spring Boot architecture patterns for REST APIs, layered services, JPA data access, caching, async processing, and logging. Use when working with Java Spring Boot files (*.java, pom.xml) or when the user mentions Spring Boot, Spring Framework, or Java backend.

Dados e Análise#apiby tranhieutt

sql-optimization-patterns

67

Provides SQL optimization patterns for query performance, indexing strategies, schema design, and database tuning. Use when optimizing slow queries, designing indexes, or tuning database performance.

Dados e Análise#sqlby tranhieutt

style-review

67

Reviews Markdown prose against the pinned agent-style v0.3.5 rules and optionally writes a polished copy beside the source. Use for specs, ADRs, PR bodies, release notes, and technical docs when prose quality or evidence discipline matters.

Escrita e Conteúdo#ai#markdownby tranhieutt

subagent-driven-development

67

Executes an approved implementation plan task-by-task with a fresh implementer subagent per task and two review gates. Use when a plan is approved, tasks are mostly sequential, and quality gates are needed without full orchestrate/fork-join overhead.

Automaçãoby tranhieutt

systematic-debugging

67

Investigates bugs, failing tests, build failures, performance issues, and unexpected behavior with root-cause discipline before any fix is proposed or implemented.

Desenvolvimento#ai#testby tranhieutt

team-feature

67

Orchestrates a cross-functional feature team of product-manager, ux-designer, frontend-developer, backend-developer, and qa-engineer to deliver a complete feature from specification to tested implementation. Use when a feature requires full-stack coordinated delivery.

Design e Frontend#testby tranhieutt

test-driven-development

67

Forces the strict Red-Green-Refactor development cycle. Requires one failing behavior test through a public interface before each implementation slice.

Desenvolvimento#ai#testby tranhieutt

trace-history

67

Reads and filters production/traces/decision_ledger.jsonl to display a timeline of agent decisions. Supports filtering by agent, risk_tier, task_id, outcome, and date range.

DevOps e Infraby tranhieutt

unfreeze

67

Unlocks the codebase after a release freeze or incident freeze period to resume normal development. Use when a freeze period ends or when the user mentions unfreezing or lifting the code freeze.

DevOps e Infraby tranhieutt

update-codemap

67

Updates docs/technical/CODEMAP.md by scanning the current codebase structure. Run after a significant feature merge, refactor, or when CODEMAP feels stale.

Desenvolvimentoby tranhieutt

using-sdd

67

Routes every software-development request through the right SDD workflow before action. Use at session start, before clarifying questions, before edits, and whenever deciding which SDD skill should govern a task.

DevOps e Infraby tranhieutt

vector-database-engineer

67

Provides vector database and semantic search patterns for Pinecone, Weaviate, Qdrant, Milvus, and pgvector in RAG and recommendation systems. Use when implementing vector search or when the user mentions vector database, semantic search, embeddings, or similarity search.

Dados e Análiseby tranhieutt

milestone-review

67

Conducts a structured milestone review, analyzing delivered features, metrics, blockers, and readiness for the next phase. Use when completing a milestone or when the user mentions milestone review or phase gate.

Outrosby tranhieutt

mlops-engineer

67

Provides MLOps patterns for ML CI/CD pipelines, model registries, monitoring, and data drift detection. Use when setting up ML infrastructure or when the user mentions MLOps, model deployment, ML pipeline, or model monitoring.

DevOps e Infra#deployby tranhieutt

nosql-expert

67

Provides distributed NoSQL patterns for Cassandra and DynamoDB covering query-first modeling, single-table design, and partition key strategies. Use when designing NoSQL schemas or when the user mentions Cassandra, DynamoDB, or NoSQL modeling.

Dados e Análise#sqlby tranhieutt

gemini-api-integration

67

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.

Automação#ai#apiby tranhieutt

gate-check

67

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.

DevOps e Infra#aiby tranhieutt

hotfix

67

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.

Automaçãoby tranhieutt

gitlab-ci-patterns

67

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.

DevOps e Infra#git#deployby tranhieutt

angular-best-practices

67

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.

Design e Frontend#typescript#reactby tranhieutt

annotate

67

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.

Documentos#apiby tranhieutt

agent-health

67

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.

Design e Frontendby tranhieutt

guard

67

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.

Outros#aiby tranhieutt

agent-style

67

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.

DevOps e Infraby tranhieutt

handoff

67

Generates the lightweight 3-field handoff summary for cross-domain work and optionally persists a formal handoff artifact for High-risk transfers.

Outros#aiby tranhieutt

kubernetes-architect

67

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.

DevOps e Infra#deploy#aiby tranhieutt

laravel-patterns

67

Provides Laravel PHP patterns for Eloquent ORM, Artisan commands, queues, middleware, and API resources. Use when working with PHP Laravel files (*.php) or when the user mentions Laravel, Eloquent, or PHP framework.

Automação#apiby tranhieutt

Category alert

Get new Dados e Análise skills every Monday