help
<!-- plugin/skills/help/SKILL.md -->
What this skill does
<!-- plugin/skills/help/SKILL.md --> --- name: help description: This skill should be used when the user asks "help", "what commands", "list commands", "what can mira do", "mira help", "show commands", "what can you do", "how do I use mira", or wants to see all available Mira skills and tools. --- # Mira Commands ## Getting Started | Command | Description | |---------|-------------| | `/mira:help` | Show all available commands and tools | | `/mira:status` | Quick health check: index stats, storage, active goals | | `/mira:recap` | Get session context, preferences, and active goals | ## Daily Use | Command | Description | |---------|-------------| | `/mira:search <query>` | Semantic code search — find code by meaning, not just text | | `/mira:goals` | Track cross-session objectives with milestones | | `/mira:diff` | Semantic analysis of git changes with impact assessment | | `/mira:insights` | Surface background analysis and predictions | ## Power User | Command | Description | |---------|-------------| | `/mira:experts` | Expert consultation via Agent Teams | | `/mira:full-cycle` | End-to-end expert review with implementation and QA | | `/mira:qa-hardening` | Production readiness review and hardening backlog | | `/mira:refactor` | Safe code restructuring with architect and reviewer validation | ## MCP Tools Beyond slash commands, Mira provides MCP tools that Claude uses automatically: `code`, `diff`, `project`, `session`, `insights`, `goal`, `index`, `launch` Note: `team` is available via `mira tool team ...` (CLI only, not exposed as an MCP tool). These power semantic search, call graph analysis, persistent memory, and more — no slash command needed. ## Tool Dependencies Some tools require indexing before they work. Here's what depends on what. ### Requires code index (`index(action="project")`) | Tool | Notes | |------|-------| | `code(action="search")` | Semantic search over indexed code | | `code(action="callers")` / `code(action="callees")` | Call graph analysis | | `code(action="bundle")` | Module extraction | | `diff(include_impact=true)` | Impact analysis of changes | ### Requires health scan (`index(action="health")`) | Tool | Notes | |------|-------| | `code(action="dependencies")` | Auto-queues health scan if missing | | `code(action="dead_code")` | Auto-queues health scan if missing | | `insights()` | Needs health data for analysis | ### Works without indexing | Tool | Notes | |------|-------| | `project(*)`, `session(*)`, `goal(*)` | Session and goal management | | `code(action="symbols")` | Single-file parsing via tree-sitter | | `diff()` (without impact) | Git-based analysis only | Note: `project(action="start")` auto-triggers background indexing, so most users never need to manually index. ## Instructions Present the command reference above. If the user seems new to Mira, highlight `/mira:status` and `/mira:recap` as good starting points. ## Tip New session? Run `/mira:recap` to restore context from previous work. Quick health check? Run `/mira:status` to see index stats, storage, and active goals.
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.