Acerca de
Esta habilidad permite a los desarrolladores enviar comentarios sobre las habilidades de Expo o sobre el propio framework de Expo, y gestionar la configuración de telemetría de uso anónima. Se utiliza al proporcionar retroalimentación sobre el rendimiento de las habilidades, reportar problemas del SDK de Expo, o al activar/desactivar la recolección de telemetría. La telemetría es opcional y está desactivada por defecto, requiriendo una habilitación explícita por parte del usuario.
Instalación rápida
Claude Code
Recomendadonpx 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-feedbackCopia y pega este comando en Claude Code para instalar esta habilidad
Documentación
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.
Repositorio GitHub
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.
Habilidades relacionadas
Esta habilidad proporciona una configuración probada en producción para Content Collections, una herramienta centrada en TypeScript que transforma archivos Markdown/MDX en colecciones de datos con tipado seguro mediante validación Zod. Úsala al construir blogs, sitios de documentación o aplicaciones Vite + React con mucho contenido para garantizar seguridad de tipos y validación automática de contenido. Abarca todo, desde la configuración del plugin de Vite y compilación MDX hasta la optimización de despliegue y validación de esquemas.
Esta habilidad permite a los desarrolladores crear aplicaciones con la plataforma de mercados de predicción Polymarket, incluyendo la integración de API para operaciones y datos de mercado. También proporciona transmisión de datos en tiempo real a través de WebSocket para monitorear operaciones en vivo y actividad del mercado. Úsela para implementar estrategias de trading o crear herramientas que procesen actualizaciones de mercado en tiempo real.
Esta habilidad ayuda a los desarrolladores a crear complementos de OpenCode que se conectan a más de 25 tipos de eventos, como comandos, archivos y operaciones LSP. Proporciona la estructura del complemento, las especificaciones de la API de eventos y los patrones de implementación para módulos en JavaScript/TypeScript. Úsala cuando necesites interceptar, monitorear o extender el ciclo de vida del asistente de IA de OpenCode con lógica personalizada basada en eventos.
SGLang es un framework de alto rendimiento para el servicio de LLM que se especializa en generación rápida y estructurada para JSON, expresiones regulares y flujos de trabajo de agentes utilizando su caché de prefijos RadixAttention. Ofrece una inferencia significativamente más rápida, especialmente para tareas con prefijos repetidos, lo que lo hace ideal para salidas complejas y estructuradas, y conversaciones multiturno. Elige SGLang sobre alternativas como vLLM cuando necesites decodificación restringida o estés construyendo aplicaciones con uso extensivo de prefijos compartidos.
