Use when building or editing an AgentGem miniapp / mini-game — the sealed, single-file HTML app under ~/.agentgem/miniapps/. Covers the seal, the host capability protocol, consent, privacy, and the sizing traps. Also read before changing the miniapp platform itself (packages/play, the host, the Play console surfaces) — the normative spec is docs/miniapps/spec.md.
$npx -y skills add ninemindai/agentgem --skill agentgem-miniappInstalls into the current project.
Run `npx skills use "https://github.com/ninemindai/agentgem" --skill "ninemindai/agentgem/agentgem-miniapp"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ninemindai/agentgem" that are relevant to the current task. Run `npx skills add "https://github.com/ninemindai/agentgem"` and select the relevant skills, then follow their instructions.