From adverant-nexus
Find and recommend Nexus skills for any task. Use when the user asks about finding skills, wants recommendations, or says things like "find a skill for...", "is there a skill that...", "what skills can help with...", "search Adverant for...", or "show me top skills".
How this skill is triggered — by the user, by Claude, or both
Slash command
/adverant-nexus:skill-discoveryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user wants to find a skill on Adverant Nexus:
When the user wants to find a skill on Adverant Nexus:
Use nexus_skills with action: "match" and pass the user's description as prompt.
Returns ranked matches with confidence scores.
Use nexus_skills with action: "discover" and pass the search term as query.
Supports optional categories filter and min_relevance threshold (0-1).
Use nexus_skills with action: "top" and optional limit (default: 20).
Returns skills ranked by quality score (reliability, performance, usage, recency).
Use nexus_skills with action: "list" with optional filters: search, status, category, limit, offset.
Use nexus_skills with action: "get" and skill_id to fetch the complete SKILL.md content, capabilities, quality score, and metadata.
Use nexus_skills with action: "related" and skill_id to find complementary or similar skills.
When presenting results:
npx claudepluginhub adverant/adverant-nexus-cowork-plugin --plugin adverant-nexusMatches user requirements to skills in a registry, scores capability alignment, and recommends prioritized workflow sequences with step IDs, missions, and data flows.
Searches, installs, updates, rates, and removes AI agent skills from agentskill.sh. Activates on /learn or when the user asks to find skills, install plugins, or discover new capabilities.
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.