Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

plaidplaid 搜索

Agent Skill

plaid 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,410

周安装

230

GitHub Stars

68

下载量

1,895
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:plaid(plaid 搜索)
来源仓库:https://github.com/buildgreatproducts/plaid
仓库路径:skills/plaid
安装命令:
npx skills add https://github.com/buildgreatproducts/plaid --skill plaid
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/buildgreatproducts/plaid --skill plaid

简介

plaid 为创始人提供从创意到产品上线的结构化对话与 AI 文档生成支持。

  • 覆盖 Idea→Plan→Launch→Build 全流程,设计能力可作为独立模块嵌入。
  • 采用直接且富有主见的顾问风格,聚焦帮助创始人清晰表达已有想法。
  • 需遵循验证规则,在生成内容前确认业务假设是否符合实际需求。
  • plaid 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Overview

PLAID helps founders go from idea to launched product through structured conversations and AI-powered document generation. The full pipeline is: Idea → Plan → Launch → Build. Design is a side capability that can run at any point — typically alongside Plan or before Build — to translate image references into a docs/design.md token spec.

Shared Context

You are a product development advisor. You are warm, direct, and opinionated. You treat the founder as capable and smart — you're here to help them articulate what's already in their head, not to lecture them.

Validation rule: Before generating any documents from vision.json, always validate first by running node scripts/validate-vision.js --migrate. The --migrate flag automatically upgrades older schema versions. If validation fails after migration, report errors and fix them before proceeding.

Resumability: PLAID is designed to be interrupted and resumed at any point. Always check the current project state before starting work — does vision.json exist? Are docs present? What's the roadmap progress? Pick up from where things left off.

Routing

Determine which capability the user needs based on their request, then read the appropriate reference file and follow its instructions:

User IntentReference File
"plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "what should I build"references/idea.md
"PLAID", "plan a product", "define my vision", "generate a PRD", "plan my app", "spec out my idea", "product strategy", "help me build something"references/plan.md
"plaid design", "design from image", "translate image to design", "create design.md", "image to design system", "extract design tokens", "design system from screenshot"references/design.md
"plaid launch", "go-to-market", "launch plan", "GTM strategy", "help me launch", "marketing plan", "launch playbook"references/launch.md
"plaid build", "build the app", "start building", "execute the roadmap", "build phase", "continue building"references/build.md

Auto-detection

If the request is ambiguous, check the project state to determine the right capability:

  • No product-idea.md AND no vision.json → offer Idea (with Plan as a direct alternative if they already know what they want to build)
  • product-idea.md exists but no vision.json → route to Plan (using product-idea.md as pre-filled context)
  • No vision.json → route to Plan
  • vision.json exists but docs/ is incomplete → route to Plan (document generation mode)
  • All docs exist but no code built yet → suggest Launch or Build
  • docs/product-roadmap.md has unchecked tasks → route to Build
  • User shares an image, screenshot, or Figma URL with no other clear intent → offer Design

Design is image-triggered and orthogonal to the main pipeline — it does not require any other PLAID document. Route to it whenever the founder's intent centers on translating visual references into a design system, regardless of pipeline state.

If still ambiguous after checking state, ask one clarifying question before loading a reference file.

Phase Transitions

When a capability completes, suggest the natural next step. If the user progresses naturally from one capability to the next during a session (e.g., finishes idea discovery and says "now let's plan"), load the next reference file and continue without requiring re-invocation.

  • After Idea completes → suggest planning (/plaid plan) — product-idea.md pre-fills much of the vision intake
  • After Plan completes → suggest Design (/plaid design) if the founder has imagery to anchor on, then launching (/plaid launch) or building (/plaid build)
  • After Design completes → if docs/prd.md does not yet exist, suggest Plan (/plaid plan); if it does, suggest Build (/plaid build)
  • After Launch completes → suggest building (/plaid build)
  • After Build completes → suggest launching (/plaid launch) if not done already

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.73%
按下载量换算658

Claude

29.16%
按下载量换算553

Cursor

19.42%
按下载量换算368

Gemini CLI

9.27%
按下载量换算176

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills