expo-skill-feedback
Über
Diese Funktion ermöglicht es Entwicklern, Feedback zu Expo-Skills oder dem Expo-Framework selbst einzureichen und die Einstellungen für anonyme Nutzungstelemetrie zu verwalten. Sie wird verwendet, um Feedback zur Skill-Leistung zu geben, Probleme mit dem Expo SDK zu melden oder sich für die Erfassung von Telemetriedaten anzumelden bzw. davon abzumelden. Die Telemetrie ist standardmäßig deaktiviert und erfordert eine ausdrückliche Aktivierung durch den Benutzer.
Schnellinstallation
Claude Code
Empfohlennpx skills add expo/skills -a claude-code/plugin add https://github.com/expo/skillsgit clone https://github.com/expo/skills.git ~/.claude/skills/expo-skill-feedbackKopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um diese Fähigkeit zu installieren
Dokumentation
Expo Skill Feedback
Send anonymous feedback on an Expo skill — or on Expo itself — and turn the bundled usage
telemetry on or off. Telemetry is off by default (opt-in) — nothing is sent until it's
enabled. Feedback goes to the Expo team via PostHog. Only the skill name, your rating + note,
platform, and a hash of a random local install id are sent — never code, prompts, file paths,
secrets, or personal data. (A separate automatic skill_invoked event fires when a skill runs
once enabled; the switch below controls both.)
Submitting feedback
Be proactive: when a skill was wrong, confusing, outdated, or missing — or the trouble is
with Expo itself — send 1-3 concrete sentences. Pass the skill you're rating to
--skill (the skill being rated, not expo-skill-feedback):
node "${CLAUDE_PLUGIN_ROOT}/skills/expo-skill-feedback/scripts/skill-feedback.cjs" \
--skill eas-app-stores --rating useful \
--text "TestFlight steps were clear and worked first try."
--rating:useful·confusing·bug·idea·other--about:skill(default) ·expo(the issue is Expo itself, not the skill)--dry-runprints the payload without sending
Never include secrets, source code, long prompts, or stack traces.
If the command refuses because telemetry is off, don't drop the feedback — ask the user once (see Turning it on or off), and resend the same command after they enable.
Turning it on or off
Telemetry is anonymous and off by default (opt-in) — nothing (neither the automatic
skill_invoked event nor feedback) is sent until the user enables it. Saying so in
conversation is the switch: when the user says "enable Expo skills telemetry" — or
answers yes when you offer — run:
node "${CLAUDE_PLUGIN_ROOT}/skills/expo-skill-feedback/scripts/telemetry.cjs" --on
--off turns it off again. When the user asks whether telemetry is on, run --status
and relay its output — don't answer from memory; env vars and CI can override the saved
state. Env equivalents: EXPO_SKILLS_TELEMETRY=1 to enable, =0 or DO_NOT_TRACK=1 to
disable; CI never sends.
Never enable it on your own. If a feedback send was refused because telemetry is off,
ask the user once — "Expo skills telemetry is off; enable it (anonymous) and send this?" —
and run --on only after an explicit yes. If they decline, drop the feedback silently.
GitHub Repository
Frequently asked questions
What is the expo-skill-feedback skill?
expo-skill-feedback is a Claude Skill by expo. Skills package instructions and resources that Claude loads on demand, so Claude can perform expo-skill-feedback-related tasks without extra prompting.
How do I install expo-skill-feedback?
Use the install commands on this page: add expo-skill-feedback to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does expo-skill-feedback belong to?
expo-skill-feedback is in the Meta category, tagged general.
Is expo-skill-feedback free to use?
Yes. expo-skill-feedback is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
Verwandte Skills
Diese Skill bietet eine produktionsgetestete Einrichtung für Content Collections – ein TypeScript-first-Tool, das Markdown/MDX-Dateien in typsichere Datensammlungen mit Zod-Validierung umwandelt. Verwenden Sie ihn beim Erstellen von Blogs, Dokumentationsseiten oder inhaltsstarken Vite + React-Anwendungen, um Typsicherheit und automatische Inhaltsvalidierung zu gewährleisten. Er behandelt alles von der Vite-Plugin-Konfiguration und MDX-Kompilierung bis hin zur Deployment-Optimierung und Schema-Validierung.
Diese Fähigkeit ermöglicht es Entwicklern, Anwendungen mit der Polymarket-Prognosemärkte-Plattform zu erstellen, einschließlich API-Integration für Handel und Marktdaten. Sie bietet außerdem Echtzeit-Datenstreaming über WebSocket, um Live-Trades und Marktaktivitäten zu überwachen. Nutzen Sie sie zur Implementierung von Handelsstrategien oder zur Erstellung von Tools, die Live-Marktaktualisierungen verarbeiten.
Diese Fähigkeit unterstützt Entwickler dabei, OpenCode-Plugins zu erstellen, die in über 25 Ereignistypen wie Befehle, Dateien und LSP-Operationen eingreifen. Sie bietet die Plugin-Struktur, Event-API-Spezifikationen und Implementierungsmuster für JavaScript/TypeScript-Module. Nutzen Sie sie, wenn Sie den Lebenszyklus des OpenCode KI-Assistenten mit benutzerdefinierter ereignisgesteuerter Logik abfangen, überwachen oder erweitern müssen.
SGLang ist ein hochperformantes LLM-Serving-Framework, das sich auf schnelle, strukturierte Generierung für JSON, Regex und agentenbasierte Workflows unter Verwendung seines RadixAttention-Prefix-Cachings spezialisiert. Es bietet deutlich schnellere Inferenz, insbesondere für Aufgaben mit wiederholten Präfixen, was es ideal für komplexe, strukturierte Ausgaben und Mehrfachdialoge macht. Wählen Sie SGLang gegenüber Alternativen wie vLLM, wenn Sie constrained decoding benötigen oder Anwendungen mit umfangreicher Präfix-Weitergabe entwickeln.
