mcpbeat Sign in

Customize Skill for Claude

> Guided customization of your Legal Builder Hub profile — change one thing without re-running the whole cold-start interview. Adjust practice profile, installed starter pack, watched registries, update preferences, or QA strictness. Use when the user says "change my [thing]", "add a registry", "update my profile", "edit my config", or "customize".

1k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
8996
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/anthropics/claude-for-legal --skill customize

The instruction itself

4 sections, as written by the author

/customize

When this runs

The user typed /legal-builder-hub:customize. They want to change something

in their Builder Hub profile — a watched registry, update notification

preferences, a practice area for recommendations — without re-running the

whole cold-start interview and without hand-editing YAML.

What to do

  • Read the config. Read

~/.claude/plugins/config/claude-for-legal/legal-builder-hub/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 /legal-builder-hub:cold-start-interview

> first — customize is for adjusting a profile you already have.

  • 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)*

  • Your practice profile — practice areas in scope, used to recommend

community skills

  • Installed starter pack — which plugins and skills are installed via

the hub, with install source

  • Watched registries — GitHub repositories / URLs the hub pulls

community skills from

  • Update preferences — check cadence (daily / weekly / on demand),

notification channel (Slack / in-session), auto-update vs. prompt

  • QA strictness — how aggressively /skills-qa flags issues on a candidate

skill before install (lenient / middle / strict), and which

failure-mode checks are on

  • Skill install defaults — install scope (user / project), whether

to run /skills-qa automatically before install

  • Integrations — Slack / document storage status, fallbacks
  • Ask what they want to change.

> What would you like to adjust? Pick a section, or describe the change in

> your own words.

  • Make the change. Show the current value, ask for the new value, explain

what changes downstream, confirm, write it to the config.

Examples:

  • *Adding a new watched registry:* "/registry-browser will search this registry

alongside the existing ones. /auto-updater will check it on its next run."

  • *QA strictness strict → middle:* "/skills-qa will report the same findings

but not block install on the medium band unless you confirm."

  • *Auto-update on → off:* "The hub will prompt you before applying

updates instead of applying them automatically."

  • 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].

  • Close.

> Done. Your next output will reflect the change. Anything else? You can

> run /legal-builder-hub:customize anytime.

Guardrails

  • Never delete a section. If the user wants to "remove" a watched

registry, offer to mark it [Paused] and explain that pausing keeps the

install history but stops update checks.

  • Flag internal inconsistency. If the change would make the profile

inconsistent (e.g., auto-update on + QA strictness off; or practice

profile that doesn't match any installed plugin), flag the tension.

  • Flag guardrail degradation. The Legal Skill Design Framework checks

(nine design parameters, three legal failure modes, trust-surface check)

are what /skills-qa exists to run — turning them off defeats the point. If the

user wants to lower strictness, recommend the middle band rather than

disabling the check.

  • One change at a time. Don't re-ask the whole interview.

Other skills for the same job

different authors, same section of the catalogue
Finishing A Development Branch
by ZhanlinCui
×7

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

1k tokens
Test Driven Development
by w95
×7

Use when implementing any feature or bugfix, before writing implementation code

2k tokens
Systematic Debugging
by ratacat
×7

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

10k tokens scripts
Verification Before Completion
by ZhanlinCui
×6

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

1k tokens
Backtest Expert
by BaggaT236
×3

Expert guidance for systematic backtesting of trading strategies. Use when developing, testing, stress-testing, or validating quantitative trading strategies. Covers "beating ideas to death" methodology, parameter robustness testing, slippage modeling, bias prevention, and interpreting backtest results. Applicable when user asks about backtesting, strategy validation, robustness testing, avoiding overfitting, or systematic trading development.

15k tokens scripts
Adaptyv
by christophacham
×3

Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use for submitting experiments via API, tracking experiment status, downloading results, optimizing protein sequences for better expression using computational tools (NetSolP, SoluProt, SolubleMPNN, ESM), or managing protein design workflows with wet-lab validation.

16k tokens
Aeon
by christophacham
×3

This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.

19k tokens
Hypogenic
by christophacham
×3

Automated LLM-driven hypothesis generation and testing on tabular datasets. Use when you want to systematically explore hypotheses about patterns in empirical data (e.g., deception detection, content analysis). Combines literature insights with data-driven hypothesis testing. For manual hypothesis formulation use hypothesis-generation; for creative ideation use scientific-brainstorming.

7k tokens

How to use it

Copy the folder

Take anthropics/claude-for-legal-legal-builder-hub-customize from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.