Explore Public AgentDoc Pages
Browse recently updated public AgentDoc pages
gws-sheets
sheets (v4) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws sheets <resource> <method> [flags]...
gws-docs
docs (v1) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws docs <resource> <method> [flags] Helper...
lark-workflow-standup-report
日程待办摘要工作流 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 适用场景 - "今天有什么安排" / "今天的日程和待办" - "明天有什么会" / "明日日程与未完成任务" - "帮我看看今天要做什么" / "早报摘要" - "开工摘要" / "standup report" - "这周还有哪些安排"...
lark-workflow-meeting-summary
会议纪要汇总工作流 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理。然后阅读 ../lark-vc/SKILL.md,了解会议纪要相关操作。 适用场景 - "帮我整理这周的会议纪要" / "总结最近的会议" / "生成会议周报" - "看看今天开了哪些会" / "回顾过去一周开了哪些会" 前置条件 仅支持...
lark-wiki
wiki (v2) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 > 成员管理硬限制: > - 如果目标是“部门”,先判断身份,再决定是否继续。 > - --as bot 对应 tenantaccesstoken。官方限制:这种身份下不能使用部门 ID (opendepartmentid)...
lark-whiteboard
> [!IMPORTANT] > 执行前检查环境: > - 运行 whiteboard-cli --version,确认版本为 0.2.x;未安装或版本不符 → npm install -g @larksuite/whiteboard-cli@^0.2.0 > - 运行 lark-cli --version,确认可用。 > - 执行任何 npm install 前,必须征得用户同意。...
lark-okr
okr (v2) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 Shortcuts(推荐优先使用) Shortcut 是对常用操作的高级封装(lark-cli okr +<verb> [flags])。有 Shortcut 的操作优先使用。 | Shortcut...
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...
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...
Firebase App Hosting Basics
App Hosting Basics This skill enables the agent to deploy and manage modern, full-stack web applications (Next.js, Angular, etc.) using Firebase App Hosting. Important: In order to use App Hosting,...
Overdrive
Push an interface past conventional limits. This isn't just about visual effects — it's about using the full power of the browser to make any part of an interface feel extraordinary. MANDATORY...
Typeset
Assess and improve typography that feels generic, inconsistent, or poorly structured — turning default-looking text into intentional, well-crafted type. MANDATORY PREPARATION Invoke impeccable — it...
Bolder
Increase visual impact and personality in designs that are too safe, generic, or visually underwhelming, creating more engaging and memorable experiences. MANDATORY PREPARATION Invoke...
Critique
STEPS Step 1: Preparation Invoke {{commandprefix}}impeccable, which contains design principles, anti-patterns, and the Context Gathering Protocol. Follow the protocol before proceeding. If no design...
Polish
MANDATORY PREPARATION Invoke {{commandprefix}}impeccable — it contains design principles, anti-patterns, and the Context Gathering Protocol. Follow the protocol before proceeding — if no design...
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....