fusion
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.
What this skill does
# Fusion Main gate. Identify intent, route to the right Fusion skill. **Requires `fusion-skills`** for skill lifecycle operations. If `fusion-skills` is not installed, suggest: `npx -y skills add equinor/fusion-skills fusion-skills` ## First-contact response If the user asks "what can you do?" or is clearly exploring for the first time, respond with a brief overview before asking clarifying questions: > "I route you to the right Fusion skill. Currently available: > - **Find, install, or manage skills** → `fusion-skills` > - **Create GitHub issues** → `fusion-issue-authoring` > - **Solve issues, review PRs, plan tasks** → experimental skills (ask me to check availability) > > Try: 'find me a skill for...' or 'create an issue for...'" ## Routing | Intent | Skill | Status | |--------|-------|--------| | Find, install, update, remove, sync, or greenkeep skills | `fusion-skills` | active | | Create, author, or improve a skill | `fusion-skills` | active | | Inspect a skill for quality issues or report a skill failure | `fusion-skills` | active | | Create or update a GitHub issue | `fusion-issue-authoring` | active | | Solve / implement a GitHub issue | `fusion-issue-solving` | experimental | | Plan or break down an issue into sub-tasks | `fusion-issue-task-planning` | experimental | | Address PR review comments | `fusion-github-review-resolution` | experimental | | Review a dependency update PR | `fusion-dependency-review` | experimental | ## Loop prevention This skill is a top-level router. It must never re-route back to itself. If you arrived here from another Fusion skill, do not redirect back to that skill — answer directly or state that the intent is out of scope. ## Workflow 1. Identify intent from the user's request. 2. Call `mcp_fusion_skills` to confirm which skill handles it and whether it is installed. - **If MCP is unavailable:** use the routing table above as the sole source of truth. Do not guess or hallucinate skill names. 3. **If installed:** redirect the user to invoke that skill directly. 4. **If not installed but available (active or experimental):** name the skill, state what it does in one sentence, note if experimental, and give the install command: ``` npx -y skills add equinor/fusion-skills <skill-name> ``` 5. **If the skill is experimental:** add a note: "This skill is experimental and may change. Install at your own risk." 6. **If intent doesn't match any routing entry:** say so and suggest the user describe their goal differently, or use `fusion-skills` discovery to search for a matching skill. 7. If intent is still unclear after reading the request, ask one conversational question: > "Are you looking to manage skills, create an issue, work on an issue, or review a PR?" ## Safety - No secrets or credentials. - No GitHub mutations without confirmation. - No remote script execution. - No invented skill names.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.