Tu Nguyen avatar

Tu Nguyen

Community

@hareki · Ho Chi Minh City, Vietnam

4Followers
|
59Public Repos
|
17Published Skills

Tu Nguyen (hareki) publishes 17 engineering skills for domain modeling, code review, git commit hygiene, issue triage, and PRD synthesis.

Skills Distribution
DomainDeveloper To...Software Architect.. (30%)Code Review & Qual.. (25%)Git Version Contro.. (20%)Issue Tracking & P.. (15%)

Agent Skills by Tu Nguyen

Showing 17 vetted skills indexed across 1 GitHub repositories.

harekihareki

domain-modeling

Builds and maintains project domain glossaries and architectural decision records in Markdown.

Community
Intermediate
harekihareki

setup-matt-pocock-skills

Configure a repository's issue tracker, triage labels, and domain doc layout for engineering skills.

Community
Intermediate
harekihareki

dispatching-parallel-agents

Dispatch concurrent subagents to investigate independent test failures and bugs in parallel.

Community
Intermediate
harekihareki

diagnosing-bugs

Diagnose hard bugs and performance regressions through a six-phase feedback-loop workflow.

Community
Advanced
harekihareki

improve-codebase-architecture

Scan a codebase for shallow modules and present deepening refactors as a visual HTML report.

Community
Advanced
harekihareki

find-skills

Searches and installs agent skills from the open skills ecosystem using the Skills CLI.

Community
Intermediate
harekihareki

codebase-design

Designs deep modules with small interfaces, clean seams, and testable adapters.

Community
Intermediate
harekihareki

to-issues

Breaks plans and specs into vertical-slice issues on a project issue tracker.

Community
Intermediate
harekihareki

skill-creator

Create, evaluate, and iteratively improve Claude skills with benchmarked test runs.

Community
Advanced
harekihareki

resolving-merge-conflicts

Resolves in-progress git merge and rebase conflicts while preserving both change intents.

Community
Intermediate
harekihareki

review

Reviews git diffs against coding standards and spec requirements using parallel sub-agents.

Community
Intermediate
harekihareki

grill-with-docs

Runs a structured interview session that challenges plans and produces ADRs and glossary documentation.

Community
Basic
harekihareki

requesting-code-review

Dispatches a code reviewer subagent to evaluate git diffs against requirements before merging.

Community
Intermediate
harekihareki

atomic-commits

Split pending worktree changes into ordered atomic commits matching repository conventions.

Community
Intermediate
harekihareki

verification-before-completion

Enforces running verification commands before claiming work is complete or passing.

Community
Basic
harekihareki

to-prd

Synthesizes conversation context into a PRD and publishes it to the project issue tracker.

Community
Intermediate
harekihareki

grilling

Interviews the user with sequential questions to stress-test plans and designs.

Community
Basic

Frequently Asked Questions About Tu Nguyen

FAQPage Schema
What tasks can I accomplish with hareki's engineering skills?▼

You can build domain models and ubiquitous language, diagnose bugs and performance regressions, resolve git merge conflicts, split work into atomic commits, review branches against standards and specs, and turn plans into PRDs or tracker issues.

Who are these skills designed for?▼

Software engineers and technical leads who want disciplined practices: deep-module design, architecture decision records, evidence-based verification before claiming completion, and structured code review before merging features.

How do I set up and run these skills in my repository?▼

Run the setup-matt-pocock-skills skill once first; it configures the issue tracker, triage label vocabulary, and domain doc layout. After that, invoke individual skills like atomic-commits, review, or to-prd as needed.

What prerequisites or permissions do these skills require?▼

Skills like atomic-commits declare explicit git command permissions (status, diff, log, add, commit, reset, write-tree, rev-parse). Several skills disable model invocation, meaning they run only when explicitly invoked by the user.

Can I create or improve my own skills with this collection?▼

Yes. The skill-creator skill supports creating skills from scratch, editing existing ones, running evals, benchmarking performance with variance analysis, and optimizing descriptions for better triggering accuracy. The find-skills skill helps discover installable skills.