Legal

No standalone legal skill exists; it is a reference file inside business-ops.

Tested · Didn't pass

Test report

Verdict
Tested · Didn't pass
Tested
Jul 21, 2026
Environment
Claude Code 2.x (agent harness)

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (SKILL.md not found in repo tree). The test below is what we measured on Jul 21, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

Listed the repo tree via the GitHub API and grepped for "legal": the only hits are skills/business/business-ops/references/legal.md and a references/legal/ folder of sub-references. Enumerated every SKILL.md in the repo; none live in a directory named "legal". Fetched business-ops/SKILL.md (description mentions legal among many domains, user-invocable: false) and legal.md (a "Legal Workflows" reference with mode-detection tables), confirming "legal" is a conditionally-loaded reference file, not a standalone skill. Per protocol, no matching SKILL.md exists for the slug, so verdict is fails / NOT_FOUND.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 0/5
  • Triggers reliably 0/5
  • Output vs. baseline 0/10
  • Docs & honesty 0/5

What Legal does

The "legal" slug does not correspond to any installable skill in this repo. The only match is skills/business/business-ops/references/legal.md, a reference document that the business-ops skill loads on demand for contract review, compliance, NDA triage, and legal writing. There is no SKILL.md in a directory named legal, so it cannot be installed or triggered on its own.

How to install Legal

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger Legal

  • /legal No standalone legal skill exists; it is a reference file inside business-ops.

It also activates on plain-language prompts like these:

  • Review this contract for risky clauses
  • Triage this NDA for compliance issues
  • Draft a legal brief summarizing this dispute

Frequently asked questions

Is the Legal skill free?
Yes. The skill itself is free from notque/vexjoy-agent. SkillProof publishes the install command and an independent test verdict at no cost.
Does Legal work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 21, 2026. Verdict: Tested · Didn't pass. Listed the repo tree via the GitHub API and grepped for "legal": the only hits are skills/business/business-ops/references/legal.md and a references/legal/ folder of sub-references. Enumerated every SKILL.md in the repo; none live in a directory named "legal". Fetched business-ops/SKILL.md (description mentions legal among many domains, user-invocable: false) and legal.md (a "Legal Workflows" reference with mode-detection tables), confirming "legal" is a conditionally-loaded reference file, not a standalone skill. Per protocol, no matching SKILL.md exists for the slug, so verdict is fails / NOT_FOUND.
How do I install Legal?
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 Legal 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.