Tu Nguyen
Community@hareki · Ho Chi Minh City, Vietnam
Tu Nguyen (hareki) publishes 17 engineering skills for domain modeling, code review, git commit hygiene, issue triage, and PRD synthesis.
Agent Skills by Tu Nguyen
Showing 17 vetted skills indexed across 1 GitHub repositories.
domain-modeling
Builds and maintains project domain glossaries and architectural decision records in Markdown.
setup-matt-pocock-skills
Configure a repository's issue tracker, triage labels, and domain doc layout for engineering skills.
dispatching-parallel-agents
Dispatch concurrent subagents to investigate independent test failures and bugs in parallel.
diagnosing-bugs
Diagnose hard bugs and performance regressions through a six-phase feedback-loop workflow.
improve-codebase-architecture
Scan a codebase for shallow modules and present deepening refactors as a visual HTML report.
find-skills
Searches and installs agent skills from the open skills ecosystem using the Skills CLI.
codebase-design
Designs deep modules with small interfaces, clean seams, and testable adapters.
to-issues
Breaks plans and specs into vertical-slice issues on a project issue tracker.
skill-creator
Create, evaluate, and iteratively improve Claude skills with benchmarked test runs.
resolving-merge-conflicts
Resolves in-progress git merge and rebase conflicts while preserving both change intents.
review
Reviews git diffs against coding standards and spec requirements using parallel sub-agents.
grill-with-docs
Runs a structured interview session that challenges plans and produces ADRs and glossary documentation.
requesting-code-review
Dispatches a code reviewer subagent to evaluate git diffs against requirements before merging.
atomic-commits
Split pending worktree changes into ordered atomic commits matching repository conventions.
verification-before-completion
Enforces running verification commands before claiming work is complete or passing.
to-prd
Synthesizes conversation context into a PRD and publishes it to the project issue tracker.
grilling
Interviews the user with sequential questions to stress-test plans and designs.
Frequently Asked Questions About Tu Nguyen
FAQPage SchemaWhat 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.