Skill Map

May 23, 2026 · View on GitHub

English | 中文

Active Public Skills

SkillPurposeCurrent ShapePublic Readiness
miniapp-official-scaffold-alignmentValidate scaffold correctness before feature work begins.SKILL.md + baseline referencemedium
miniapp-devtools-recoveryRecover repos after wrong-root imports or DevTools template drift.SKILL.md + recovery checklistmedium
miniapp-devtools-cli-repairUse the official DevTools CLI as the primary diagnostic path.SKILL.md + CLI playbookhigh
miniapp-devtools-gui-checkCatch runtime and interaction failures that do not surface in preview.SKILL.md + GUI playbook + public beta toolhigh
miniapp-center-hub-refactorReorganize a growing miniapp into a clearer hub with stable section ownership.SKILL.md + hub playbookmedium
miniapp-user-facing-copy-trimShorten verbose miniapp copy into clearer action-first UI text.SKILL.md + copy-trim playbookmedium

Platform Compatibility

All skills support both Codex and Claude Code:

  • Codex: Reads name and description from SKILL.md, uses agents/openai.yaml for platform config
  • Claude Code: Reads all SKILL.md fields including optional tools and slash_command

Slash Commands

Each skill can be triggered manually in Claude Code using its slash command:

SkillSlash Command
miniapp-official-scaffold-alignment/miniapp-official-scaffold-alignment
miniapp-devtools-recovery/miniapp-devtools-recovery
miniapp-devtools-cli-repair/miniapp-devtools-cli-repair
miniapp-devtools-gui-check/miniapp-devtools-gui-check
miniapp-center-hub-refactor/miniapp-center-hub-refactor
miniapp-user-facing-copy-trim/miniapp-user-facing-copy-trim

Planned Skills

These are promising, but still more product-bound than the current public batch:

SkillPurposeReason Not Included Yet
miniprogram-local-backend-bridgeConnect a miniapp to a local backend with fallback behavior.still tied to local backend contract and app runtime choices
miniapp-design-system-evolutionEvolve a reusable miniapp design system.still depends on repo-specific visual case studies
miniprogram-task-center-scaffoldBuild a writable task center with refresh flow.still bound to one app's data model and page contracts

Criteria For Promotion To Public

  • The skill can be understood without one source repo's context.
  • The skill avoids absolute paths, app-specific storage keys, and private route names in the core instructions.
  • The skill has a stable trigger description.
  • The skill has at least one reference file that explains the workflow in reusable terms.
  • The skill can survive forward-testing on a different miniapp repo.