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

poc波克

Agent Skill

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

总安装

451

周安装

19

GitHub Stars

公开资料未说明

下载量

158
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/nathanfaucett/agents --skill poc

简介

poc 将模糊想法转化为最小可行实验方案,验证技术可行性并输出代码草图与测试路径。

  • 适合产品原型设计、技术选型评估或快速验证创新概念的场景。
  • 基于约束条件推荐最优实验路径,降低试错成本与资源浪费。
  • 通过 npx 从 GitHub 安装,运行时不依赖本地编译环境。
  • 注意输出为研究导向而非生产代码,需人工复核后再投入实际开发。

SKILL.md

Summary

Quickly turn an idea into a testable proof of concept. Answer: Can this work? What is the smallest experiment to prove it? What evidence do we need before building the real thing?

Outputs: code sketch, experiment plan, test harness, architecture notes, and a go/iterate/stop recommendation.

Delegate feasibility analysis and POC design to a research-focused engineering agent.

When to use

  • Idea is vague and needs validation.
  • Comparing multiple approaches.
  • Need a quick prototype, benchmark, or integration spike.
  • Want a recommendation based on constraints (time, cost, platform, risk).

When not to use

  • User needs production-ready code or full hardening.
  • Problem is routine and well understood.
  • Task requires broad refactoring, not a narrow experiment.

Inputs

Provide:

  • Problem statement or idea
  • Constraints (deadline, platform, budget, dependencies, compliance)
  • Existing code, APIs, or competing approaches
  • Success criteria
  • Any limits on files, dependencies, or commands

If unclear, ask only for the minimum info needed to define an experiment.

Outputs

Produce a compact POC package:

  1. Feasibility summary: Go / Iterate / Stop, with reasons
  2. Proposed experiment: minimal steps to answer the core question
  3. Success criteria: observable outcomes or pass/fail
  4. Risks/trade-offs: main risks, assumptions, failure modes
  5. Artifacts: code sketch, config, or notes if useful
  6. Next steps: what to do if experiment succeeds, fails, or is inconclusive

Operating mode

  • Always delegate core investigation to a research-focused engineering agent.
  • Frame as research/prototype, not production.
  • Prefer the smallest credible experiment.
  • Keep artifacts minimal and easy to discard.
  • Note where POC cuts corners vs. production.

Process

  1. Clarify the core question/uncertainty.
  2. Define constraints (time, env, dependencies, data, perf).
  3. Pick experiment type: code spike, benchmark, integration mock, comparison, or test harness.
  4. Invoke a research-focused engineering agent for feasibility, comparison, and minimal POC design.
  5. Review: ensure evidence, not just opinion.
  6. Package: summarize feasibility, steps, criteria, next actions.
  7. Expand scope only if user requests implementation after POC.

Branching logic

  • Comparing approaches? Ask for comparison, trade-offs, effort, and experiment.
  • Testing scale? Ask for benchmark POC with thresholds.
  • Integration spike? Ask for minimal mock or end-to-end path.
  • User wants code? Frame as limited POC, document shortcuts.
  • User needs production? State POC is not production, only de-risks idea.

Quality bar

Success =

  • Concrete uncertainty resolved
  • Evidence-based recommendation
  • Explicit acceptance criteria
  • Minimal time/scope, high decision value
  • Non-production shortcuts are visible

Guardrails

  • Never present POC code as production-ready.
  • Never request/store secrets.
  • Avoid broad repo changes unless user asks.
  • Prefer mocks/sample data over sensitive data.
  • Call out missing validation, hardening, tests, ops.

Prompt patterns for research-focused engineering agents

  • "Design a 1-2 day POC to validate if {approach} meets {constraint}. Include steps, minimal artifacts, and success criteria."
  • "Compare approaches A, B, C for {problem}. Recommend the smallest experiment to choose confidently."
  • "Make a lightweight benchmark plan to test if {system} handles {load target}. Include pass/fail."
  • "Sketch a minimal integration spike for {service/API}. Show what to mock, measure, and what makes it successful."

Example requests

  • "Validate streaming updates from provider X with <500ms latency."
  • "Compare queue vs RPC for workflow and propose POC."
  • "Prototype plan to test local-first sync for offline mode."
  • "Research replacing vendor Y with open-source and define POC."

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.05%
按下载量换算60

Claude

30.1%
按下载量换算48

Cursor

18.91%
按下载量换算30

Gemini CLI

9.49%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills