tuanductran

71 mods across 3 repositories, 60 stars between them.

biome

01

tuanductran/hr-skills

Skill Claude CodeCodex

Repository guidance for using Biome as the formatter, linter, and code quality tool within the hr-skills monorepo.

53 4d ago A 29 tokens original MIT

bun

02

tuanductran/hr-skills

Skill Claude CodeCodex

Repository guidance for using Bun as the runtime, package manager, and workspace toolchain within the hr-skills monorepo.

53 4d ago A 27 tokens original MIT

changeset

03

tuanductran/hr-skills

Skill Claude CodeCodex

Use when determining whether a pull request requires a changeset, selecting the appropriate version bump (patch, minor, or major), or writing a .changeset/.md entry for the hr-skills repository.

53 4d ago A 45 tokens original MIT

clack

04

tuanductran/hr-skills

Skill Claude CodeCodex

Repository guidance for @clack/prompts usage in packages/hr-skills/src/cli/ and src/build/. Covers the intro/spinner/note/outro/log CLI-output pattern this repo actually uses — not clack's interactive text/select/confirm prompts, which this repo does not use.

53 4d ago A 61 tokens original MIT

dry-refactoring

05

tuanductran/hr-skills

Skill Claude CodeCodex

Guided workflow to eliminate copy-paste duplication in packages/hr-skills-build and packages/hr-skills-ref, detected by jscpd. Extract shared functions, constants, and types into their own files instead of growing an existing one.

53 4d ago A 51 tokens original MIT

tuanductran/hr-skills

Skill Claude CodeCodex

Generate high-quality, atomic Conventional Commits by analyzing Git changes, recommending logical commit boundaries, validating commit messages, and assisting with PRs, changelogs, and releases.

53 4d ago A 45 tokens original MIT

tuanductran/hr-skills

Skill Claude CodeCodex

Maintenance guide for the root SKILL.md router in the hr-skills monorepo. Use this skill when adding a new HR skill package, removing a deprecated skill, renaming a skill directory, moving a skill between routing sections, or auditing the router for consistency with the actual skills/ directory.

53 4d ago A 66 tokens original MIT

tuanductran/hr-skills

Skill Claude CodeCodex

Repository-level skill describing metadata, directory structure, workflows, and conventions for the hr-skills monorepo. Use this skill when validating, creating, editing, or maintaining HR skill packages, including SKILL.md, content/, prompts/, and examples/.

53 4d ago A 56 tokens original MIT

humanizer

09

tuanductran/hr-skills

Skill Claude CodeCodex

Edit and rewrite SKILL.md prose to reduce signs of AI-generation and improve clarity, tone, and inclusivity. Useful for polishing skill descriptions and prompts.

53 4d ago A 34 tokens original MIT

jscpd

10

tuanductran/hr-skills

Skill Claude CodeCodex

Copy-paste detector for the hr-skills TypeScript packages (packages/hr-skills-build, packages/hr-skills-ref). Run jscpd to detect duplicated code and measure duplication percentages before refactoring.

53 4d ago A 45 tokens original MIT

markdown

11

tuanductran/hr-skills

Skill Claude CodeCodex

Repository guidance for writing, formatting, and validating Markdown documentation using markdownlint-cli, case-police, and markdown-link-check within the hr-skills monorepo.

53 4d ago A 35 tokens original MIT

pdf

12

tuanductran/hr-skills

Skill Claude CodeCodex

PDF and document utilities for generating, merging, validating, and exporting repository documentation from Markdown sources. Useful for creating printable guides, skill documentation, and release-ready artifacts.

53 4d ago A 35 tokens original MIT

skill-vetter

13

tuanductran/hr-skills

Skill Claude CodeCodex

Security-first vetter for SKILL.md files — checks permissions, suspicious patterns, and metadata before installing or publishing skills. Useful for validating third-party skills for this repo.

53 4d ago A 38 tokens original MIT

turbo

14

tuanductran/hr-skills

Skill Claude CodeCodex

Repository guidance for using Turborepo to orchestrate workspace tasks, builds, validation, testing, and development workflows within the hr-skills monorepo.

53 4d ago A 35 tokens original MIT

typescript

15

tuanductran/hr-skills

Skill Claude CodeCodex

Repository guidance for writing, reviewing, and maintaining TypeScript code within the hr-skills monorepo. Covers project conventions, compiler settings, module structure, and development workflows.

53 4d ago A 37 tokens original MIT

valibot

16

tuanductran/hr-skills

Skill Claude CodeCodex

Repository guidance for using Valibot as the schema validation library within the hr-skills monorepo. Use when writing or modifying schemas in packages/hr-skills-ref/src/schema.ts or packages/hr-skills-build/src/shared/schema.ts, when validating parsed YAML frontmatter, when handling safeParse results, or when…

53 4d ago A 72 tokens original MIT

hr-skills

17

tuanductran/hr-skills

Plugin Claude Code

A collection of AI skills for HR managers covering recruiting, performance management, compensation, compliance, and all major HR domains. Built by Tuan Duc Tran for the Zalo HR/TA Job Onsite/Hybrid/Remote community.

53 4d ago A tokens not measured original MIT

new-skill

18

tuanductran/hr-skills

Command Claude Code

Scaffold a new hr- skill directory with SKILL.md, content/, and examples/ templates.

53 4d ago A 19 tokens original MIT

release-check

19

tuanductran/hr-skills

Command Claude Code

Run pre-release build, test, typecheck, validation, and lint checks.

53 4d ago A 15 tokens original MIT

validate

21

tuanductran/hr-skills

Command Claude Code

Run repository validation and markdown linting for SKILL.md files.

53 4d ago A 12 tokens original MIT

SessionStart

22

tuanductran/hr-skills

Hook Claude Code

Runs when a session starts, executing session-start.sh. From tuanductran/hr-skills.

53 4d ago A tokens not measured copy · 50% MIT

PreToolUse

23

tuanductran/hr-skills

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing block-push-to-main.sh. From tuanductran/hr-skills.

53 4d ago A tokens not measured original MIT

PostToolUse

24

tuanductran/hr-skills

Hook Claude Code

Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing post-edit-markdown.sh, post-edit-typescript.sh, post-edit-evals.sh and post-edit-tests.sh (4 commands). From tuanductran/hr-skills.

53 4d ago A tokens not measured copy · 39% MIT