From mypos-legal-copilot
STUB -- references the published Devil's advocate review skill. This stub exists so the plugin can ship without bundling the skill body. The actual skill body is published in the `anthropic-skills` plugin (or wherever the team has published it). Use this skill via the `triage-reviewer` subagent which loads the published version.
npx claudepluginhub mypostech/legalcopilot-mainThis skill uses the workspace's default tool permissions.
This file is a placeholder. The plugin does NOT bundle the Devil's advocate skill body -- it lives in the published Anthropic skills plugin (or the myPOS-internal skills marketplace, depending on where it was published).
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Share bugs, ideas, or general feedback.
This file is a placeholder. The plugin does NOT bundle the Devil's advocate skill body -- it lives in the published Anthropic skills plugin (or the myPOS-internal skills marketplace, depending on where it was published).
When /triage calls the triage-reviewer subagent (agents/triage-reviewer.md), that subagent calls Skill(skill: "devils-advocate-review") which Claude Code resolves to the published skill regardless of which plugin published it. The plugin user must have access to that skill in their environment.
If at any point we want the plugin to ship its own copy of the Devil's advocate skill (e.g., to pin a known-good version, or to operate without the published one):
SKILL.md with the full skill body (frontmatter + instructions).name: to keep devils-advocate-review (so callers don't change).description: to whatever the bundled version describes..claude-plugin/plugin.json./setup-copilot runs a smoke test that confirms the skill resolves. If it doesn't, the user is told to either:
anthropic-skills)Confirm with the legal copilot maintainers (Atanas / Emil) where the Devil's advocate skill is published and whether plugin users will reliably have it available. If yes, this stub is fine. If publishing is uncertain, replace with a bundled copy.