Legal AI Skills Catalog — Louis's 982-Skill Public Library
When to use this
Invoke when:
- A user asks "what skills does Louis have?"
- A prospect asks "do you cover KSA employment law?"
- A developer asks for the full skill inventory for integration planning
- A competitor-comparison question requires listing capabilities by category
- A sales conversation requires demonstrating coverage breadth
- A user wants to filter skills by language (Arabic, English, French)
What the Skills Catalog is
The Louis Skills Catalog is a publicly accessible, filterable inventory of all 982 specialist AI skills in the platform. Its purpose is:
- Transparency: users can see exactly what skills their requests are routed to, reducing black-box anxiety
- Discovery: legal professionals find capabilities they did not know existed
- Competitive differentiation: the breadth and MENA depth of the catalog is a key differentiator versus generic AI tools
Catalog taxonomy
Skills are organized along five dimensions:
| Dimension |
Values |
| Category |
draft, review, research, casesim, academy, community, kb, connector, ops, router, justinian, and others |
| Practice area |
corporate, employment, real estate, litigation, arbitration, IP, banking & finance, construction, data & privacy, criminal, family, immigration, tax |
| Jurisdiction |
LB, UAE-onshore, DIFC, ADGM, QFC, KSA, EG, FR, UK, US, EU, OHADA, GCC |
| Language |
Arabic (AR), English (EN), French (FR), bilingual AR-EN |
| Priority |
P0 (critical path), P1 (core), P2 (extended), P3 (supplementary) |
Coverage by category (high level)
Drafting (draft) — ~180 skills
Contract drafting across all major practice areas and MENA jurisdictions. Each drafting skill includes required inputs, optional inputs, jurisdictional notes, and a document-structure outline. Key skill types:
- NDA / Confidentiality Agreements (unilateral, mutual, tri-party)
- Employment Contracts (UAE, KSA, Lebanon, Egypt; permanent, fixed-term, remote)
- Services Agreements (time-and-materials, fixed-fee, retainer)
- Share Purchase Agreements, Shareholder Agreements, JVAs
- Real Estate (SPA, lease, pre-sale, OQOOD registration)
- Construction (FIDIC-based, EPC, O&M)
- Banking & Finance (facility letters, security documents, guarantees)
Review / Analysis (review, eval) — ~150 skills
Document review and risk analysis skills. These produce structured risk reports with severity tiers, issue identification, and recommended actions. Coverage mirrors drafting coverage.
Case Simulation (casesim) — ~40 skills
Litigation training and scenario analysis: client Q&A prep, cross-examination rehearsal, judge-bench perspective, opposing-counsel simulation, outcome probability estimation, and settlement EV calculation.
Knowledge Packs (kb, ref) — ~200 skills
Reference material organized by jurisdiction and subject: statutory frameworks, compliance thresholds, regulatory procedures, penalties. MENA-primary; GCC, EU, UK, FR, US secondary.
Education (academy, justinian) — ~60 skills
Bar prep, IRAC coaching, moot court, career development, feature explainers, curriculum guides. See also the Justinian tutor (see [[academy-justinian-tutor]]).
Connectors and Tools (connector, tool) — ~50 skills
Integrations with document management, e-signature (DocuSign, Tawqi3i), Microsoft 365, Google Workspace, legal databases.
Research and Intelligence (research, intel) — ~80 skills
Jurisdiction-specific legal research templates, regulatory intelligence, legislative monitoring.
Router and Orchestration (router, workflow) — ~30 skills
Skills that orchestrate other skills: multi-step legal flows, handoff logic, intake triage.
Community and Growth (community, growth) — ~50 skills
Partner programs, bar-association engagement, influencer briefs, co-marketing.
Conversational and Behavioral (conversation, safety, persona) — ~50 skills
Persona definitions, safety guardrails, output standards, on-topic enforcement.
How to filter the catalog
In the Louis interface:
- Use the catalog search bar with natural-language queries
- Use the filter sidebar: category → jurisdiction → practice area → language → priority
- Use the API (
GET /skills?category=draft&jurisdiction=DIFC&lang=ar) for developer access
Transparency features
Each skill in the catalog exposes:
- Skill ID (e.g.,
draft.NDA-mutual-UAE)
- Category and practice area
- Jurisdiction list with coverage level (primary / secondary)
- Languages supported
- Last updated date
- Required and optional inputs
- Output format description
When a skill runs, the response includes a routing trace: which skill was selected, why, and at what confidence level.
Competitive context
Most legal AI products do not publish their skill inventories. Louis's public catalog is a deliberate transparency choice: it signals that the system is not a black box and that coverage claims can be verified.
Related skills
- [[academy-ai-feature-explainer]]
- [[academy-feature-explainer]]
- [[academy-tools-catalog]]
- [[academy-use-case-explainer]]
1---2name: academy-legal-ai-skills-catalog3description: Use when a user, prospect, or developer wants to browse, filter, or understand the full public catalog of Louis's 982-skill library — filterable by category, jurisdiction, language, and priority. Serves transparency, competitive comparison, and developer/integration discovery purposes. Routes to this skill for "what skills does Louis have?", "do you cover [jurisdiction/practice area]?", or "show me what's available in your skill library" queries.4license: MIT5---67# Legal AI Skills Catalog — Louis's 982-Skill Public Library89## When to use this1011Invoke when:12- A user asks "what skills does Louis have?"13- A prospect asks "do you cover KSA employment law?"14- A developer asks for the full skill inventory for integration planning15- A competitor-comparison question requires listing capabilities by category16- A sales conversation requires demonstrating coverage breadth17- A user wants to filter skills by language (Arabic, English, French)1819## What the Skills Catalog is2021The Louis Skills Catalog is a publicly accessible, filterable inventory of all 982 specialist AI skills in the platform. Its purpose is:22231. **Transparency**: users can see exactly what skills their requests are routed to, reducing black-box anxiety242. **Discovery**: legal professionals find capabilities they did not know existed253. **Competitive differentiation**: the breadth and MENA depth of the catalog is a key differentiator versus generic AI tools2627## Catalog taxonomy2829Skills are organized along five dimensions:3031| Dimension | Values |32|---|---|33| Category | draft, review, research, casesim, academy, community, kb, connector, ops, router, justinian, and others |34| Practice area | corporate, employment, real estate, litigation, arbitration, IP, banking & finance, construction, data & privacy, criminal, family, immigration, tax |35| Jurisdiction | LB, UAE-onshore, DIFC, ADGM, QFC, KSA, EG, FR, UK, US, EU, OHADA, GCC |36| Language | Arabic (AR), English (EN), French (FR), bilingual AR-EN |37| Priority | P0 (critical path), P1 (core), P2 (extended), P3 (supplementary) |3839## Coverage by category (high level)4041### Drafting (draft) — ~180 skills42Contract drafting across all major practice areas and MENA jurisdictions. Each drafting skill includes required inputs, optional inputs, jurisdictional notes, and a document-structure outline. Key skill types:43- NDA / Confidentiality Agreements (unilateral, mutual, tri-party)44- Employment Contracts (UAE, KSA, Lebanon, Egypt; permanent, fixed-term, remote)45- Services Agreements (time-and-materials, fixed-fee, retainer)46- Share Purchase Agreements, Shareholder Agreements, JVAs47- Real Estate (SPA, lease, pre-sale, OQOOD registration)48- Construction (FIDIC-based, EPC, O&M)49- Banking & Finance (facility letters, security documents, guarantees)5051### Review / Analysis (review, eval) — ~150 skills52Document review and risk analysis skills. These produce structured risk reports with severity tiers, issue identification, and recommended actions. Coverage mirrors drafting coverage.5354### Case Simulation (casesim) — ~40 skills55Litigation training and scenario analysis: client Q&A prep, cross-examination rehearsal, judge-bench perspective, opposing-counsel simulation, outcome probability estimation, and settlement EV calculation.5657### Knowledge Packs (kb, ref) — ~200 skills58Reference material organized by jurisdiction and subject: statutory frameworks, compliance thresholds, regulatory procedures, penalties. MENA-primary; GCC, EU, UK, FR, US secondary.5960### Education (academy, justinian) — ~60 skills61Bar prep, IRAC coaching, moot court, career development, feature explainers, curriculum guides. See also the Justinian tutor (see [[academy-justinian-tutor]]).6263### Connectors and Tools (connector, tool) — ~50 skills64Integrations with document management, e-signature (DocuSign, Tawqi3i), Microsoft 365, Google Workspace, legal databases.6566### Research and Intelligence (research, intel) — ~80 skills67Jurisdiction-specific legal research templates, regulatory intelligence, legislative monitoring.6869### Router and Orchestration (router, workflow) — ~30 skills70Skills that orchestrate other skills: multi-step legal flows, handoff logic, intake triage.7172### Community and Growth (community, growth) — ~50 skills73Partner programs, bar-association engagement, influencer briefs, co-marketing.7475### Conversational and Behavioral (conversation, safety, persona) — ~50 skills76Persona definitions, safety guardrails, output standards, on-topic enforcement.7778## How to filter the catalog7980In the Louis interface:81- Use the catalog search bar with natural-language queries82- Use the filter sidebar: category → jurisdiction → practice area → language → priority83- Use the API (`GET /skills?category=draft&jurisdiction=DIFC&lang=ar`) for developer access8485## Transparency features8687Each skill in the catalog exposes:88- Skill ID (e.g., `draft.NDA-mutual-UAE`)89- Category and practice area90- Jurisdiction list with coverage level (primary / secondary)91- Languages supported92- Last updated date93- Required and optional inputs94- Output format description9596When a skill runs, the response includes a routing trace: which skill was selected, why, and at what confidence level.9798## Competitive context99100Most legal AI products do not publish their skill inventories. Louis's public catalog is a deliberate transparency choice: it signals that the system is not a black box and that coverage claims can be verified.101102## Related skills103104- [[academy-ai-feature-explainer]]105- [[academy-feature-explainer]]106- [[academy-tools-catalog]]107- [[academy-use-case-explainer]]