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…
Cross-functional organizational health check combining signals from all C-suite roles. Scores 8 dimensions on a traffic-light scale with drill-down recommendations. Use when assessing overall company health, preparing for board reviews, identifying at-risk functions, or when
$ npx -y skills add alirezarezvani/claude-skills --skill org-health-diagnostic --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/org-health-diagnosticContext preview
The summary Claude sees to decide when to auto-load this skill.
Cross-functional organizational health check combining signals from all C-suite roles. Scores 8 dimensions on a traffic-light scale with drill-down recommendations. Use when assessing overall company health, preparing for board reviews, identifying at-risk functions, or when
name: "org-health-diagnostic" description: "Cross-functional organizational health check combining signals from all C-suite roles. Scores 8 dimensions on a traffic-light scale with drill-down recommendations. Use when assessing overall company health, preparing for board reviews, identifying at-risk functions, or when user mentions org health, health check, or health dashboard." license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: organizational-health updated: 2026-03-05 python-tools: health_scorer.py frameworks: health-benchmarks
Eight dimensions. Traffic lights. Real benchmarks. Surfaces the problems you don't know you have.
org health, organizational health, health diagnostic, health dashboard, health check, company health, functional health, team health, startup health, health scorecard, health assessment, risk dashboard
python scripts/health_scorer.py # Guided CLI — enter metrics, get scored dashboard python scripts/health_scorer.py --json # Output raw JSON for integration
Or describe your metrics in natural language:
> "Run an org health check" — paste your key metrics or answer prompts > "Score our [financial|revenue|product|engineering|people|ops|security|market] health" — single-dimension deep dive
**What it measures:** Can we fund operations and invest in growth?
Key metrics:
**What it measures:** Are customers staying, growing, and recommending us?
Key metrics:
**What it measures:** Do customers love and use the product?
Key metrics:
**What it measures:** Can we ship reliably and sustain velocity?
Key metrics:
**What it measures:** Is the team stable, engaged, and growing?
Key metrics:
**What it measures:** Are we executing our strategy with discipline?
Key metrics:
**What it measures:** Are we protecting customers and maintaining compliance?
Key metrics:
**What it measures:** Are we winning in the market and growing efficiently?
Key metrics:
---
Each dimension is scored 1-10 with traffic light:
**Overall Health Score:** Weighted average by company stage (see `references/health-benchmarks.md` for weights).
---
| If this dimension is red... | Watch these dimensions next | |-----------------------------|----------------------------| | Finan
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…