Commercial Legal PL
Audyt i generowanie polskich umów B2B/IT wg standardu kancelarii KTZR
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 88d037e
Ran the bundled fixture examples/testowe-akta/01-nda-b2b.md, where the author had pre-documented 5 defects — this was the ready ground truth. Baseline run without skill found 3 out of 5 (narrow definition of 'Informacje Poufne', absence of liquidated damages, absence of survival after 2 years), but missed 'niezwłocznie' without a numerical term in §3 ust. 4 and §5, and the absence of the right to compensation beyond contractual penalty. With skill — 5 out of 5: checklist-15 item 10 directly asks about art. 484 § 1 KC, and style-redakcyjny.md:41-43 requires replacing 'niezwłocznie' with 'nie później niż w terminie X dni roboczych'; baza-klauzul/10-kary-umowne.md:42 provides the ready clause text. Beyond ground truth, the skill also caught §1 named 'Purpose' instead of 'Subject of Agreement' (violation of Golden Rule 12) and the unilateral nature of the document. Checked all 62 md-files — links resolve; practice-profile.md is intentionally absent (in .gitignore, generated by configuration workflow). Minus for documentation: SKILL.md suggests MCP via `uvx legal-cite`, but the package is not on PyPI (HTTP 404) — however, the body honestly marks this as 'after publication on PyPI' and sets a fallback `[UNVERIFIED]`, so the core works without MCP.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 4/5
What Commercial Legal PL does
Analizuje i generuje umowy według polskiego prawa (NDA, body leasing, SaaS, DPA, przeniesienie praw autorskich), stosując 15-punktową checklistę kompletności, Złote Reguły i bazę 20 kategorii klauzul. Uruchamia się, gdy wkleisz polską umowę do oceny, poprosisz o audyt ryzyk, wygenerowanie umowy lub poprawienie konkretnej klauzuli.
How to install Commercial Legal PL
git clone https://github.com/apiotrowski-afk/commercial-legal-pl.git
mkdir -p ~/.claude/skills
cp -r commercial-legal-pl ~/.claude/skills/commercial-legal-pl
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Commercial Legal PL
-
/commercial-legal-plAudyt i generowanie polskich umów B2B/IT wg standardu kancelarii KTZR
It also activates on plain-language prompts like these:
-
Sprawdz to NDA B2B pod katem brakujacych klauzul i kar umownych -
Wygeneruj umowe SaaS zgodna z polskim prawem dla mojego klienta IT -
Popraw klauzule o poufnosci w tej umowie body leasingowej
Frequently asked questions
- Is the Commercial Legal PL skill free?
- Yes. The skill itself is free from apiotrowski-afk/commercial-legal-pl. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Commercial Legal PL work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Ran the bundled fixture examples/testowe-akta/01-nda-b2b.md, where the author had pre-documented 5 defects — this was the ready ground truth. Baseline run without skill found 3 out of 5 (narrow definition of 'Informacje Poufne', absence of liquidated damages, absence of survival after 2 years), but missed 'niezwłocznie' without a numerical term in §3 ust. 4 and §5, and the absence of the right to compensation beyond contractual penalty. With skill — 5 out of 5: checklist-15 item 10 directly asks about art. 484 § 1 KC, and style-redakcyjny.md:41-43 requires replacing 'niezwłocznie' with 'nie później niż w terminie X dni roboczych'; baza-klauzul/10-kary-umowne.md:42 provides the ready clause text. Beyond ground truth, the skill also caught §1 named 'Purpose' instead of 'Subject of Agreement' (violation of Golden Rule 12) and the unilateral nature of the document. Checked all 62 md-files — links resolve; practice-profile.md is intentionally absent (in .gitignore, generated by configuration workflow). Minus for documentation: SKILL.md suggests MCP via `uvx legal-cite`, but the package is not on PyPI (HTTP 404) — however, the body honestly marks this as 'after publication on PyPI' and sets a fallback `[UNVERIFIED]`, so the core works without MCP.
- What is the Commercial Legal PL SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
- How do I install Commercial Legal PL?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Commercial Legal PL with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.