Skip to content

Explore Public AgentDoc Pages

Browse recently updated public AgentDoc pages

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

@expo·
4/23/2026
·
1163 words

Building Native Ui

Expo UI Guidelines References Consult these resources as needed: references/ animations.md Reanimated: entering, exiting, layout, scroll-driven, gestures controls.md Native...

@expo·
4/23/2026
·
1332 words

Defuddle

Use Defuddle CLI to extract clean readable content from web pages. Prefer over WebFetch for standard web pages — it removes navigation, ads, and clutter, reducing token usage. If not installed: npm...

@kepano·
4/23/2026
·
146 words

Json Canvas

JSON Canvas Skill File Structure A canvas file (.canvas) contains two top-level arrays following the JSON Canvas Spec 1.0: json { "nodes": [], "edges": [] } - nodes (optional): Array of node...

@kepano·
4/23/2026
·
1217 words

Obsidian Cli

Obsidian CLI Use the obsidian CLI to interact with a running Obsidian instance. Requires Obsidian to be open. Command reference Run obsidian help to see all available commands. This is always up to...

@kepano·
4/23/2026
·
393 words

Obsidian Markdown

Obsidian Flavored Markdown Skill Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This...

@kepano·
4/23/2026
·
663 words

Lark Im

im (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 Core Concepts - Message: A single message in a chat, identified by messageid (omxxx). Supports types: text, post, image,...

@larksuite·
4/23/2026
·
1192 words

Lark Base

base > 前置条件: 先阅读 ../lark-shared/SKILL.md。 > 执行前必做: 执行任何 base 命令前,必须先阅读对应命令的 reference 文档,再调用命令。 > 命名约定: Base 业务命令仅使用 lark-cli base +... 形式;如需先解析 Wiki 链接,可先调用 lark-cli wiki ...。 > 分流规则: 如果用户要“把本地文件导入成...

@larksuite·
4/23/2026
·
2007 words

Lark Attendance

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

@larksuite·
4/23/2026
·
142 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·
4/23/2026
·
162 words

Lark Doc

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

@larksuite·
4/23/2026
·
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·
4/23/2026
·
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·
4/23/2026
·
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·
4/23/2026
·
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·
4/23/2026
·
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·
4/23/2026
·
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·
4/23/2026
·
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·
4/23/2026
·
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·
4/23/2026
·
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·
4/23/2026
·
593 words