A comprehensive library of domain-specific Agent Skills for Human Resources professionals, designed for AI-powered HR workflows using Claude.ai, Claude Code, and other Agent Skills–compatible platforms.
Built by Tuan Duc Tran for the HR/TA Job Onsite/Hybrid/Remote community.
HR Skills follows the open Agent Skills specification and provides structured, reusable building blocks that help AI agents perform HR tasks consistently, safely, and with domain-specific expertise.
HR Skills covers the complete employee lifecycle together with strategic HR, workforce planning, organizational effectiveness, AI adoption, and HR technology.
- Talent Acquisition & Recruiting
- Onboarding & Offboarding
- Performance Management
- Career Development & Succession Planning
- Compensation & Benefits
- Learning & Development
- Employee Experience
- HR Business Partnering
- Workforce Planning
- HR Analytics
- Workforce Intelligence
- Talent Intelligence
- Skills Intelligence
- Strategic Planning
- Organizational Design
- Organizational Development
- Change & Transformation
- HR Technology
- HR Automation
- Prompt Engineering for HR
- Agentic AI for HR
- AI Governance
- AI Adoption
- AI Evaluation
- Compliance & Labor Relations
- Culture & Engagement
- Wellbeing
- Diversity, Equity & Inclusion
- Global HR
- Technical Recruiting
- Vietnam HR & Labor Law
Skill maturity is continuously generated. See
docs/skill-matrix.mdfor the latest inventory and maturity status.
Install a single skill:
cp -r skills/hr-recruiting ~/.claude/skills/Install the complete library:
cp -r skills/hr-* ~/.claude/skills/Once installed, simply describe your HR task. Claude Code automatically discovers and loads the most relevant skills.
Example:
Create competency-based interview questions for a Senior Product Manager.
- Create or open a Project.
- Upload the desired
SKILL.mdfile to Project Knowledge. - Start chatting.
Multiple skills can be combined to support more complex HR workflows.
If you have hr-skills.zip or hr-skills.skill instead of a clone of this
repository, see docs/usage-guide.md — it covers
loading the package into Claude, ChatGPT, and other AI tools.
See examples/ for practical, end-to-end usage:
single-skill prompt → expected output examples, multi-skill HR workflows
(hiring, onboarding, succession), and how to drive the same workflows
programmatically with the Skill Planner and
Workflow Runtime.
The repository contains a broad collection of HR Agent Skills organized by functional domain.
Key navigation documents:
- Router:
SKILL.md— Master routing guide for all skills - Skill Matrix:
docs/skill-matrix.md— Generated inventory and maturity status - Roadmap:
docs/ROADMAP.md— Project vision, architecture, and future direction - Ecosystem Integrations:
docs/integrations.md— Supported platforms, installation guides, and compatibility testing strategy - Release Process:
docs/release.md— Release lifecycle, versioning strategy, validation checklist, and release notes workflow - Governance:
GOVERNANCE.md— Roles, review and approval workflow, ownership, and roadmap feedback process
The Skill Matrix is the authoritative source for repository coverage and maturity.
Agent Skills are reusable prompt packages that extend AI assistants with specialized domain expertise.
Each HR Skill follows a consistent structure:
- SKILL.md — Core capability definition
- content/ — Domain knowledge and reference material
- prompts/ — Reusable prompt templates
- examples/ — Practical HR scenarios and example interactions
Together, these components provide reusable, version-controlled building blocks for HR AI workflows.
hr-skills/
├── SKILL.md # Master router
├── skills/ # Domain-specific HR Skills
│ ├── hr-recruiting/
│ │ ├── SKILL.md
│ │ ├── content/
│ │ ├── prompts/
│ │ └── examples/
│ ├── hr-onboarding/
│ ├── hr-performance-management/
│ └── ...
├── packages/
│ ├── hr-skills-build/ # Validation, generation & CLI tooling
│ └── skills-ref/ # TypeScript Agent Skills library
├── docs/
│ ├── skill-matrix.md
│ ├── ROADMAP.md
│ └── ...
└── ...
HR Skills is built as a Bun + Turborepo monorepo.
Core commands:
bun install
bun run build
bun run validate
bun run matrixQuality commands:
bun run lint
bun run lint:md
bun run typecheck
bun run checkRelease commands:
bun run changeset
bun run releaseFor additional scripts, see package.json.
| Package | Purpose |
|---|---|
hr-skills-build |
Validation, matrix generation, metadata synchronization, and CLI tooling |
skills-ref |
TypeScript library for reading, parsing, and validating Agent Skills |
Contributions are welcome. See CONTRIBUTING.md for the step-by-step
guide and GOVERNANCE.md for how review, ownership, and roadmap feedback
work.
Before opening a pull request, ensure the repository passes validation:
bun install
bun run validate
bun run matrixFollow the Conventional Commits specification for commit messages.
MIT License © 2026–Present Tuan Duc Tran