feat: lawyer skill package v0.1.0

This commit is contained in:
skillfactor-pipeline
2026-08-14 17:34:12 +02:00
commit 2b2387a2a7
10 changed files with 2160 additions and 0 deletions

32
PROVENANCE.md Normal file
View File

@@ -0,0 +1,32 @@
# Data provenance — lawyer
Where the content of this skill package comes from, counted by
content items (tasks, competences, tools, evidence entries, curated
knowledge). Rendered live by Gitea:
```mermaid
%%{init: {'theme':'base','themeVariables':{'pie1':'#f9a825','pie2':'#1e88e5','pie3':'#ff355e','pie4':'#d97757','pie5':'#8e24aa','pie6':'#00acc1','pieOuterStrokeWidth':'0px','pieSectionTextColor':'#fff'}}}%%
pie showData
title Content sources — lawyer
"ESCO (occupation & competences)" : 100
"O*NET (tasks & tools)" : 166
"Job boards (market evidence)" : 82
"Anthropic official Claude skills" : 5
"External AI skill packs (mapped)" : 159
"Stack Exchange practitioner Q&A (CC-BY-SA)" : 150
```
| Source | Items | Share | Files |
|---|---|---|---|
| ESCO (occupation & competences) | 100 | 15.1 % | references/profile.md, references/skills.md |
| O*NET (tasks & tools) | 166 | 25.1 % | references/tasks.md, references/tools.md |
| Job boards (market evidence) | 82 | 12.4 % | references/market.md (full report) + "Market evidence" headline sections |
| Wikipedia & AI expert curation | 0 | 0.0 % | glossary, literature, usecases, intake, quality, evals/ |
| Anthropic official Claude skills | 5 | 0.8 % | references/ai-skills.md, section "anthropics/skills" (official Claude Code skills) |
| External AI skill packs (mapped) | 159 | 24.0 % | references/ai-skills.md (per-source attribution inside) |
| Stack Exchange practitioner Q&A (CC-BY-SA) | 150 | 22.7 % | references/practitioner-qa.md (per-entry attribution inside) |
Licensing: O*NET (USDOL/ETA, CC BY 4.0) · ESCO (© European Union) ·
job-ad evidence via official APIs (JSearch/Adzuna) · Wikipedia content
paraphrased with source URLs — never copied · external AI skills are
linked, not copied (Apache-2.0/MIT/source-available, see ai-skills.md).

62
SKILL.md Normal file
View File

@@ -0,0 +1,62 @@
---
name: lawyer
description: "Occupational skill for the role 'lawyer' (also: social law lawyer, barrister, medical lawyer, industrial property lawyer, procurement law lawyer, administrative law lawyer). Use when the user asks for typical lawyer work such as: Prepare, draft, and review legal documents, such as wills, deeds, patent applications, mortgages, leases, and contracts.; Negotiate contractual agreements.; Advise clients concerning business transactions, claim liability, advisability of prosecuting or defending lawsuits, or legal rights and obligations."
---
# Lawyer
Lawyers provide legal advice to clients and act on their behalf in legal proceedings while ensuring compliance with the law; they research, interpret, and analyze cases to represent their clients in settings such as courts and administrative boards. They create arguments for lawsuits in various contexts with the goal of obtaining a legal remedy.
## Core workflow
1. Prepare, draft, and review legal documents, such as wills, deeds, patent applications, mortgages, leases, and contracts.
2. Negotiate contractual agreements.
3. Advise clients concerning business transactions, claim liability, advisability of prosecuting or defending lawsuits, or legal rights and obligations.
4. Interpret laws, rulings and regulations for individuals and businesses.
5. Analyze the probable outcomes of cases, using knowledge of legal precedents.
6. Evaluate findings and develop strategies and arguments in preparation for presentation of cases.
7. Gather evidence to formulate defense or to initiate legal actions by such means as interviewing clients and witnesses to ascertain the facts of a case.
8. Represent clients in court or before government agencies.
## How to use this skill
- Read [references/profile.md](references/profile.md) for the occupation profile and scope.
- Consult [references/tasks.md](references/tasks.md) for the full task and activity inventory.
- Check [references/skills.md](references/skills.md) for essential vs. optional competences.
- Check [references/tools.md](references/tools.md) for the software commonly used in this role.
- See [references/ai-skills.md](references/ai-skills.md) — matched external AI agent skills (tiered, per-source attribution).
- See [references/practitioner-qa.md](references/practitioner-qa.md) — curated Stack Exchange practitioner Q&A (per-entry attribution, CC-BY-SA 4.0).
- See [references/market.md](references/market.md) — FULL market-evidence report from real job ads (rankings, seniority, titles).
## Key competences (essential)
- analyse legal evidence
- compile legal documents
- court procedures
- interpret law
- legal case management
- negotiate in legal cases
- negotiate lawyer's fee
- observe confidentiality
- present arguments persuasively
- present legal arguments
- private law
- protect client interests
- represent clients in courts
- respond to enquiries
<!-- hot-tech -->
## Hot technologies
Top tools from 67 gated job ads (see references/market.md, as of 2026-07-10):
- Microsoft Excel — 6 %
- Microsoft Office — 6 %
<!-- hot-tech -->
---
*Sources: ESCO v1.2.1 (http://data.europa.eu/esco/occupation/974d4eab-fbee-4c52-b16e-73bdd8c25b53), O*NET 30.3 (23-1011.00). See manifest.json for licensing/attribution.*
*O*NET nearest match: 23-1011.00 Lawyers (proxy — no exact O*NET occupation exists).*

238
manifest.json Normal file
View File

@@ -0,0 +1,238 @@
{
"name": "lawyer",
"title": "lawyer",
"version": "0.1.0",
"layer": "core",
"language": "en",
"generated": "2026-07-10",
"ids": {
"esco_uri": "http://data.europa.eu/esco/occupation/974d4eab-fbee-4c52-b16e-73bdd8c25b53",
"esco_code": "2611.1",
"isco_group": "2611",
"onet_soc": "23-1011.00",
"crosswalk_match": "exactMatch"
},
"sources": [
{
"name": "ESCO",
"version": "1.2.1",
"url": "https://esco.ec.europa.eu/"
},
{
"name": "O*NET",
"version": "30.3",
"url": "https://www.onetcenter.org/",
"license": "CC BY 4.0"
}
],
"attribution": "This package includes information from the O*NET Database (v30.3) by the U.S. Department of Labor, Employment and Training Administration (USDOL/ETA), CC BY 4.0. skillfactor is not endorsed by USDOL/ETA. ESCO data (v1.2.1) (c) European Union, used per the ESCO download conditions: https://esco.ec.europa.eu/en/use-esco/download",
"counts": {
"tasks": 22,
"dwas": 17,
"skills_essential": 14,
"skills_optional": 85,
"software": 126
},
"collar": "white",
"computer_work": true,
"enrichment_ai_skills": {
"generated": "2026-07-14",
"method": "deterministic mapping (ISCO prefix + title/competence keywords)",
"sources": {
"anthropics/skills": {
"repo": "https://github.com/anthropics/skills",
"commit": "f6656c1",
"license": "Apache-2.0; the document skills (docx/pdf/pptx/xlsx) are source-available \u2014 see the LICENSE.txt in the upstream skill folder",
"skills": 2
},
"wshobson/agents": {
"repo": "https://github.com/wshobson/agents",
"commit": "6fd3247",
"license": "MIT (c) Seth Hobson",
"skills": 2
},
"brycewang-stanford/Auto-Empirical-Research-Skills": {
"repo": "https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills",
"commit": "85bf545",
"license": "CC-BY-4.0",
"skills": 6
},
"jeremylongshore/claude-code-plugins-plus-skills": {
"repo": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
"commit": "e112938a",
"license": "MIT",
"skills": 12
},
"zebbern/claude-code-guide": {
"repo": "https://github.com/zebbern/claude-code-guide",
"commit": "d2c5280",
"license": "MIT",
"skills": 1
},
"mukul975/Anthropic-Cybersecurity-Skills": {
"repo": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills",
"commit": "673da1f",
"license": "Apache-2.0",
"skills": 7
},
"mohitagw15856/pm-claude-skills": {
"repo": "https://github.com/mohitagw15856/pm-claude-skills",
"commit": "876fa30",
"license": "MIT",
"skills": 5
},
"a5c-ai/babysitter": {
"repo": "https://github.com/a5c-ai/babysitter",
"commit": "44a5d58b",
"license": "MIT",
"skills": 12
},
"alirezarezvani/claude-skills": {
"repo": "https://github.com/alirezarezvani/claude-skills",
"commit": "0241f43",
"license": "MIT",
"skills": 5
},
"bitwize-music-studio/claude-ai-music-skills": {
"repo": "https://github.com/bitwize-music-studio/claude-ai-music-skills",
"commit": "96446de",
"license": "custom (see upstream LICENSE)",
"skills": 1
},
"vibeeval/vibecosystem": {
"repo": "https://github.com/vibeeval/vibecosystem",
"commit": "cea9462",
"license": "MIT",
"skills": 4
},
"ahacker-1/cre-agent-skills": {
"repo": "https://github.com/ahacker-1/cre-agent-skills",
"commit": "618734e",
"license": "Apache-2.0",
"skills": 1
},
"Sushegaad/Claude-Skills-Governance-Risk-and-Compliance": {
"repo": "https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance",
"commit": "71d8920",
"license": "MIT",
"skills": 3
},
"nWave-ai/nWave": {
"repo": "https://github.com/nWave-ai/nWave",
"commit": "1d0f13c",
"license": "MIT",
"skills": 1
},
"ruvnet/claude-code-flow": {
"repo": "https://github.com/ruvnet/claude-code-flow",
"commit": "73914bd",
"license": "MIT",
"skills": 1
},
"ruvnet/ruflo": {
"repo": "https://github.com/ruvnet/ruflo",
"commit": "73914bd",
"license": "MIT",
"skills": 1
},
"affaan-m/everything-claude-code": {
"repo": "https://github.com/affaan-m/everything-claude-code",
"commit": "ed38744",
"license": "MIT",
"skills": 1
},
"davila7/claude-code-templates": {
"repo": "https://github.com/davila7/claude-code-templates",
"commit": "fa79251",
"license": "MIT",
"skills": 5
},
"open-gitagent/opengap": {
"repo": "https://github.com/open-gitagent/opengap",
"commit": "d7a8e2e",
"license": "MIT",
"skills": 1
},
"nexu-io/open-design": {
"repo": "https://github.com/nexu-io/open-design",
"commit": "4b66023",
"license": "Apache-2.0",
"skills": 1
},
"K-Dense-AI/claude-scientific-skills": {
"repo": "https://github.com/K-Dense-AI/claude-scientific-skills",
"commit": "4d97e29",
"license": "MIT",
"skills": 1
},
"foryourhealth111-pixel/Vibe-Skills": {
"repo": "https://github.com/foryourhealth111-pixel/Vibe-Skills",
"commit": "34429a8",
"license": "Apache-2.0",
"skills": 1
},
"K-Dense-AI/scientific-agent-skills": {
"repo": "https://github.com/K-Dense-AI/scientific-agent-skills",
"commit": "4d97e29",
"license": "MIT",
"skills": 1
},
"kazukinagata/shinkoku": {
"repo": "https://github.com/kazukinagata/shinkoku",
"commit": "e610b30",
"license": "MIT",
"skills": 1
},
"rampstackco/claude-skills": {
"repo": "https://github.com/rampstackco/claude-skills",
"commit": "bc6d961",
"license": "MIT",
"skills": 1
},
"sgcarstrends/backend": {
"repo": "https://github.com/sgcarstrends/backend",
"commit": "7231cbc",
"license": "MIT",
"skills": 1
},
"wondelai/skills": {
"repo": "https://github.com/wondelai/skills",
"commit": "326b380",
"license": "MIT",
"skills": 1
},
"Orchestra-Research/AI-research-SKILLs": {
"repo": "https://github.com/Orchestra-Research/AI-research-SKILLs",
"commit": "773a529",
"license": "MIT",
"skills": 1
}
},
"total_skills": 80,
"tiers": {
"core": 78,
"adjacent": 2
}
},
"provenance": {
"items": {
"esco": 100,
"onet": 166,
"jobads": 82,
"wiki_ai": 0,
"anthropic": 5,
"ai_skills": 159,
"stackx": 150
},
"share_percent": {
"esco": 15.1,
"onet": 25.1,
"jobads": 12.4,
"wiki_ai": 0.0,
"anthropic": 0.8,
"ai_skills": 24.0,
"stackx": 22.7
},
"method": "content items per source category"
}
}

322
references/ai-skills.md Normal file
View File

@@ -0,0 +1,322 @@
# External AI agent skills — lawyer
Proven, publicly available AI agent skills mapped to this occupation.
Nothing is copied from the sources: every entry is a name, a one-line
summary and a link to the upstream skill package. Each section names
its source repository, commit, license and retrieval date.
**Tiers:** `core` = the skill directly exercises a top market hard
skill, tool or method (from gated job-ad evidence) or an essential
ESCO competence of this occupation; `adjacent` =
plausibly useful, secondary. Entries are capped at 12 per source
and 80 in total per occupation (core first,
strongest matches survive); everything beyond the caps is excluded
and logged in the pipeline audit trail, not in this package.
_Matched deterministically (ISCO group + title/competence keywords,
tiered against market evidence + ESCO essentials) by
`pipeline/p5_enrich_ai_skills.py` on 2026-07-14._
## Source: anthropics/skills
- Repository: [https://github.com/anthropics/skills](https://github.com/anthropics/skills) (commit `f6656c1`, retrieved 2026-07-14)
- License: Apache-2.0; the document skills (docx/pdf/pptx/xlsx) are source-available — see the LICENSE.txt in the upstream skill folder
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `docx` | adjacent | Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to … | [source](https://github.com/anthropics/skills/tree/main/skills/docx) |
| `pdf` | adjacent | Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating … | [source](https://github.com/anthropics/skills/tree/main/skills/pdf) |
## Source: wshobson/agents
- Repository: [https://github.com/wshobson/agents](https://github.com/wshobson/agents) (commit `6fd3247`, retrieved 2026-07-14)
- License: MIT (c) Seth Hobson
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `employment-contract-templates` | core | Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation. | [source](https://github.com/wshobson/agents/tree/main/plugins/hr-legal-compliance/skills/employment-contract-templates) |
| `gdpr-data-handling` | core | Implement GDPR-compliant data handling with consent management, data subject rights, and privacy by design. Use when building systems that process EU personal data, implementing privacy controls, or conducting GDPR compliance reviews. | [source](https://github.com/wshobson/agents/tree/main/plugins/hr-legal-compliance/skills/gdpr-data-handling) |
## Source: a5c-ai/babysitter
- Repository: [https://github.com/a5c-ai/babysitter](https://github.com/a5c-ai/babysitter) (commit `44a5d58b`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `interview-questions` | core | Generate competency-based and behavioral interview questions with legal compliance validation | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/human-resources/skills/interview-questions) |
| `license-compliance-checker` | core | Automated license compliance verification for dependencies to ensure legal compliance during migration | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/code-migration-modernization/skills/license-compliance-checker) |
| `policy-management` | core | Manage corporate policy lifecycle from drafting through compliance | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/legal/skills/policy-management) |
| `gdpr-compliance-automator` | core | GDPR compliance assessment and automation for data mapping, consent management, DSAR handling, and privacy impact assessments | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/security-compliance/skills/gdpr-compliance-automator) |
| `regulatory-compliance-assessment` | core | Evaluate organizational compliance with healthcare regulations including HIPAA, CMS Conditions of Participation, and accreditation standards through gap analysis and audit procedures | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/healthcare/skills/regulatory-compliance-assessment) |
| `accreditation-tracer-simulation` | core | Simulate Joint Commission tracer methodology to assess compliance with accreditation standards across patient care processes and support systems | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/healthcare/skills/accreditation-tracer-simulation) |
| `collection-documentation` | core | Create and maintain comprehensive collection records including cataloging, photography, condition documentation, and database management following AAM/ICOM standards | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/arts-culture/skills/collection-documentation) |
| `translation-management` | core | Integration with translation management systems and i18n workflows. Connect with Crowdin, Transifex, Weblate, manage translation memory, synchronize glossaries, and automate localization pipelines. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/technical-documentation/skills/translation-management) |
| `contract-analyzer` | core | Contract analysis and negotiation support skill with clause extraction and risk identification | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/supply-chain/skills/contract-analyzer) |
| `grant-proposal-writing` | core | Develop compelling funding proposals for foundations, government agencies, and corporations including narrative development, budget creation, and compliance documentation | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/arts-culture/skills/grant-proposal-writing) |
| `iso-nanotechnology-compliance-checker` | core | Regulatory compliance skill for ISO nanotechnology standards verification and documentation | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/science/nanotechnology/skills/iso-nanotechnology-compliance-checker) |
| `accessibility-compliance-auditing` | core | Evaluate learning materials and technology for WCAG, Section 508, and accessibility compliance with remediation recommendations | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/education/skills/accessibility-compliance-auditing) |
## Source: affaan-m/everything-claude-code
- Repository: [https://github.com/affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code) (commit `ed38744`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `agentic-os` | core | Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases. | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/agentic-os) |
## Source: ahacker-1/cre-agent-skills
- Repository: [https://github.com/ahacker-1/cre-agent-skills](https://github.com/ahacker-1/cre-agent-skills) (commit `618734e`, retrieved 2026-07-14)
- License: Apache-2.0
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `cre-legal` | core | CRE Legal review suite — 6 specialist skills for PSA review, title & survey analysis, estoppel tracking, loan document review, insurance coordination, and transfer document preparation for multifamily acquisitions. | [source](https://github.com/ahacker-1/cre-agent-skills/tree/618734e/claude-code-plugins/cre-legal) |
## Source: alirezarezvani/claude-skills
- Repository: [https://github.com/alirezarezvani/claude-skills](https://github.com/alirezarezvani/claude-skills) (commit `0241f43`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `iso42001-specialist` | core | ISO/IEC 42001:2023 AI Management System (AIMS) specialist for compliance teams running internal audits. Three decisions: (1) Where are the gaps against Clauses 4-10 and what do we close first? (2) What goes in the AI risk register and … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/ra-qm-team/compliance-team-iso42001/skills/iso42001-specialist) |
| `gc-review` | core | /cs:gc-review <plan> — General Counsel interrogation of contracts, IP, regulatory, term sheets, and employment-law surface. Use when reviewing a term sheet before signing, redlining a customer MSA, or checking IP assignment and regulatory … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/c-level-advisor/c-level-agents/skills/gc-review) |
| `ciso-advisor` | core | Security leadership for growth-stage companies. Risk quantification in dollars, compliance roadmap (SOC 2/ISO 27001/HIPAA/GDPR), security architecture strategy, incident response leadership, and board-level security reporting. Use when … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/c-level-advisor/skills/ciso-advisor) |
| `compliance-readiness` | core | /cs:compliance-readiness <program> — Multi-framework compliance officer 6-question forcing interrogation of any compliance program. Use before starting a new framework, planning the annual audit calendar, or preparing for certification … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/compliance-os/skills/compliance-readiness) |
| `patent` | core | Patent prior-art and landscape intelligence skill — not generic patent help. Commits to one of five sub-use-cases via forcing intake (novelty search / freedom-to-operate / competitive landscape / acquisition diligence / litigation … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/research/patent/skills/patent) |
## Source: bitwize-music-studio/claude-ai-music-skills
- Repository: [https://github.com/bitwize-music-studio/claude-ai-music-skills](https://github.com/bitwize-music-studio/claude-ai-music-skills) (commit `96446de`, retrieved 2026-07-14)
- License: custom (see upstream LICENSE)
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `researchers-legal` | core | Researches court documents, indictments, plea agreements, and sentencing records. Use when the album subject involves legal proceedings or criminal cases. | [source](https://github.com/bitwize-music-studio/claude-ai-music-skills/tree/96446de/skills/researchers-legal) |
## Source: brycewang-stanford/Auto-Empirical-Research-Skills
- Repository: [https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills) (commit `85bf545`, retrieved 2026-07-14)
- License: CC-BY-4.0
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `law-skills` | core | 9 legal research skills. Trigger: legal research, case law analysis, regulatory compliance. Design: legal databases, citation networks, and judicial analytics tools. | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/law) |
| `legal-research-guide` | core | Legal research methods, case law analysis, and compliance tools | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/law/legal-research-guide) |
| `courtlistener-api` | core | Legal case law database with PACER data and judge profiles | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/law/courtlistener-api) |
| `legal-nlp-guide` | core | NLP techniques for legal text analysis, case law mining, and contracts | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/law/legal-nlp-guide) |
| `legal-agent-skills-guide` | core | Agent skills collection for legal research and automation | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/law/legal-agent-skills-guide) |
| `opencontracts-guide` | core | Legal document annotation, versioning, and analysis platform | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/law/opencontracts-guide) |
## Source: davila7/claude-code-templates
- Repository: [https://github.com/davila7/claude-code-templates](https://github.com/davila7/claude-code-templates) (commit `fa79251`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `microservices-patterns` | core | Master microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for building distributed systems. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/microservices-patterns) |
| `security-compliance` | core | Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/security-compliance) |
| `Data Privacy Compliance` | core | Data privacy and regulatory compliance specialist for GDPR, CCPA, HIPAA, and international data protection laws. Use when implementing privacy controls, conducting data protection impact assessments, ensuring regulatory compliance, or … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/enterprise-communication/data-privacy-compliance) |
| `Accessibility Auditor` | core | Web accessibility specialist for WCAG compliance, ARIA implementation, and inclusive design. Use when auditing websites for accessibility issues, implementing WCAG 2.1 AA/AAA standards, testing with screen readers, or ensuring ADA … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/creative-design/accessibility-auditor) |
| `gdpr-dsgvo-expert` | core | Senior GDPR/DSGVO expert and internal/external auditor for data protection compliance. Provides EU GDPR and German DSGVO expertise, privacy impact assessments, data protection auditing, and compliance verification. Use for GDPR compliance … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/enterprise-communication/gdpr-dsgvo-expert) |
## Source: foryourhealth111-pixel/Vibe-Skills
- Repository: [https://github.com/foryourhealth111-pixel/Vibe-Skills](https://github.com/foryourhealth111-pixel/Vibe-Skills) (commit `34429a8`, retrieved 2026-07-14)
- License: Apache-2.0
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `peer-review` | core | Structured manuscript/grant review with checklist-based evaluation. Use when writing formal peer reviews with specific criteria methodology assessment, statistical validity, reporting standards compliance (CONSORT/STROBE), and constructive … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/peer-review) |
## Source: jeremylongshore/claude-code-plugins-plus-skills
- Repository: [https://github.com/jeremylongshore/claude-code-plugins-plus-skills](https://github.com/jeremylongshore/claude-code-plugins-plus-skills) (commit `e112938a`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `find-law-firm` | core | Use whenever the user wants to find, shortlist, vet, or enrich US B2B law firms — corporate, IP/patent, M&A and securities, employment, commercial litigation, regulatory/compliance, data privacy/cyber, real estate, and tax. Triggers on … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/mcp/servicegraph/skills/find-law-firm) |
| `recording-pentest-engagement` | core | Package an engagement's findings, scan outputs, evidence, and signed ROE into a timestamped archive with a SHA-256 manifest covering every file. Establishes chain of custody so legal counsel, internal audit, or an outside SOC can verify … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/security/penetration-tester/skills/recording-pentest-engagement) |
| `apollo-data-handling` | core | Apollo.io data management and compliance. Use when handling contact data, implementing GDPR compliance, or managing data exports and retention. Trigger with phrases like "apollo data", "apollo gdpr", "apollo compliance", "apollo data … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/apollo-pack/skills/apollo-data-handling) |
| `flexport-data-handling` | core | Implement data handling for Flexport supply chain data including PII redaction, shipment data retention, GDPR compliance, and secure document management. Trigger: "flexport data handling", "flexport PII", "flexport GDPR", "flexport data … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/flexport-pack/skills/flexport-data-handling) |
| `instantly-data-handling` | core | Implement Instantly.ai lead data management, GDPR/CAN-SPAM compliance, and list operations. Use when handling lead imports, managing block lists, implementing unsubscribe flows, or ensuring compliance with email regulations. Trigger with … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/instantly-pack/skills/instantly-data-handling) |
| `posthog-data-handling` | core | PostHog PII handling, GDPR compliance, consent management, data deletion, property sanitization, and privacy-safe analytics configuration. Trigger: "posthog data", "posthog PII", "posthog GDPR", "posthog data retention", "posthog privacy", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/posthog-pack/skills/posthog-data-handling) |
| `supabase-data-handling` | core | Implement GDPR/CCPA compliance with Supabase: RLS for data isolation, user deletion via auth.admin.deleteUser(), data export via SQL, PII column management, backup/restore workflows, and retention policies. Use when handling sensitive … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/supabase-pack/skills/supabase-data-handling) |
| `twinmind-data-handling` | core | Handle TwinMind meeting data with GDPR compliance: transcript storage, memory vault management, data export, and deletion policies. Use when implementing data handling, or managing TwinMind meeting AI operations. Trigger with phrases like … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/twinmind-pack/skills/twinmind-data-handling) |
| `compliance-audit` | core | Performs regulatory gap analysis across 7 compliance frameworks with a scored report card and prioritized remediation roadmap. Use when assessing a website or application for GDPR, CCPA, ADA, PCI-DSS, CAN-SPAM, COPPA, or SOC 2 compliance. … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/business-tools/general-legal-assistant/skills/compliance-audit) |
| `contract-review` | core | Orchestrates a comprehensive multi-agent contract review that analyzes risk, plain-English translation, missing protections, and compliance in parallel. Use when a user shares a contract and wants a full review, safety score, or executive … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/business-tools/general-legal-assistant/skills/contract-review) |
| `notion-load-scale` | core | High-volume Notion operations: parallel requests within 3 req/sec, worker queues, database pagination at scale, incremental sync for large workspaces, and memory management for bulk operations. Trigger with phrases like "notion scale", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/notion-pack/skills/notion-load-scale) |
| `customerio-security-basics` | core | Apply Customer.io security best practices. Use when implementing secure credential storage, PII handling, webhook signature verification, or GDPR/CCPA compliance. Trigger: "customer.io security", "customer.io pii", "secure customer.io", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/customerio-pack/skills/customerio-security-basics) |
## Source: K-Dense-AI/claude-scientific-skills
- Repository: [https://github.com/K-Dense-AI/claude-scientific-skills](https://github.com/K-Dense-AI/claude-scientific-skills) (commit `4d97e29`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `peer-review` | core | Structured manuscript/grant review with checklist-based evaluation. Use when writing formal peer reviews with specific criteria methodology assessment, statistical validity, reporting standards compliance (CONSORT/STROBE), and constructive … | [source](https://github.com/K-Dense-AI/claude-scientific-skills/tree/4d97e29/skills/peer-review) |
## Source: K-Dense-AI/scientific-agent-skills
- Repository: [https://github.com/K-Dense-AI/scientific-agent-skills](https://github.com/K-Dense-AI/scientific-agent-skills) (commit `4d97e29`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `peer-review` | core | Structured manuscript/grant review with checklist-based evaluation. Use when writing formal peer reviews with specific criteria methodology assessment, statistical validity, reporting standards compliance (CONSORT/STROBE), and constructive … | [source](https://github.com/K-Dense-AI/scientific-agent-skills/tree/4d97e29/skills/peer-review) |
## Source: kazukinagata/shinkoku
- Repository: [https://github.com/kazukinagata/shinkoku](https://github.com/kazukinagata/shinkoku) (commit `e610b30`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `tax-ebookkeeping-context` | core | Background context for the Electronic Bookkeeping Act (電子帳簿保存法) in the shinkoku tax filing plugin. Contains requirements for electronic bookkeeping, scanner storage, mandatory electronic transaction data storage, and shinkoku's compliance … | [source](https://github.com/kazukinagata/shinkoku/tree/e610b30/skills/tax-ebookkeeping-context) |
## Source: mohitagw15856/pm-claude-skills
- Repository: [https://github.com/mohitagw15856/pm-claude-skills](https://github.com/mohitagw15856/pm-claude-skills) (commit `876fa30`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `clause-explainer` | core | Explain a contract clause in plain English — what it means, who it favours, the realistic risk, and what to negotiate. Use when asked what a clause means, to decode legal language, explain a term in a contract, or assess whether a … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-legal/skills/clause-explainer) |
| `legal-brief` | core | Draft a structured legal brief, case summary, or legal argument outline. Use when asked to write a legal brief, case note, legal memo, argument outline, or position paper. Produces a structured document using IRAC format (Issue, Rule, … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-legal/skills/legal-brief) |
| `compliance-checklist` | core | Generate a prioritised compliance checklist for GDPR, SOC 2, ISO 27001, FCA, HIPAA, or other frameworks with a gap analysis. Use when asked for a compliance checklist, gap analysis, readiness assessment, or audit preparation for any … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-legal/skills/compliance-checklist) |
| `redundancy-consultation` | core | Structure a redundancy consultation process and draft key communications (UK employment law focus). Use when asked to plan a redundancy process, write a redundancy letter, structure a consultation, or manage a reduction in force. Produces … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-hr/skills/redundancy-consultation) |
| `gdpr-compliance` | core | Assess GDPR compliance and build the core records (ROPA, lawful basis, DSAR, DPIA triggers). Use when asked to get GDPR-compliant, build a Record of Processing Activities, decide a lawful basis, handle data-subject requests, or check … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-compliance/skills/gdpr-compliance) |
## Source: mukul975/Anthropic-Cybersecurity-Skills
- Repository: [https://github.com/mukul975/Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) (commit `673da1f`, retrieved 2026-07-14)
- License: Apache-2.0
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `analyzing-outlook-pst-for-email-forensics` | core | Analyze Microsoft Outlook PST and OST files for email forensic evidence including message content, headers, attachments, deleted items, and metadata using libpff, pst-utils, and forensic email analysis tools for legal investigations and … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/analyzing-outlook-pst-for-email-forensics) |
| `performing-endpoint-forensics-investigation` | core | Performs digital forensics investigation on compromised endpoints including memory acquisition, disk imaging, artifact analysis, and timeline reconstruction. Use when investigating security incidents, collecting evidence for legal … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/performing-endpoint-forensics-investigation) |
| `analyzing-macro-malware-in-office-documents` | core | Analyzes malicious VBA macros embedded in Microsoft Office documents (Word, Excel, PowerPoint) to identify download cradles, payload execution, persistence mechanisms, and anti-analysis techniques. Uses olevba, oledump, and VBA … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/analyzing-macro-malware-in-office-documents) |
| `achieving-cmmc-level-2-compliance` | core | Prepare a defense-contractor environment for CMMC Level 2 certification: scope CUI and FCI, implement the 110 NIST SP 800-171 Rev 2 security requirements across 14 families, compute the SPRS score with the DoD Assessment Methodology, … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/achieving-cmmc-level-2-compliance) |
| `hardening-linux-endpoint-with-cis-benchmark` | core | Hardens Linux endpoints using CIS Benchmark recommendations for Ubuntu, RHEL, and CentOS to reduce attack surface, enforce security baselines, and meet compliance requirements. Use when deploying new Linux servers, remediating audit … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/hardening-linux-endpoint-with-cis-benchmark) |
| `hardening-windows-endpoint-with-cis-benchmark` | core | Hardens Windows endpoints using CIS (Center for Internet Security) Benchmark recommendations to reduce attack surface, enforce security baselines, and meet compliance requirements. Use when deploying new Windows workstations or servers, … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/hardening-windows-endpoint-with-cis-benchmark) |
| `implementing-aws-security-hub-compliance` | core | Implementing AWS Security Hub to aggregate security findings across AWS accounts, enable compliance standards like CIS AWS Foundations and PCI DSS, configure automated remediation with EventBridge and Lambda, and create custom security … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/implementing-aws-security-hub-compliance) |
## Source: nexu-io/open-design
- Repository: [https://github.com/nexu-io/open-design](https://github.com/nexu-io/open-design) (commit `4b66023`, retrieved 2026-07-14)
- License: Apache-2.0
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `html-ppt-zhangzara-stencil-tablet` | core | A workplace-safety compliance review for a manufacturing regulator — findings, the evidence chain, and the corrective mandate. Built as a decision-grade policy briefing deck for regulator, plant leadership. | [source](https://github.com/nexu-io/open-design/tree/4b66023/design-templates/html-ppt-zhangzara-stencil-tablet) |
## Source: nWave-ai/nWave
- Repository: [https://github.com/nWave-ai/nWave](https://github.com/nWave-ai/nWave) (commit `1d0f13c`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `nw-security-and-governance` | core | Database security (encryption, access control, injection prevention), data governance (lineage, quality, MDM), and compliance frameworks (GDPR, CCPA, HIPAA) | [source](https://github.com/nWave-ai/nWave/tree/1d0f13c/nWave/skills/nw-security-and-governance) |
## Source: open-gitagent/opengap
- Repository: [https://github.com/open-gitagent/opengap](https://github.com/open-gitagent/opengap) (commit `d7a8e2e`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `document-review` | core | Reviews financial documents (prospectuses, ADVs, marketing materials) for FINRA 2210 compliance, required disclosures, and balanced presentation. Use when reviewing financial statements, audit documents, regulatory filings, or when the … | [source](https://github.com/open-gitagent/opengap/tree/d7a8e2e/examples/full/skills/document-review) |
## Source: Orchestra-Research/AI-research-SKILLs
- Repository: [https://github.com/Orchestra-Research/AI-research-SKILLs](https://github.com/Orchestra-Research/AI-research-SKILLs) (commit `773a529`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `pinecone` | core | Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or | [source](https://github.com/Orchestra-Research/AI-research-SKILLs/tree/773a529/15-rag/pinecone) |
## Source: rampstackco/claude-skills
- Repository: [https://github.com/rampstackco/claude-skills](https://github.com/rampstackco/claude-skills) (commit `bc6d961`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `accessibility-audit` | core | Run a comprehensive WCAG accessibility audit covering perceivable, operable, understandable, and robust principles. Use this skill whenever the user wants to audit accessibility, review WCAG compliance, fix accessibility issues, prepare | [source](https://github.com/rampstackco/claude-skills/tree/bc6d961/skills/accessibility-audit) |
## Source: ruvnet/claude-code-flow
- Repository: [https://github.com/ruvnet/claude-code-flow](https://github.com/ruvnet/claude-code-flow) (commit `73914bd`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `AgentDB Memory Patterns` | core | Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants. | [source](https://github.com/ruvnet/claude-code-flow/tree/73914bd/.agents/skills/agentdb-memory-patterns) |
## Source: ruvnet/ruflo
- Repository: [https://github.com/ruvnet/ruflo](https://github.com/ruvnet/ruflo) (commit `73914bd`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `AgentDB Memory Patterns` | core | Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants. | [source](https://github.com/ruvnet/ruflo/tree/73914bd/.agents/skills/agentdb-memory-patterns) |
## Source: sgcarstrends/backend
- Repository: [https://github.com/sgcarstrends/backend](https://github.com/sgcarstrends/backend) (commit `7231cbc`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `email-best-practices` | core | Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, or deciding | [source](https://github.com/sgcarstrends/backend/tree/7231cbc/.agents/skills/email-best-practices) |
## Source: Sushegaad/Claude-Skills-Governance-Risk-and-Compliance
- Repository: [https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance) (commit `71d8920`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `gdpr-compliance` | core | Expert GDPR compliance assistant covering all four core workflows: (1) auditing code and systems for GDPR violations, (2) drafting GDPR-compliant documents such as privacy policies, Data Processing Agreements (DPAs), and consent notices, | [source](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance/tree/71d8920/plugins/gdpr-compliance/skills/gdpr-compliance) |
| `itar` | core | Expert ITAR compliance advisor for US defense contractors, exporters, and manufacturers. Use this skill for any question about 22 CFR Parts 120-130, the United States Munitions List (USML), DDTC registration, export license applications | [source](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance/tree/71d8920/plugins/itar/skills/itar) |
| `csrd` | core | Expert CSRD (Corporate Sustainability Reporting Directive, EU 2022/2464) compliance advisor. Use this skill whenever a user asks about CSRD, European Sustainability Reporting Standards (ESRS), double materiality assessment, sustainability | [source](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance/tree/71d8920/plugins/csrd/skills/csrd) |
## Source: vibeeval/vibecosystem
- Repository: [https://github.com/vibeeval/vibecosystem](https://github.com/vibeeval/vibecosystem) (commit `cea9462`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `compliance-patterns` | core | GDPR data handling, audit logging, data classification, retention policies, and consent management for regulatory compliance. | [source](https://github.com/vibeeval/vibecosystem/tree/cea9462/skills/compliance-patterns) |
| `gdpr-compliance` | core | GDPR compliance - data subject rights, lawful basis, DPIA, privacy by design, breach notification, consent management, cross-border transfers, PII masking | [source](https://github.com/vibeeval/vibecosystem/tree/cea9462/skills/gdpr-compliance) |
| `kvkk-compliance` | core | KVKK and GDPR compliance patterns - consent management, right to erasure, breach notification, audit logging, cookie consent, and data classification. | [source](https://github.com/vibeeval/vibecosystem/tree/cea9462/skills/kvkk-compliance) |
| `hipaa-compliance` | core | HIPAA compliance - PHI protection, technical/administrative/physical safeguards, minimum necessary standard, BAA requirements, de-identification, access logging | [source](https://github.com/vibeeval/vibecosystem/tree/cea9462/skills/hipaa-compliance) |
## Source: wondelai/skills
- Repository: [https://github.com/wondelai/skills](https://github.com/wondelai/skills) (commit `326b380`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `negotiation` | core | Prepare and execute negotiations using tactical empathy, calibrated questions, and the Ackerman method. Use when the user mentions "salary negotiation", "contract terms", "handling objections", "mirroring and labeling", "difficult | [source](https://github.com/wondelai/skills/tree/326b380/negotiation) |
## Source: zebbern/claude-code-guide
- Repository: [https://github.com/zebbern/claude-code-guide](https://github.com/zebbern/claude-code-guide) (commit `d2c5280`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `regulatory-audit-generator` | core | Builds compliance checklists for business scenarios involving GDPR, PIPL, or advertising/data laws. Outputs a structured checklist with check items, legal basis, risk levels, and actionable recommendations. Triggered by requests like \"run | [source](https://github.com/zebbern/claude-code-guide/tree/d2c5280/skills/regulatory-audit-generator) |

137
references/market.md Normal file
View File

@@ -0,0 +1,137 @@
# Market evidence report — lawyer
Source: **67 real job ads** (JSearch API, countries: us 67), extracted into the MSSQL evidence store; as of 2026-07-10.
This report contains extracted, aggregated facts only — no ad text is
reproduced (copyright / platform terms).
## Seniority distribution
| Seniority | Ads | Share |
|---|---|---|
| mid | 44 | 66 % |
| senior | 12 | 18 % |
| n/a | 5 | 7 % |
| lead | 4 | 6 % |
| junior | 2 | 3 % |
## Tools — full market ranking
| # | Item | Ads | Share |
|---|---|---|---|
| 1 | Microsoft Excel | 4 | 6 % |
| 2 | Microsoft Office | 4 | 6 % |
## Hard skills — full market ranking
| # | Item | Ads | Share |
|---|---|---|---|
| 1 | legal research | 17 | 25 % |
| 2 | litigation | 12 | 18 % |
| 3 | regulatory compliance | 10 | 15 % |
| 4 | contract negotiation | 8 | 12 % |
| 5 | advocacy | 7 | 10 % |
| 6 | legal advice | 7 | 10 % |
| 7 | legal writing | 7 | 10 % |
| 8 | contract drafting | 6 | 9 % |
| 9 | legal analysis | 6 | 9 % |
| 10 | motion practice | 5 | 7 % |
| 11 | negotiation | 5 | 7 % |
| 12 | administrative law | 4 | 6 % |
| 13 | civil litigation | 4 | 6 % |
| 14 | compliance | 4 | 6 % |
| 15 | discovery management | 4 | 6 % |
| 16 | employment law | 4 | 6 % |
| 17 | risk management | 4 | 6 % |
| 18 | securities law | 4 | 6 % |
| 19 | analytical skills | 3 | 4 % |
| 20 | brief writing | 3 | 4 % |
| 21 | case management | 3 | 4 % |
| 22 | data analysis | 3 | 4 % |
| 23 | due diligence | 3 | 4 % |
| 24 | investigations | 3 | 4 % |
| 25 | legal strategy | 3 | 4 % |
| 26 | risk assessment | 3 | 4 % |
| 27 | software troubleshooting | 3 | 4 % |
## Methods — full market ranking
| # | Item | Ads | Share |
|---|---|---|---|
## Responsibilities — full market ranking
| # | Item | Ads | Share |
|---|---|---|---|
| 1 | client communication | 5 | 7 % |
| 2 | agreement drafting | 3 | 4 % |
## Regional breakdown
> **Corpus note:** 67 relevant ads in total — below the 100-ad target for a fully reliable ranking. Percentages above should be read as indicative.
### US (us)
67 ads.
**Top hard skills:**
- legal research — 25 % (17 ads)
- litigation — 18 % (12 ads)
- regulatory compliance — 15 % (10 ads)
- contract negotiation — 12 % (8 ads)
- advocacy — 10 % (7 ads)
- legal advice — 10 % (7 ads)
- legal writing — 10 % (7 ads)
- contract drafting — 9 % (6 ads)
- legal analysis — 9 % (6 ads)
- motion practice — 7 % (5 ads)
**Top tools:**
- Microsoft Excel — 6 % (4 ads)
- Microsoft Office — 6 % (4 ads)
- Microsoft Word — 3 % (2 ads)
- Office 365 — 3 % (2 ads)
**Seniority:** mid 66 % · senior 18 % · n/a 7 % · lead 6 % · junior 3 %
### UK (gb)
**Insufficient evidence** — 0 ads (minimum for a regional ranking: 30). No ranking is reported for this region.
### EU/DACH (de, at, ch, nl)
**Insufficient evidence** — 0 ads (minimum for a regional ranking: 30). No ranking is reported for this region.
## Job title variants in the market
| Title | Ads |
|---|---|
| Desktop Support Technician | 2 |
| Litigation Attorney | 2 |
| Antitrust Associate | Washington DC | Am Law 200 ranked | 1 |
| Antitrust Associate Attorney (Mid-Level) | 1 |
| Appellate Associate (Washington DC) | 1 |
| Assistant General Counsel, Regulatory | 1 |
| Associate Attorney - Plaintiff PI | 1 |
| Associate Attorney (Transactional) | 1 |
| Associate Attorney, Corporate | 1 |
| Associate Corporate Counsel, AWS Public Sector | 1 |
| Associate General Counsel- Corporate / Finance Transactions | 1 |
| Associate/Counsel (Attorney) ERISA/Fiduciary | 1 |
| Attorney | 1 |
| Attorney Recruiting Specialist | 1 |
| Barrister 8yrs Call | 1 |
| Chief Legal Officer | 1 |
| Commercial Contracts Attorney | 1 |
| Corporate Attorney | 1 |
| Corporate Counsel | 1 |
| Counsel, AI Risk & Compliance | 1 |
| Desktop Technician (as back up) Chantilly, VA | 1 |
| Director of the Legal Division (Senior Staff Attorney) | 1 |
| Employment Law Attorney (Human Resources Division - DC) | 1 |
| EXPERIENCED ATTORNEY: DISTRICT III: UPPER EASTERN SHORE (RE-POST) | 1 |
| Family Defense Disability Social Worker | 1 |
Methodology: entities extracted per ad ({hard_skills, tools, methods, responsibilities, seniority}), normalized, counted as DISTINCT ads per entity; report threshold ≥ 3 ads. Headline sections in skills.md/tools.md use the stricter ≥ 20 % threshold.

File diff suppressed because it is too large Load Diff

47
references/profile.md Normal file
View File

@@ -0,0 +1,47 @@
# Occupation profile — lawyer
- **ESCO URI:** http://data.europa.eu/esco/occupation/974d4eab-fbee-4c52-b16e-73bdd8c25b53
- **ESCO code:** 2611.1
- **ISCO-08 group:** 2611 — n/a
- **O*NET-SOC:** 23-1011.00 — Lawyers (match: exactMatch)
## Description (ESCO)
Lawyers provide legal advice to clients and act on their behalf in legal proceedings and in compliance with the law. They research for, interpret and study cases to represent their clients in a variety of settings such as courts and administrative boards. They create arguments on behalf of their clients for lawsuits in different contexts with the aim of finding a legal remedy.
## Definition
nan
## Alternative labels
- social law lawyer
- barrister
- medical lawyer
- industrial property lawyer
- procurement law lawyer
- administrative law lawyer
- information technology lawyer
- fiscal lawyer
- agricultural lawyer
- property law lawyer
- property law attorney
- employment lawyer
- family law lawyer
- bank and capital market lawyer
- labour lawyer
- patent law lawyer
- building and construction dispute lawyer
- building lawyer
- traffic law lawyer
- prosecutor assistant
- commercial and company lawyer
- counsellor
- advocate
- inheritance law lawyer
- intellectual property lawyer
- attorney
- copyright and media lawyer
- international business law lawyer
- personal law lawyer
- financial lawyer

120
references/skills.md Normal file
View File

@@ -0,0 +1,120 @@
# Competences — lawyer
Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/974d4eab-fbee-4c52-b16e-73bdd8c25b53).
## Essential
- **analyse legal evidence** (skill/competence)
- **compile legal documents** (skill/competence)
- **court procedures** (knowledge)
- **interpret law** (skill/competence)
- **legal case management** (knowledge)
- **negotiate in legal cases** (skill/competence)
- **negotiate lawyer's fee** (skill/competence)
- **observe confidentiality** (skill/competence)
- **present arguments persuasively** (skill/competence)
- **present legal arguments** (skill/competence)
- **private law** (knowledge)
- **protect client interests** (skill/competence)
- **represent clients in courts** (skill/competence)
- **respond to enquiries** (skill/competence)
## Optional
- advise on legal decisions (skill/competence)
- advise on legal services (skill/competence)
- advise on participation in financial markets (skill/competence)
- air transport law (knowledge)
- analyse internal factors of companies (skill/competence)
- analyse legal enforceability (skill/competence)
- anti-dumping law (knowledge)
- apply conflict management (skill/competence)
- apply knowledge of human behaviour (skill/competence)
- apply organisational techniques (skill/competence)
- apply technical communication skills (skill/competence)
- architecture regulations (knowledge)
- assess financial viability (skill/competence)
- business law (knowledge)
- civil law (knowledge)
- civil process order (knowledge)
- commercial law (knowledge)
- competition law (knowledge)
- comply with legal regulations (skill/competence)
- conduct research interview (skill/competence)
- constitutional law (knowledge)
- consult with business clients (skill/competence)
- consumer law (knowledge)
- contract law (knowledge)
- copyright legislation (knowledge)
- corporate law (knowledge)
- criminal law (knowledge)
- criminology (knowledge)
- customs law (knowledge)
- detect financial crime (skill/competence)
- develop professional network (skill/competence)
- document evidence (skill/competence)
- education law (knowledge)
- employment law (knowledge)
- ensure law application (skill/competence)
- environmental legislation (knowledge)
- family law (knowledge)
- financial statements (knowledge)
- food legislation (knowledge)
- government representation (knowledge)
- handle case evidence (skill/competence)
- health care legislation (knowledge)
- hear witness accounts (skill/competence)
- ICT security legislation (knowledge)
- identify clients' needs (skill/competence)
- insolvency law (knowledge)
- intellectual property law (knowledge)
- international law (knowledge)
- international trade (knowledge)
- interpret financial statements (skill/competence)
- investigation research methods (knowledge)
- joint ventures (knowledge)
- law enforcement (knowledge)
- law of non-marital cohabitation (knowledge)
- legal department processes (knowledge)
- legal research (knowledge)
- legal terminology (knowledge)
- legislation in agriculture (knowledge)
- maintain operational communications (skill/competence)
- make legal decisions (skill/competence)
- manage contract disputes (skill/competence)
- manage contracts (skill/competence)
- manage legal personal issues (skill/competence)
- maritime law (knowledge)
- media law (knowledge)
- mergers and acquisitions (knowledge)
- moderate in negotiations (skill/competence)
- pharmaceutical legislation (knowledge)
- present evidence (skill/competence)
- procurement legislation (knowledge)
- property law (knowledge)
- provide legal advice (skill/competence)
- provide legal advice on investments (skill/competence)
- public auction procedures (knowledge)
- railway law (knowledge)
- rhetoric (knowledge)
- road traffic laws (knowledge)
- road transport legislation (knowledge)
- securities (knowledge)
- social security law (knowledge)
- subsidiary operations (knowledge)
- tax legislation (knowledge)
- trace financial transactions (skill/competence)
- urban planning law (knowledge)
- use consulting techniques (skill/competence)
<!-- market-evidence -->
## Market evidence (job-ad analysis, 67 ads, as of 2026-07-10)
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
### Hard skills
- legal research — **25 %**
<!-- market-evidence -->

48
references/tasks.md Normal file
View File

@@ -0,0 +1,48 @@
# Tasks & work activities — lawyer
Source: O*NET 30.3, occupation 23-1011.00 (Lawyers).
## Task statements
- **[Core]** Prepare, draft, and review legal documents, such as wills, deeds, patent applications, mortgages, leases, and contracts.
- **[Core]** Negotiate contractual agreements.
- **[Core]** Advise clients concerning business transactions, claim liability, advisability of prosecuting or defending lawsuits, or legal rights and obligations.
- **[Core]** Interpret laws, rulings and regulations for individuals and businesses.
- **[Core]** Analyze the probable outcomes of cases, using knowledge of legal precedents.
- **[Core]** Evaluate findings and develop strategies and arguments in preparation for presentation of cases.
- **[Core]** Gather evidence to formulate defense or to initiate legal actions by such means as interviewing clients and witnesses to ascertain the facts of a case.
- **[Core]** Represent clients in court or before government agencies.
- **[Core]** Examine legal data to determine advisability of defending or prosecuting lawsuit.
- **[Core]** Study Constitution, statutes, decisions, regulations, and ordinances of quasi-judicial bodies to determine ramifications for cases.
- **[Core]** Negotiate settlements of civil disputes.
- **[Core]** Confer with colleagues with specialties in appropriate areas of legal issue to establish and verify bases for legal proceedings.
- **[Core]** Search for and examine public and other legal records to write opinions or establish ownership.
- **[Core]** Supervise legal assistants.
- **[Core]** Perform administrative and management functions related to the practice of law.
- **[Supplemental]** Present and summarize cases to judges and juries.
- **[Supplemental]** Select jurors, argue motions, meet with judges, and question witnesses during the course of a trial.
- **[Supplemental]** Present evidence to defend clients or prosecute defendants in criminal or civil litigation.
- **[Supplemental]** Prepare legal briefs and opinions, and file appeals in state and federal courts of appeal.
- **[Supplemental]** Act as agent, trustee, guardian, or executor for businesses or individuals.
- **[Supplemental]** Probate wills and represent and advise executors and administrators of estates.
- **[Supplemental]** Help develop federal and state programs, draft and interpret laws and legislation, and establish enforcement procedures.
## Detailed work activities
- Arbitrate disputes between parties to resolve legal conflicts.
- Direct organizational operations, projects, or services.
- Draft legislation or regulations.
- Evaluate information related to legal matters in public or personal records.
- Identify implications for cases from legal precedents or other legal information.
- Interview claimants to get information related to legal proceedings.
- Manage operations, research, or logistics projects.
- Meet with individuals involved in legal processes to provide information and clarify issues.
- Negotiate contracts with clients or service providers.
- Negotiate purchases or contracts.
- Perform administrative or clerical tasks.
- Prepare documentation of legal proceedings.
- Prepare legal documents.
- Provide legal advice to clients.
- Represent the interests of clients in legal proceedings.
- Research relevant legal materials to aid decision making.
- Supervise activities of other legal personnel.

132
references/tools.md Normal file
View File

@@ -0,0 +1,132 @@
# Tools & technology — lawyer
Source: O*NET 30.3 'Software Skills' for 23-1011.00.
| Software | Category | Hot technology |
|---|---|---|
| Microsoft Access | Data base user interface and query software | yes |
| Google Analytics | Data mining software | yes |
| Adobe Acrobat | Document management software | yes |
| Microsoft Outlook | Electronic mail software | yes |
| SAP software | Enterprise resource planning ERP software | yes |
| Microsoft Office software | Office suite software | yes |
| Microsoft PowerPoint | Presentation software | yes |
| Microsoft Project | Project management software | yes |
| Microsoft Excel | Spreadsheet software | yes |
| Microsoft Word | Word processing software | yes |
| ESI Software ESILAW | Accounting software | |
| Fund accounting software | Accounting software | |
| Genlex CaseAce | Accounting software | |
| LexisNexis Lexis Back Office | Accounting software | |
| LexisNexis PCLaw | Accounting software | |
| Software Technology Tabs3 | Accounting software | |
| TimePro Legal Software TimePro | Accounting software | |
| TimeSolv Legal | Accounting software | |
| Convex FactLogic | Analytical or scientific software | |
| Direct Hit Systems THREADS | Analytical or scientific software | |
| BQE Software BillQuick | Billing and invoicing software | |
| SMEsource BillingOrchard | Billing and invoicing software | |
| Compugov DocketView | Calendar and scheduling software | |
| CompuLaw Vision | Calendar and scheduling software | |
| Levare Center Court | Calendar and scheduling software | |
| I-many Contract Management | Content workflow software | |
| Abacus Data Systems AbacusLaw | Data base user interface and query software | |
| ADC Legal Systems Perfect Practice | Data base user interface and query software | |
| ADERANT Expert Matter Center | Data base user interface and query software | |
| Advanced Technologies Class Act | Data base user interface and query software | |
| AdvantageLaw WinVantage | Data base user interface and query software | |
| Argosy Legal Systems Power Closer | Data base user interface and query software | |
| Bridgeway eCounsel | Data base user interface and query software | |
| Chesapeake Interlink Needles | Data base user interface and query software | |
| Client Profiles Case Management | Data base user interface and query software | |
| Cobblestone Systems Contract Insight | Data base user interface and query software | |
| Computer Sciences Corporation Legal Solutions Suite | Data base user interface and query software | |
| Corporate Focus Solium Shareworks | Data base user interface and query software | |
| Corporatek EnAct Platinum | Data base user interface and query software | |
| Creative Data Solutions DuProcess | Data base user interface and query software | |
| CrimeCog Technologies E*Justice | Data base user interface and query software | |
| Crocodile Consulting Traffic Control | Data base user interface and query software | |
| CyberDyne Industries CaseWizard | Data base user interface and query software | |
| De Novo Systems De Novo CaseMgr | Data base user interface and query software | |
| Diarymaster | Data base user interface and query software | |
| DPS Software General Litigation | Data base user interface and query software | |
| Eclipse Legal Systems Proclaim | Data base user interface and query software | |
| Economic Analysis Group EAG CaseTrack | Data base user interface and query software | |
| eLawSoftware | Data base user interface and query software | |
| Gavel & Gown Software Amicus Attorney | Data base user interface and query software | |
| HiPerSoft Practice Information Powertool | Data base user interface and query software | |
| Juris | Data base user interface and query software | |
| Justice Systems FullCourt Enterprise | Data base user interface and query software | |
| Lawex TrialWorks | Data base user interface and query software | |
| LawLogix Edge | Data base user interface and query software | |
| LegalEdge Law Firm Suite | Data base user interface and query software | |
| LexisNexis CaseMap | Data base user interface and query software | |
| LexisNexis Lexis Front Office | Data base user interface and query software | |
| LT Online Corporation LAWTRAC | Data base user interface and query software | |
| Lucid IQ CMP | Data base user interface and query software | |
| Nolo Quicken Legal Business Pro | Data base user interface and query software | |
| Orion Law Management Systems Orion | Data base user interface and query software | |
| PerfectLaw All-in-One Suite | Data base user interface and query software | |
| Saga Practice Manager | Data base user interface and query software | |
| Selectica Contract Performance Management | Data base user interface and query software | |
| Solution Specialties TRACKER | Data base user interface and query software | |
| SUSTAIN Justice Edition | Data base user interface and query software | |
| Synaptec LawBase Case Management | Data base user interface and query software | |
| Synergy International Systems Synergy CaseTrack | Data base user interface and query software | |
| Tabs3 PracticeMaster | Data base user interface and query software | |
| Thomson Reuters Elite ProLaw | Data base user interface and query software | |
| TopDogLegal | Data base user interface and query software | |
| Upside Software UpsideContract | Data base user interface and query software | |
| WebEx WebOffice | Data base user interface and query software | |
| Woll2Woll InfoPower Studio | Data base user interface and query software | |
| WorthMORE Software CaseWORTH | Data base user interface and query software | |
| Microsoft Publisher | Desktop publishing software | |
| AbacusNext HotDocs | Document management software | |
| Anacomp CaseLogistix | Document management software | |
| Best Case Solutions Best Case Bankruptcy | Document management software | |
| Captaris Alchemy | Document management software | |
| Catalyst Repository Systems CatalystCR | Document management software | |
| CT hCue | Document management software | |
| CT Summation iBlaze | Document management software | |
| DATAssimilate Systems DATAssimilator | Document management software | |
| FTI Ringtail Legal | Document management software | |
| IBM Federated Records Management | Document management software | |
| Immigrant Software Immigrant Professional | Document management software | |
| Interwoven RecordsManager | Document management software | |
| Iron Mountain Accutrac records management software | Document management software | |
| Microsoft SharePoint Server | Document management software | |
| NetDocuments | Document management software | |
| Nuance PaperPort Professional | Document management software | |
| OpenText eDOCS DM | Document management software | |
| ProDoc | Document management software | |
| Technovation Software ImmigrationPro | Document management software | |
| Thomson West Cowles Estate Practice System | Document management software | |
| WealthCounsel WealthDocs | Document management software | |
| World Software Corporation Worldox | Document management software | |
| Catalyst Repository Systems CatalystDR | Electronic mail software | |
| Catalyst Repository Systems CatalystXE | Electronic mail software | |
| MicroFocus GroupWise | Electronic mail software | |
| ERP software | Enterprise resource planning ERP software | |
| Microsoft Dynamics | Enterprise resource planning ERP software | |
| Fastcase legal software | Information retrieval or search software | |
| LexisNexis | Information retrieval or search software | |
| LexisNexis Shepard's Citations Service | Information retrieval or search software | |
| Thomson Reuters Westlaw | Information retrieval or search software | |
| Wolters Kluwer Loislaw | Information retrieval or search software | |
| Web browser software | Internet browser software | |
| Corel WordPerfect Office Suite | Office suite software | |
| IDEA TrialPro | Presentation software | |
| inData TrialDirector | Presentation software | |
| Verdict Systems Sanction | Presentation software | |
| Visionary Legal Technologies Visionary Professional | Presentation software | |
| Canyon Solutions Jcats | Project management software | |
| Constellation Justice Systems CourtView | Project management software | |
| Customer Expressions i-Sight | Project management software | |
| Legal Files software | Project management software | |
| Practice Technology Prevail | Project management software | |
| Virtual Case Management | Project management software | |
| Tax software | Tax preparation software | |
| Equative TimeLedger | Time accounting software | |
| Sage Timeslips | Time accounting software | |
| LogMeIn GoToMeeting | Video conferencing software | |
| ProCAT Denoto | Word processing software | |