plugin-help
Show available commands and explain how to use the Gotrino assistant.
What this skill does
# Plugin Help Show available commands and explain how to use the Gotrino assistant. ## Output ```markdown # Gotrino Assistant A development assistant with skills for inclusion, triage, impact analysis, and more. ## Quick Reference ### Fast Checks (run anytime) | Command | What it does | |---------|--------------| | `/guardian [path]` | Quick inclusion gut-check (lightweight) | | `/language-check [path]` | Scan for non-inclusive language | | `/names-check [path]` | Check name diversity in examples | | `/i18n-check [path]` | Find internationalization issues | ### Deeper Analysis | Command | What it does | |---------|--------------| | `/examples-audit [path]` | Analyze mock data for cultural assumptions | | `/inclusion-audit [path]` | Comprehensive inclusion review | | `/test-assumption [path]` | Identify hidden assumptions about users | ### Debt Analysis | Command | What it does | |---------|--------------| | `/code-debt [path]` | TODO markers, dead code, deprecated APIs, oversized units | | `/doc-debt [path]` | Stale docs, missing API docs, broken links, undocumented env vars | | `/test-debt [path]` | Skipped tests, untested public APIs, flaky patterns | | `/dep-debt` | Outdated, unused, or abandoned dependencies | | `/design-debt [path]` | Inconsistent patterns, architectural drift, duplicated logic | | `/debt-audit [path]` | Run all debt dimensions, synthesize cross-cutting findings | ### Utilities | Command | What it does | |---------|--------------| | `/inclusive-names` | Generate diverse name suggestions | | `/explain [path]` | Create decision record in `decisions/` | | `/impact [path]` | Analyze change impact before making it | | `/triage` | Triage an incoming request, draft a ready-to-file issue | ### Setup | Command | What it does | |---------|--------------| | `/teach-charter` | Configure plugin for your project | ## Typical Workflow **Starting a new project:** 1. Run `/teach-charter` to set up your `.assistant-config.md` 2. Define your scope (US-only? Global? etc.) 3. Set priorities for your team **During development:** - Run `/guardian` after generating forms, UI, or examples - Chain it: "create the signup form, then /guardian it" - Run focused checks (`/language-check`, `/names-check`) as needed **Before shipping:** - Run `/inclusion-audit` for comprehensive review - Run `/test-assumption` on user-facing flows ## Configuration Your settings are stored in `.assistant-config.md`: - **Scope decisions**: What's in/out of scope (e.g., i18n for US-only products) - **Acknowledged findings**: Issues you've reviewed and accepted - **Priorities**: What matters most for your project - **Decisions location**: Where `/explain` saves decision records (default: `decisions/`) Run `/teach-charter` to create or update this file. ## Philosophy This assistant isn't a linter. It's a **second pair of eyes** that asks: > "Who might this exclude? What assumptions are baked in?" It won't catch everything, and not everything it catches needs fixing. Use judgment. The goal is code that welcomes more users, not compliance with rules. ``` ## Process 1. Output the help text above 2. If `.assistant-config.md` exists, note: "Config loaded. Run `/teach-charter` to view or update." 3. If no config exists, note: "No config found. Run `/teach-charter` to set up your project."
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.