mcpbeat Sign in

Customize Skill for Claude

> Guided customization of your legal clinic profile — change one thing without re-running the whole cold-start interview. Adjust clinic profile, jurisdiction, supervision style, practice-area templates, semester configuration, or output safeguards. Use when the user says "change my [thing]", "new semester", "add a practice area", "update 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-clinic:customize. They (usually the professor, sometimes

a student) want to change something in the clinic profile — a jurisdiction, a

supervision style, a practice-area template, a semester rollover — 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-clinic/CLAUDE.md.

If the plugin config does not exist or still contains [PLACEHOLDER]

values, say:

> You haven't run setup yet. Run /legal-clinic: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:

  • Clinic profile — clinic name, host school, faculty lead, active

practice areas, case type limits

  • Jurisdiction — primary state, courts, agencies, local rules path
  • Supervision style — informal vs. formal review queue; if formal,

who reviews what before it goes out

  • Practice-area templates — which templates are active (immigration,

housing, small business, family, expungement, etc.) and any local

overrides

  • Semester — current semester, active students, rollover rules,

handoff memo format

  • Output safeguards — plain-language standards for client-facing

outputs, deadline warning rules, privilege labeling

  • Seed documents — clinic handbook, jurisdiction rules, template

letters, sample memos, form libraries

  • Outputs — supervisor guide format, client letter templates, memo

scaffolds

  • Workflow — case directories, deadline tracker location, review

queue channel

  • Integrations — document storage / Slack / court e-filing 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 practice area:* "/client-intake will route matters of this

type through the new template. /draft, /memo, and /client-letter

will use the practice-area prompts. /research-start will add the

corresponding Westlaw search terms."

  • *Supervision style informal → formal review queue:* "/supervisor-review-queue becomes

active — student output will land there for supervisor sign-off before

it goes to the client."

  • *New semester rollover:* "I'll archive the prior semester's active

cases, carry forward matters you flag as continuing, and prompt the

incoming students through /ramp."

  • Close.

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

> run /legal-clinic:customize anytime.

Guardrails

  • Never delete a section. If the user wants to "drop" a practice area,

offer to mark it [Archived] and explain that archiving keeps case

history accessible but hides the template from /client-intake routing.

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

inconsistent (e.g., formal review queue on + informal supervision note;

or practice area on + no jurisdiction rules configured), flag the

tension.

  • Flag guardrail degradation. These are load-bearing and should not be

removed: the "NOT final work product" framing on /draft, plain-language

standards on client-facing outputs, "does NOT decide case acceptance" on

/client-intake, "NOT substantive advice" on /client-letter, and the

scaffold-not-analysis framing on /memo. These exist because students

ship work product — if the safeguards go, the risk of student work

reaching a client without supervisor review goes up. Confirm the

trade-off with the user, and if they're a student rather than the

professor, suggest they discuss it with the supervisor first.

  • 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
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take anthropics/claude-for-legal-legal-clinic-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.