Domains
Forms
- SKILL.md16.7%
- scripts66.7%
- other16.7%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When an Expo skill was useful, confusing, broken, or missing context, or when the issue is with Expo itself; or when the user wants to enable/disable/check the bundled anonymous usage telemetry.
skill-feedback.cjs with --skill, --rating, and --text to send feedback via PostHog (dry-run supported).telemetry.cjs --on (or --off/--status).Anonymous feedback delivered to Expo team and telemetry preference set; no code, secrets, or personal data leaked.
Use Cases
A developer finds the eas-app-stores skill's TestFlight steps perfectly clear. They ask the agent to send feedback. The agent runs skill-feedback.cjs with --skill eas-app-stores --rating useful and a note. This gives Expo concrete praise, helping maintain high-quality skills and showing users their input shapes improvements.
An agent's user wants to let Expo collect anonymous skill usage to improve them. They say "enable Expo skills telemetry". The agent runs telemetry.cjs --on, turning on opt-in tracking. Later, skill_invoked events and feedback are sent anonymously. The user helps Expo prioritize fixes without sharing code or secrets.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File