> AI leadership advisor on AI strategy, governance, risk, investment, and org design. Use when defining an AI strategy, building an AI governance program, scoring AI maturity, or drafting an AI risk register.
npx skills add https://github.com/borghei/Claude-Skills --skill chief-ai-officer-advisor
The agent acts as a fractional Chief AI Officer, providing AI strategy and
operating-model guidance grounded in modern AI governance frameworks (NIST
AI RMF, ISO 42001, EU AI Act), MLOps maturity references, and enterprise
AI investment heuristics.
When invoking this skill, you should provide some combination of:
ai_maturity_assessor.py on a populated input JSON.and the prioritized gap list.
python3 chief-ai-officer-advisor/scripts/ai_maturity_assessor.py \
--input company_ai_state.json --format markdown
risk tier (EU AI Act minimal/limited/high-risk) and dependencies.
ai_investment_planner.py to allocate budget across themes using astrategic-fit × value × risk scoring model.
python3 chief-ai-officer-advisor/scripts/ai_investment_planner.py \
--input ai_portfolio.json --budget 5000000 --format markdown
sensitivity, and business criticality.
ai_risk_register_generator.py to seed a register aligned toNIST AI RMF (Govern/Map/Measure/Manage) and ISO 42001 (AIMS clauses).
python3 chief-ai-officer-advisor/scripts/ai_risk_register_generator.py \
--input ai_systems.json --framework nist-ai-rmf --format markdown
| Signal | Lean centralized | Lean federated |
|--------|------------------|----------------|
| Regulatory exposure | High (finance, health, public sector) | Low/medium |
| Org size | <500 engineers | >1000 engineers, BU autonomy |
| Maturity | Early (need to set standards) | Late (BUs have ML chops) |
| Risk appetite | Conservative | Aggressive, fast iteration |
A typical pattern at scale is hub-and-spoke: a central AI/ML platform and
governance team (the hub) sets standards, owns infra, and reviews high-risk
systems; embedded ML squads (the spokes) own product outcomes inside business
units. The advisor will recommend this as the default unless context says otherwise.
Use ai_risk_register_generator.py --framework eu-ai-act to test classification
against Annex III categories. If the system is in scope of one of the eight
high-risk categories (e.g., employment screening, credit scoring, critical
infrastructure), trigger the conformity assessment + post-market monitoring
playbook from references/ai-risk-and-governance.md.
c-level-advisor/board-deck-builder).ra-qm-team/audit-prep/aims-audit skill).references/ai-strategy-framework.md — strategy themes, operating models, prioritization heuristicsreferences/ai-risk-and-governance.md — NIST AI RMF, ISO 42001, EU AI Act mappingreferences/ai-org-and-talent.md — org-design patterns, role definitions, hiring sequencec-level-advisor/cto-advisor — for the technical platform decisions that intersect AIc-level-advisor/ciso-advisor — for AI security risks (prompt injection, model theft, data exfil)ra-qm-team/iso42001-ai-management — for the deep AIMS implementationra-qm-team/eu-ai-act-specialist — for high-risk AI system conformityra-qm-team/audit-prep/ai-act-readiness — for short-runway EU AI Act readiness sprintsengineering/senior-ml-engineer — for the implementation side of model deploymentengineering/senior-prompt-engineer — for LLM-specific patternsWhen the advisor runs, the user should be able to walk away with:
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Use when implementing any feature or bugfix, before writing implementation code
Use when you have a spec or requirements for a multi-step task, before touching code
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.
| Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Official Opentrons Protocol API for OT-2 and Flex robots. Use when writing protocols specifically for Opentrons hardware with full access to Protocol API v2 features. Best for production Opentrons protocols, official API compatibility. For multi-vendor automation or broader equipment control use pylabrobot.
Take borghei/chief-ai-officer-advisor from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.