Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

rubber-duck橡皮鸭

Agent Skill

rubber-duck 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

222

周安装

9

GitHub Stars

公开资料未说明

下载量

70
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/ouj/skills --skill rubber-duck

简介

rubber-duck 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态或代码变更进行整理。
  • 通过 npx skills add 命令从指定仓库安装,需结合 README 确认具体用法。
  • 安装前建议核实权限范围、维护状态及是否涉及联网或文件操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Rubber Duck

Explore an idea until it becomes a clean, minimal, well-structured design. Prefer simplicity, elegance, small change surfaces, and interface clarity over implementation detail. Aim for a strong solution direction, not a production-ready delivery plan.

Workflow

Follow these steps in order. Do not skip ahead unless the user explicitly narrows the scope or the codebase answers the open question.

  1. Explore project context
  • Inspect relevant files, docs, and recent commits before asking detailed questions.
  • Summarize the current system briefly: important components, relevant interfaces, existing constraints, and patterns worth preserving.
  • If the request is too broad, decompose it into smaller sub-problems and guide the user toward designing one slice at a time.
  1. Ask clarifying questions
  • Ask one question per message.
  • Always use lettered multiple-choice options.
  • Include a recommended option and a short reason.
  • Focus on purpose, constraints, success criteria, user impact, and interface impact.
  • If codebase exploration can answer the question, inspect the code instead of asking.

Use this format:

A. Recommended -... B.... C.......

  1. Propose approaches
  • Present 2-3 viable approaches.
  • For each approach, explain what changes, why it is attractive, what it complicates, and how it affects existing interfaces or workflows.
  • Also allow freeform input outside proposed approaches.
  • Lead with the recommended approach.
  • Prefer the smallest change that cleanly solves the problem.
  • Apply YAGNI aggressively. Remove features, cases, and moving parts that are not required.
  • Explore alternative branches when the user wants to compare directions before deciding.
  1. Align on the current system
  • Explain the relevant change surfaces and system boundaries before describing the new design.
  • Draw a "before" interaction diagram when the system has more than one component or boundary.
  • Use Mermaid when it improves clarity.
  1. Align on the new system
  • Show the "after" interaction diagram.
  • Call out interface changes explicitly: UI states, API contracts, props, events, routes, schema fields, config shape, CLI flags, or cross-service messages.
  • Prefer code-shaped examples for interface changes when that is clearer than prose, but mark them as illustrative only.
  • Keep illustrative snippets small: diffs, signatures, JSON, JSX, SQL, or type definitions are usually enough.
  1. Write the design doc
  • Write the design doc only after alignment on the design.
  • Include diagram and visualizations.
  • Keep it concise and structured.

Suggested sections:

  • Problem
  • Goals
  • Non-goals
  • Current state
  • Approaches considered
  • Recommended design
  • Before diagram
  • After diagram
  • Interface changes
  • Open questions and trade-offs
  1. Self-review the spec
  • Check for placeholders.
  • Check for contradictions between sections.
  • Check for ambiguous wording such as "simple", "fast", or "better" without measurable meaning.
  • Check that scope is minimal and matches the approved design.
  • Check that interface changes are called out explicitly.
  • Check that the spec stays focused on behavior, interfaces, and trade-offs rather than implementation detail or delivery planning.
  • Fix issues inline before presenting the final spec.

Design Boundaries

  • Break the system into units with one clear purpose.
  • Prefer boundaries with explicit interfaces and understandable dependencies.
  • Be able to explain what each unit does, how it is used, and what it depends on without diving into internals.
  • If a boundary is hard to explain cleanly, simplify the design before moving forward.

Working Style

  • Keep the conversation collaborative and natural, but disciplined.
  • Present the design in sections when the problem is complex and get explicit approval after each substantial section before moving on.
  • Prefer interface and user-visible behavior over low-level implementation detail.
  • Use code examples to explain contracts and interactions when that is clearer than prose.
  • Stay grounded in the existing codebase and patterns.
  • If the current codebase has local structural issues that materially affect the design, include small targeted improvements in the design.
  • Do not propose unrelated refactors.
  • Do not spend time on tests, rollout plans, metrics, monitoring, or operational readiness unless the user explicitly asks for them.
  • Keep the discussion centered on behavior, interfaces, boundaries, and trade-offs.
  • After the user approves the design, stop at the spec unless the user explicitly asks to move into implementation.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.96%
按下载量换算27

Claude

28.65%
按下载量换算20

Cursor

20.7%
按下载量换算14

Gemini CLI

9.63%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills