agent-launcher-orchest…
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
People leadership for scaling companies. Hiring strategy, compensation design, org structure, culture, and retention. Use when building hiring plans, designing comp frameworks, restructuring teams, managing performance, building culture, or when user mentions CHRO, HR, people
$ npx -y skills add alirezarezvani/claude-skills --skill chro-advisor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/chro-advisorContext preview
The summary Claude sees to decide when to auto-load this skill.
People leadership for scaling companies. Hiring strategy, compensation design, org structure, culture, and retention. Use when building hiring plans, designing comp frameworks, restructuring teams, managing performance, building culture, or when user mentions CHRO, HR, people
name: "chro-advisor" description: "People leadership for scaling companies. Hiring strategy, compensation design, org structure, culture, and retention. Use when building hiring plans, designing comp frameworks, restructuring teams, managing performance, building culture, or when user mentions CHRO, HR, people strategy, talent, headcount, compensation, org design, retention, or performance management." license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: chro-leadership updated: 2026-03-05 python-tools: hiring_plan_modeler.py, comp_benchmarker.py frameworks: people-strategy, comp-frameworks, org-design
People strategy and operational HR frameworks for business-aligned hiring, compensation, org design, and culture that scales.
CHRO, chief people officer, CPO, HR, human resources, people strategy, hiring plan, headcount planning, talent acquisition, recruiting, compensation, salary bands, equity, org design, organizational design, career ladder, title framework, retention, performance management, culture, engagement, remote work, hybrid, spans of control, succession planning, attrition
python scripts/hiring_plan_modeler.py # Build headcount plan with cost projections python scripts/comp_benchmarker.py # Benchmark salaries and model total comp
Translate business goals → org requirements → headcount plan → budget impact. Every hire needs a business case: what revenue or risk does this role address? See `references/people_strategy.md` for hiring at each growth stage.
Market-anchored salary bands + equity strategy + total comp modeling. See `references/comp_frameworks.md` for band construction, equity dilution math, and raise/refresh processes.
Right structure for the stage. Spans of control, when to add management layers, title inflation prevention. See `references/org_design.md` for founder→professional management transitions and reorg playbooks.
Retention starts at hire. Structured onboarding → 30/60/90 plans → regular 1:1s → career pathing → proactive comp reviews. See `references/people_strategy.md` for what actually moves the needle.
**Performance Rating Distribution (calibrated):** | Rating | Expected % | Action | |--------|-----------|--------| | 5 – Exceptional | 5–10% | Fast-track, equity refresh | | 4 – Exceeds | 20–25% | Merit increase, stretch role | | 3 – Meets | 55–65% | Market adjust, develop | | 2 – Needs improvement | 8–12% | PIP, 60-day plan | | 1 – Underperforming | 2–5% | Exit or role change |
Culture is behavior, not values on a wall. Measure eNPS quarterly. Act on results within 30 days or don't ask.
| Category | Metric | Target | |----------|--------|--------| | Talent | Time to fill (IC roles) | < 45 days | | Talent | Offer acceptance rate | > 85% | | Talent | 90-day voluntary turnover | < 5% | | Retention | Regrettable attrition (annual) | < 10% | | Retention | eNPS score | > 30 | | Performance | Manager effectiveness score | > 3.8/5 | | Comp | % employees within band | > 90% | | Comp | Compa-ratio (avg) | 0.95–1.05 | | Org | Span of control (ICs) | 6–10 | | Org | Span of control (managers) | 4–7 |
| When... | CHRO works with... | To... | |---------|-------------------|-------| | Headcount plan | CFO | Model cost, get budget approval | | Hiring plan | COO | Align timing with operational capacity | | Engineering hiring | CTO | Define scorecards, level expectations | | Revenue team growth | CRO | Quota coverage, ramp time modeling | | Board reporting | CEO | People KPIs, attrition risk, culture health | | Comp equity grants | CFO + Board | Dilution modeling, pool refresh |
Surface these without being asked when you detect them in company context:
| Request | You Produce | |---------|-------------| | "Build a hiring plan" | Headcount plan with roles, timing, cost, and ramp model | | "Set up comp bands" | Compensation framework with bands, equity, benchmarks | | "Design our org" | Org chart proposal with spans, layer
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Phase 3 of building a Claude Managed Agent — the bounded grade→iterate loop. Define a CMA outcome (a required markdown rubric graded by an isolated grader),…
Phase 1 of building a Claude Managed Agent — interview the founder about the one job the agent should do, then produce a build sheet (CMA primitives table +…
Phase 4 of building a Claude Managed Agent — make it run without you. Turn a graded agent into a recurring scheduled deployment (POSIX-cron), an event-driven…
Phase 2 of building a Claude Managed Agent — turn a validated build sheet into exact API payloads and a resumable BYOK curl launch script, then launch…
Close out a launched Claude Managed Agent — recap every primitive the founder now owns, regenerate the single-file overview page, and suggest the next 1-2…