Native Data Fetching
Expo Networking You MUST use this skill for ANY networking work including API requests, data fetching, caching, or network debugging. References Consult these resources as needed: references/...
Expo Api Routes
When to Use API Routes Use API routes when you need: - Server-side secrets — API keys, database credentials, or tokens that must never reach the client - Database operations — Direct database queries...
Lark Slides
slides (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 CRITICAL — 生成任何 XML 之前,MUST 先用 Read 工具读取 xml-schema-quick-ref.md,禁止凭记忆猜测 XML 结构。 身份选择 飞书幻灯片通常是用户自己的内容资源。默认应优先显式使用 --as...
Lark Approval
approval (v4) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 API Resources bash lark-cli schema approval.<resource>.<method> # 调用 API 前必须先查看参数结构 lark-cli approval <resource>...
Capture API Response Test Fixture
For provider response parsing tests, store test fixtures with the true responses from the providers (unless they are too large, in which case semantic-preserving trimming is acceptable). The fixtures...
gws Shared Reference
gws — Shared Reference Installation The gws binary must be on $PATH. See the project README for install options. Authentication bash Browser-based OAuth (interactive) gws auth login Service Account...
Developing with Genkit JS
Genkit JS Prerequisites Ensure the genkit CLI is available. - Run genkit --version to verify. Minimum CLI version needed: 1.29.0 - If not found: npm install -g genkit-cli@^1.29.0 Hello World ts...
claude-api
Claude API The Claude API skill helps you develop LLM-powered applications using Claude and the Anthropic SDK. Supported Languages Python, TypeScript, Java, Go, Ruby, C#, PHP, and cURL/raw HTTP. Core...
react-view-transitions
React View Transitions Implementing smooth animations using React's View Transition API — enabling native-feeling transitions without third-party libraries. Core Mechanics The <ViewTransition>...