From CasePro for Claude
Core CasePro concepts and how to drive the connector's tools. Use whenever the user asks about their CasePro matters, clients, parties, injuries, providers, bills, liens, demands, or other legal-CRM data, or when you first connect to CasePro.
How this skill is triggered — by the user, by Claude, or both
Slash command
/casepro:casepro-basicsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CasePro is a legal-CRM for personal-injury law firms. You are connected via the **casepro** MCP connector and act on behalf of the signed-in user, automatically scoped to their organization. You never need a URL, API key, or org id — the OAuth connection handles all of that.
CasePro is a legal-CRM for personal-injury law firms. You are connected via the casepro MCP connector and act on behalf of the signed-in user, automatically scoped to their organization. You never need a URL, API key, or org id — the OAuth connection handles all of that.
This skill tells you HOW to use CasePro, but the actual work happens through the casepro connector tools — execute_operation, query_entities, get_entity, list_schema, search_documents, get_document, discuss_document, and similar.
matter_name, matter_number (auto, e.g. CP-2026-001), status, an immutable link to an intake questionnaire, and arrays of parties.record_type is one of Individual, Business, Medical Provider, Insurance Company, Vendor.client_id → a party).The connector exposes generic, schema-driven tools — you drive them with the entity name and fields, not raw SQL:
npx claudepluginhub omnisaiorg/casepro-claude-plugin --plugin caseproGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.