biome
01Skill Claude CodeCodex
Repository guidance for using Biome as the formatter, linter, and code quality tool within the hr-skills monorepo.
Skill Claude CodeCodex
Repository guidance for using Biome as the formatter, linter, and code quality tool within the hr-skills monorepo.
Skill Claude CodeCodex
Repository guidance for using Bun as the runtime, package manager, and workspace toolchain within the hr-skills monorepo.
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.
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.
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.
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.
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.
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/.
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.
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.
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.
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.
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.
Skill Claude CodeCodex
Repository guidance for using Turborepo to orchestrate workspace tasks, builds, validation, testing, and development workflows within the hr-skills monorepo.
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.
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…
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.
Command Claude Code
Scaffold a new hr- skill directory with SKILL.md, content/, and examples/ templates.
Command Claude Code
Run pre-release build, test, typecheck, validation, and lint checks.
Command Claude Code
Run sync, validate, and markdown lint after editing skills.
Command Claude Code
Run repository validation and markdown linting for SKILL.md files.
Hook Claude Code
Runs when a session starts, executing session-start.sh. From 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.
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.