lark-mail
mail (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 核心概念 - 邮件(Message):一封具体的邮件,包含发件人、收件人、主题、正文(纯文本/HTML)、附件。每封邮件有唯一 messageid。 - 会话(Thread):同一主题的邮件链,包含原始邮件和所有回复/转发。通过...
lark-event
event (v1) > 前置条件: 先阅读 ../lark-shared/SKILL.md 了解认证、权限处理和安全规则。 Shortcuts(推荐优先使用) Shortcut 是对常用操作的高级封装(lark-cli event +<verb> [flags])。有 Shortcut 的操作优先使用。 | Shortcut | 说明 | |----------|------| |...
lark-contact
contact (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 Shortcuts(推荐优先使用) Shortcut 是对常用操作的高级封装(lark-cli contact +<verb> [flags])。有 Shortcut 的操作优先使用。 | Shortcut | 说明 |...
Turborepo
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT...
Receiving Code Review
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social...
Test-Driven Development
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing....
Brainstorming
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one...
shadcn
Complete shadcn/ui component management for adding, searching, fixing, styling, and composing UI. Core Capabilities - Adding, updating, and debugging components using CLI commands - Applying presets...
azure-diagnostics
Azure Diagnostics Systematic guidance for debugging Azure production issues using AppLens, Azure Monitor, and resource health checks. When to Use Activate this skill when troubleshooting: -...
azure-upgrade
Azure Upgrade Assessment and automated upgrades of Azure workloads between plans, tiers, or SKUs. Handles migrations like moving from Consumption to Flex Consumption plans and cross-service...
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...
azure-kubernetes
Azure Kubernetes Plan and deploy production-ready AKS clusters, focusing on critical Day-0 decisions (hard to change later) versus Day-1 features (configurable post-creation). Initial Assessment...
azure-cost
Azure Cost Unified Azure cost management capabilities across three primary workflows: querying historical costs, forecasting future spending, and optimizing resource usage. Core Functions | Workflow...
azure-quotas
Azure Quotas > AUTHORITATIVE GUIDANCE — Follow these instructions exactly for quota management and capacity validation. Overview Azure quotas (also called service limits) are the maximum number of...
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...
browser-use
Browser Use Fast, persistent browser automation with session continuity across sequential agent commands. The browser stays open between commands (50ms latency via a persistent background daemon),...
vercel-cli-with-tokens
Vercel CLI with Tokens Deploy and manage projects on Vercel using the CLI with token-based authentication, without relying on vercel login. Step 1: Locate the Vercel Token Before running any Vercel...
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>...
react-native-skills
React Native Skills Mobile development guidance from Vercel covering React Native and Expo best practices, organized into eight priority-ranked categories. Key Focus Areas Critical Priority — List...
deploy-to-vercel
Deploy to Vercel A structured decision flow for deploying applications to Vercel. Core principle: always deploy as preview (not production) unless the user explicitly asks for production. Initial...