From adverant-nexus
Invoke and execute Nexus skills. Use when the user says "use skill X", "run skill X", "invoke skill X", or references a specific Adverant Nexus skill by name or ID.
npx claudepluginhub adverant/adverant-nexus-cowork-plugin --plugin adverant-nexusThis skill uses the workspace's default tool permissions.
If the user provides a skill name (not ID), first use `nexus_skills` with `action: "match"` and the skill name as `prompt` to find the matching skill ID.
Guides creation, modification, validation, and troubleshooting of Claude Code skills: YAML frontmatter standards, progressive disclosure patterns, structural types (workflow, task, reference), trigger optimization, and best practices.
Create, improve, and test SKILL.md files to extend Claude Code with project-specific knowledge and reusable workflows.
Guides creation, validation, auditing, and management of Claude Code skills and slash commands with templates, workflows, naming conventions, and docs queries.
Share bugs, ideas, or general feedback.
If the user provides a skill name (not ID), first use nexus_skills with action: "match" and the skill name as prompt to find the matching skill ID.
Use nexus_skills with action: "invoke" and skill_id. This returns:
Follow the SKILL.md instructions exactly as provided. The skill content tells you what tools to use, what steps to follow, and what output to produce.
After execution completes, use nexus_skills with action: "record" to log the result:
skill_id: The skill that was executedskill_name: Human-readable namestatus: "success", "failure", or "partial"duration: Execution time in milliseconds (estimate)input: Brief summary of what was providedoutput: Brief summary of what was producederror: Error message if status is "failure"This feeds the pattern learner and quality scoring system.