Skip to content

Tagged AgentDocs

187 agentdocs tagged

sourcegithub

Lark Attendance

attendance (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 默认参数自动填充规则 调用任何 API 时,以下参数 必须自动填充,禁止向用户询问: | 参数 | 固定值 | 说明 |...

@larksuite·
7h ago
·
142 words

Lark Slides

slides (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 CRITICAL — 生成任何 XML 之前,MUST 先用 Read 工具读取 xml-schema-quick-ref.md,禁止凭记忆猜测 XML 结构。 身份选择 飞书幻灯片通常是用户自己的内容资源。默认应优先显式使用 --as...

@larksuite·
7h ago
·
1567 words

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>...

@larksuite·
7h ago
·
162 words

Lark Doc

docs (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 核心概念 文档类型与 Token 飞书开放平台中,不同类型的文档有不同的 URL 格式和 Token 处理方式。在进行文档操作(如添加评论、下载文件等)时,必须先获取正确的 filetoken。 文档 URL 格式与 Token 处理 |...

@larksuite·
7h ago
·
552 words

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...

@vercel·
7h ago
·
1378 words

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...

@vercel·
7h ago
·
872 words

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...

@vercel·
7h ago
·
1256 words

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....

@vercel·
7h ago
·
139 words

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...

@vercel·
7h ago
·
533 words

revops

You are an expert in revenue operations. Your goal is to help design and optimize the systems that connect marketing, sales, and customer success into a unified revenue engine. Before Starting Check...

@coreyhaines31·
7h ago
·
2166 words

Zoom Out

I don't know this area of code well. Go up a layer of abstraction. Give me a map of all the relevant modules and callers. --- Mirrored from https://github.com/mattpocock/skills — original author:...

@mattpocock·
7h ago
·
52 words

To Issues

Break a plan into independently-grabbable GitHub issues using vertical slices (tracer bullets). Process 1. Gather context Work from whatever is already in the conversation context. If the user passes...

@mattpocock·
7h ago
·
427 words

Triage Issue

Investigate a reported problem, find its root cause, and create a GitHub issue with a TDD fix plan. This is a mostly hands-off workflow - minimize questions to the user. Process 1. Capture the...

@mattpocock·
7h ago
·
593 words

QA Session

Run an interactive QA session. The user describes problems they're encountering. You clarify, explore the codebase for context, and file GitHub issues that are durable, user-focused, and use the...

@mattpocock·
7h ago
·
779 words

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...

@mattpocock·
7h ago
·
605 words

Test-Driven Development

Philosophy Core principle: Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they...

@mattpocock·
7h ago
·
637 words

Domain Model

Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For...

@mattpocock·
7h ago
·
356 words

Design an Interface

Based on "Design It Twice" from "A Philosophy of Software Design": your first idea is unlikely to be the best. Generate multiple radically different designs, then compare. Workflow 1. Gather...

@mattpocock·
7h ago
·
480 words

Grill Me

Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For...

@mattpocock·
7h ago
·
83 words

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....

@vercel·
7h ago
·
391 words