skills/hreng-skills/SKILL.md
Use when the user wants to assess engineering team skills, build a skills matrix, identify gaps vs. roadmap, and design training or hiring plans.
npx skillsauth add clous-ai/agents hreng-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Map engineering team capabilities, identify gaps against current and future roadmap needs, and turn that into a concrete training and hiring plan.
Use this skill when:
Do not use this skill when:
hreng-ladder.hreng-perf-diagnose or hreng-burnout.templates/skills-matrix.json.templates/skills-matrix.md).templates/skills-gap-analysis.md, templates/training-plan.md).Use templates/skills-matrix.json as the canonical structure. A typical instance:
{
"team": "Platform Engineering",
"assessment_date": "2026-01-22",
"skills": [
{
"category": "Backend",
"skills": [
{
"name": "Python",
"team_coverage": {
"expert": ["Alice", "Bob"],
"proficient": ["Carol", "Dave"],
"learning": ["Eve"],
"none": []
},
"criticality": "high",
"roadmap_need": "high"
},
{
"name": "Go",
"team_coverage": {
"expert": [],
"proficient": ["Alice"],
"learning": ["Bob"],
"none": ["Carol", "Dave", "Eve"]
},
"criticality": "medium",
"roadmap_need": "high",
"gap": "Need 2 experts for Q2 microservices rewrite"
}
]
}
],
"training_plan": [
{
"skill": "Go",
"priority": "high",
"action": "2 engineers to complete Go training by Q2",
"budget": "$2,000",
"timeline": "12 weeks"
}
]
}
hreng-hire-intake).templates/skills-matrix.json – Structured team skills inventory.templates/skills-matrix.md – Human-readable matrix for managers.templates/skills-gap-analysis.md – Gap analysis and roadmap risk view.templates/training-plan.md – Structured training roadmap.references/overview.md, references/checklist.md, references/data-sources.md – Process and data sources.references/mitigation-playbook.md – Training, hiring, and vendor mitigation options.references/output-schema.md – Skills matrix and gap output structure.scripts/check-hreng-skills.sh – Pre-run checks for the skill.scripts/validate-hreng-skills.py – Validate skills matrix JSON and gap analysis structure.The output should make it obvious which 3–5 skill gaps matter most and exactly what the team plans to do about each one.
development
Use when an AI agent needs to inspect, create, update, delete, or troubleshoot Clous webhook subscriptions and events.
tools
Use when an external AI agent needs to operate Clous safely across MCP, SDK, CLI, and API surfaces while preserving user/company context and avoiding unsafe mutations.
tools
Use when reading, creating, updating, or deleting Clous objects such as employees, candidates, jobs, reviews, skills, and forms.
tools
Use when an AI agent can call Clous remote MCP tools to inspect or operate the Clous platform, HR, or employee surfaces.