prawo-polskie-v2

Routes Polish legal cases to one of sixteen domain-specific law skills.

134|32|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/michaleiatrak-star/Lex-Machina --skill prawo-polskie-v2-michaleiatrak-star
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: prawo-polskie-v2
Source: https://github.com/michaleiatrak-star/Lex-Machina/tree/main/Wersja%20rozwojowa%20rozpakowana/prawo-polskie-v2
Command: npx skills add https://github.com/michaleiatrak-star/Lex-Machina --skill prawo-polskie-v2-michaleiatrak-star

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Determining which of sixteen Polish legal domain modules (DR-01 through DR-16) applies to a given case is error-prone when done ad hoc; this Skill provides a central routing facade that maps case topics to the correct domain skill without duplicating substantive legal content. ## Core Features & Use Cases - Domain Routing Table: Maps case phrases and topics (e.g., employment disputes, criminal charges, tax matters) to the appropriate DR-01–DR-16 domain skill via a quick-routing table. - Central Act Registry: Maintains ROUTING-MAP.md, a verified registry of Polish legal acts with Dz.U. (Journal of Laws) references, module assignments, and monitoring of acts pending entry into force. - Anti-Hallucination Regime: Enforces a verification regime for legal act numbers, requiring confirmation against official sources (ISAP/ELI) before any citation propagates through the system. - Use Case: A user asks about a mobbing claim under the Polish Labor Code; the Skill routes the case to dr-04-Prawo-Pracy-ZUS-Swiadczenia and points to the specific module covering Article 94³ of the Labor Code. ## Quick Start Describe your Polish legal case or topic and ask the assistant to route it to the correct domain skill using prawo-polskie-v2.

Frequently Asked Questions about prawo-polskie-v2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route a Polish legal case to the right domain skill?▼

Describe the case topic and consult the quick-routing table in SKILL.md, which maps phrases like employment disputes, criminal charges, or tax matters to one of the DR-01 through DR-16 domain skills. Then load only that single matching domain skill.

What legal domains does the Polish law routing system cover?▼

The system covers sixteen domains including constitutional law, civil and family law, criminal law, labor and social insurance, administrative law, taxes and AML, public procurement, local government, construction and environment, health, digital and data protection, judiciary, security services, EU law, compliance, and procedural documents.

Does this skill contain substantive Polish legal content?▼

No, it is a pure routing facade that directs cases to domain skills without stating legal content. The ROUTING-MAP.md file does carry verified Dz.U. journal numbers and act statuses, which are subject to a verification regime against official sources.

How are Polish legal act numbers verified before citation?▼

Every Dz.U. number must be verified against official sources such as isap.sejm.gov.pl or the ELI API before being recorded or cited. The routing map follows a regime where numbers are never propagated between registries without independent source verification.

Can this skill be used on ChatGPT or other platforms besides Claude?▼

Yes, the skill includes a universal runtime adapter and an OpenAI agent configuration supporting ChatGPT, Codex, API, and Atlas hosts. Technical operations are normalized across hosts while the routing logic remains unchanged.

What happens if the routing skill is invoked without the main router?▼

The skill treats direct invocation without prawny-router-v3 as a rule violation and first loads the main router before proceeding. This ensures global user preferences and verification gates are active before routing begins.