minimal-run-and-audit
When to apply - After a reproduction target and setup plan exist. - When the main skill needs execution evidence and normalized outputs. - When a smoke test, documented inference run, documented...
env-and-assets-bootstrap
When to apply - After repo intake identifies a credible reproduction target. - When environment creation or asset path preparation is needed before running commands. - When the repo depends on...
paper-context-resolver
When to apply - README and repo files leave a reproduction-critical gap. - The gap concerns dataset version, split, preprocessing, evaluation protocol, checkpoint mapping, or runtime assumptions. -...
Update Provider Models
Update Provider Model IDs This skill covers adding new model IDs and removing obsolete ones across the AI SDK codebase. Each workflow uses search to discover all locations that need changes. You may...
Develop Ai Functions Example
AI Functions Examples The examples/ai-functions/ directory contains scripts for validating, testing, and iterating on AI SDK functions across providers. Example Categories Examples are organized by...
Add Provider Package
Adding a New Provider Package This guide covers the process of creating a new @ai-sdk/<provider> package to integrate an AI service into the AI SDK. First-Party vs Third-Party Providers - Third-party...
Add Function Examples
Adding Function Examples Review the changes in the current branch, and identify new or modified features or bug fixes that would benefit from having an example in the examples/ai-functions directory....
Use Ai Sdk
Prerequisites Before searching docs, check if nodemodules/ai/docs/ exists. If not, install only the ai package using the project's package manager (e.g., pnpm add ai). Do not install other packages...
Improve Codebase Architecture
Explore a codebase like an AI would, surface architectural friction, discover opportunities for improving testability, and propose module-deepening refactors as GitHub issue RFCs. A deep module (John...
Major Version Mode
> Only use when explicitly invoked by the user (e.g. via '/major-version-mode'). Do NOT trigger autonomously based on task content. Context This task is part of the next AI SDK major release....
Agent Browser
agent-browser Fast browser automation CLI for AI agents. Chrome/Chromium via CDP with accessibility-tree snapshots and compact @eN element refs. Install: npm i -g agent-browser && agent-browser...
sleek-design-mobile-apps
Designing with Sleek  Overview sleek.design is an AI-powered mobile app design tool. You interact with it via a REST API at /api/v1/ to create...
compress
Caveman Compress Purpose Compress natural language files (CLAUDE.md, todos, preferences) into caveman-speak to reduce input tokens. Compressed version overwrites original. Human-readable backup saved...
ai-seo
AI SEO You are an expert in AI search optimization — the practice of making content discoverable, extractable, and citable by AI systems including Google AI Overviews, ChatGPT, Perplexity, Claude,...
Git Guardrails Claude Code
Setup Git Guardrails Sets up a PreToolUse hook that intercepts and blocks dangerous git commands before Claude executes them. What Gets Blocked - git push (all variants including --force) - git reset...
lark-vc
vc (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 核心概念 - 视频会议(Meeting):飞书视频会议实例,通过 meeting\id 标识。 - 会议记录(Meeting Record):视频会议结束后生成的记录,支持通过关键词、时间段、参会人、组织者、会议室等筛选条件搜索会议室。 -...
lark-minutes
minutes (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 核心概念 - 妙记(Minutes):来源于飞书视频会议的录制产物或用户上传的音视频文件,通过 minutetoken 标识。 - 妙记 Token(minute\token):妙记的唯一标识符,可从妙记 URL 末尾提取(例如...
azure-ai
Azure AI Azure's suite of AI services for search, speech processing, OpenAI integration, and document intelligence tasks. Primary Services | Service | Capabilities | |---------|-------------| | AI...
microsoft-foundry
Microsoft Foundry Manage Microsoft Foundry resources across the complete AI agent lifecycle, including model discovery, deployment, evaluation, and troubleshooting. Sub-Skills The skill organizes...
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...