New to Claude Skills? Learn how to install them →

anthropics on GitHub

Governance Profile Customization

OfficialFree

Easily adjust your AI governance profile settings.

Get this skill

Free · Opens the source repo

What Governance Profile Customization does

The Governance Profile Customization skill allows users to modify specific elements of their AI governance practice profile without the need to re-run the entire cold-start interview. This is particularly useful for legal professionals and organizations that require flexibility in managing their AI governance settings, such as risk posture, escalation contacts, and use-case registry entries. Instead of hand-editing configuration files, users can make targeted changes through a streamlined process that ensures their profile remains up-to-date and relevant.

When activated, the skill reads the existing configuration files to present a customizable map of the current profile settings. Users can see grouped sections such as company details, regulatory footprint, risk posture, governance team members, and more. This clear overview helps users identify what they want to change and understand the implications of those changes on their overall governance strategy.

The skill guides users through the modification process step-by-step, ensuring that any adjustments made are consistent and do not compromise the integrity of the governance framework. It also includes guardrails to prevent users from making conflicting changes or removing critical sections of their profile. This thoughtful approach ensures that users can maintain a robust governance posture while adapting to new requirements or insights.

Overall, this skill is ideal for legal teams and compliance officers who need to manage AI governance dynamically. It streamlines the process of updating configurations, making it easier to respond to evolving regulatory landscapes and organizational needs.

When to use it

Use this skill when you need to make specific changes to your AI governance profile without starting over from scratch.

When not to use it

This skill is not suitable for initial setup or when significant changes to the governance framework are required that cannot be handled through incremental adjustments.

What you can build with it

Adjust Risk Posture

Change your risk posture from aggressive to conservative, impacting how use cases are triaged.

Update Escalation Contacts

Add a new escalation contact to ensure proper routing for risk management.

Modify Use Case Registry

Introduce a new entry to the use case registry to reflect the latest compliance requirements.

How to install Governance Profile Customization

View source

1. Install with the skills CLI

npx skills add anthropics/claude-for-legal/customize --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by anthropics

/customize

When this runs

The user typed /ai-governance-legal:customize. They want to change something in their practice profile — a risk posture, an escalation contact, a playbook position, a jurisdiction, an output format — without re-running the whole cold-start interview and without hand-editing YAML.

What to do

  1. Read the config. Read ~/.claude/plugins/config/claude-for-legal/ai-governance-legal/CLAUDE.md (and ~/.claude/plugins/config/claude-for-legal/company-profile.md one level up). If the plugin config does not exist or still contains [PLACEHOLDER] values, say:

    You haven't run setup yet. Run /ai-governance-legal:cold-start-interview first — customize is for adjusting a profile you already have.

  2. Show the customizable map. List what's in the profile, grouped, with a one-line summary of the current value:

    • Company / who you are — name, industry, jurisdictions, stage, practice setting (shared across all 12 plugins — changes flow through company-profile.md)
    • Regulatory footprint — EU AI Act, state AI laws, sector regulators in scope
    • Risk posture — conservative / middle / aggressive, what each means for triage and AIA output
    • People — governance team, AI risk owner, escalation chain, approvers
    • Use case registry — approved / conditional / never entries, and conditions attached to each
    • AI system inventory — per-system role (provider / deployer / etc.) and tier under the EU AI Act. Run /ai-governance-legal:ai-inventory for the dedicated editor.
    • Vendor AI governance — training-on-data, liability, model-change notice, and other positions in your vendor AI playbook
    • AI policy commitments — the public or internal commitments your AI policy has made, that the plugin cross-checks against
    • Impact assessment house style — AIA section order, risk scoring format, stakeholder framing
    • Workflow — intake path, output format, matter workspace paths, review cadence for the policy monitor
    • Integrations — what's connected (Slack, document storage, scheduled-tasks), what falls back
  3. Ask what they want to change.

    What would you like to adjust? Pick a section, or describe the change in your own words.

  4. Make the change. Show the current value, ask for the new value, explain what changes downstream, confirm, write it to the config.

    Examples of downstream explanation:

    • Risk posture middle → conservative: "I'll flag more use cases as conditional rather than approved, surface more AIA follow-ups, and recommend more conservative vendor AI redlines."
    • Adding an escalation contact: "Every skill that routes escalations (/use-case-triage, /vendor-ai-review, /reg-gap-analysis) will now include this contact on the relevant risk bands."
    • New use case registry entry: "/use-case-triage will match against this entry on its next run. Existing AIAs aren't rewritten — re-run them if you want the new posture reflected."
  5. For shared-profile changes (company name, industry, jurisdictions, practice setting, stage): write to ~/.claude/plugins/config/claude-for-legal/company-profile.md and note:

    This change affects all 12 plugins — any plugin that reads your jurisdiction footprint now sees [new value].

  6. Close.

    Done. Your next output will reflect the change. Anything else? You can run /ai-governance-legal:customize anytime.

Guardrails

  • Never delete a section. If the user wants to "remove" something, set it to [Not configured] and explain what that means for the plugin's behavior. ("Removing your escalation chain means /use-case-triage will flag escalation-worthy items but won't route them to a specific person.")
  • Flag internal inconsistency. If the change would make the profile inconsistent (e.g., risk posture aggressive + escalation "everything goes to the GC"; or "EU AI Act in scope" + "no systems flagged for the EU"), flag the tension and ask which one they want.
  • Flag guardrail degradation. If the user asks to turn off a guardrail ("stop adding the [review] flag," "drop the citations warning," "skip the privilege header"), explain what the guardrail protects against and confirm they understand the trade-off. Most guardrails are adjustable — a few are structural:
    • The [review] flag mechanism (tells the user when legal judgment is needed rather than a confident wrong answer) — load-bearing, don't remove.
    • Source attribution tags on retrieved content — load-bearing, don't remove.
    • [verify] tags on cited statutes/regulations — load-bearing, don't remove.
  • One change at a time. Don't re-ask the whole interview. If the user wants multiple changes, handle them sequentially and confirm each before moving on.

Frequently asked questions about Governance Profile Customization

Similar skills