miniapp-capabilities
MiniApp Capabilities Skill
이 Skill은 MiniApp 기능의 존재 여부와 공식 API를 확인할 때 가장 먼저 씁니다.
Use when
- 필요한 기능이 MiniApp framework나 Granite에서 공식 지원되는지 확인할 때
- 권한, 로딩, 에러, analytics 체크가 필요한 기능인지 빠르게 점검할 때
- 공식 문서 진입점과 API 카탈로그를 함께 보고 싶을 때
Do not use for
- route path, page entry, navigation 설계:
granite-routing - TDS component 선택과 UI boundary:
tds-ui - provider runtime layout이나 server 연결 상태 점검: provider skill
읽는 순서
references/feature-map.md에서 필요한 기능 축이 존재하는지 먼저 찾는다.
More from jingjing2222/create-rn-miniapp
tds-ui
Decision skill for choosing TDS React Native components and UI boundaries in MiniApp screens. Use when translating product requirements into TDS components, reconciling public docs with actual exports, or deciding controlled/uncontrolled state patterns. Do not use for route design, capability lookup, provider/runtime work, or non-TDS native module decisions.
13granite-routing
Use when you are changing Granite route paths, page entries, params, or navigation flow in the MiniApp frontend. Do not use for capability lookup, provider runtime work, or TDS component selection.
13backoffice-react
>-
11supabase-project
>-
8trpc-boundary
Use when you are changing tRPC contracts, app-router shape, or client and server import order across the shared boundary. Do not use for provider runtime layout, remote operations, or generic route and UI work.
4cloudflare-worker
>-
4