skills/.deprecated/fusion-discover-skills/SKILL.md
DEPRECATED: Use fusion-skills instead. This skill has been superseded by fusion-skills, which provides discover, sync, and author modes in a single orchestrator.
npx skillsauth add equinor/fusion-skills fusion-discover-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Deprecated: This skill has been superseded by
fusion-skills. Use thediscovermode offusion-skillsinstead. All functionality from this skill is available there. Install:npx -y skills add equinor/fusion-skills fusion-skills
Use this skill when a user needs to discover which Fusion skill fits a task or wants MCP-backed guidance for installing, updating, or removing a skill.
Typical triggers:
Do not use this skill for:
Collect before responding:
query, install, update, or removeIf key inputs are missing, ask only the smallest question needed to resolve the intent.
Use references/follow-up-questions.md for clarifying vague requests about which skill or workflow the user wants.
If subagents are available, use the bundled advisor agents for specific discovery scenarios:
agents/fusion-mcp-advisor.md when Fusion MCP is available — this is the primary discovery pathagents/github-mcp-advisor.md when Fusion MCP is unavailable but GitHub MCP search is availableagents/github-raw-search-advisor.md as a final fallback using read-only CLI and GraphQL inspectionIf the runtime does not support bundled agents, follow the same workflow inline as described below.
Main workflow:
query.references/follow-up-questions.md as the default question bank.mcp_fusion_search_skills with the user's wording. This uses semantic search over the local skills index.mcp_fusion_search_skills results are weak or ambiguous, follow up with mcp_fusion_skills — it can reason about intent, resolve ambiguous names, and provide richer advisory context.mcp_fusion_skills with explicit intent set.mcp_fusion_skills by default when the intent is ambiguous.agent for install intent when known so the advisory command is directly usable.npx skills add --list <source>, local skills/**/SKILL.md searches, gh search code, or gh api graphql against the catalog repository.first/last small (≤ 30) and avoid nested connections to minimize point cost. Do not retry on rate-limit errors; surface the failure and suggest retrying later.fusion-issue-authoring, explain that it routes to issue-type-specific skills, and include the install guidance or next step returned by MCP.mcp_fusion_skills with intent: update and return the advisory update command or instructions from MCP.Return:
query, install, update, or remove)mcp_fusion_skills, GitHub MCP, shell listing, code search, or GraphQL fallback)Helper agents for specific discovery scenarios (when subagents are available):
Never:
Always:
tools
Use Fusion DevTools CLI (fdev) for API testing, token acquisition, service discovery, and person lookup during development. USE FOR: calling Fusion REST APIs, getting access tokens as JSON, discovering services and environments, resolving persons, PIM role activation. DO NOT USE FOR: modifying backend service code, deploying services, infrastructure changes, CI/CD pipeline configuration, or Service Bus operations.
testing
Main Copilot skill gate for the Fusion ecosystem — cross-domain router. USE FOR: routing between different Fusion domains (skills, issues, PRs, reviews) when the right domain skill is unclear; getting install guidance for missing skills. DO NOT USE FOR: skill lifecycle operations (use fusion-skills directly), tasks where a specific Fusion skill is already active.
tools
Entrypoint for all Fusion skill lifecycle operations. USE FOR: finding, installing, updating, syncing, or greenkeeping skills; setting up skill automation; creating or authoring a new skill; reporting a bug with a skill. DO NOT USE FOR: resolving GitHub issues, reviewing PRs, planning task breakdowns, or authoring GitHub issues — those are handled by other Fusion skills.
tools
Creates or modernizes repository skills with clear activation cues, purposeful support files, and practical review loops. USE FOR: creating a new skill, tightening an existing skill, improving discovery wording, and structuring references/assets/optional helper agents when they genuinely add value. DO NOT USE FOR: product-code changes, routine copy edits outside skills/, or documentation that should not become an installable skill.