Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计未展示

iterate%3aprompt迭代%3aprompt

Agent Skill

用于辅助提示词、系统指令、Agent 行为约束和工作流模板的整理。它适合让 Agent 规范任务边界、统一输出格式、拆分操作步骤或优化提示词可复用性。使用时需要保留真实业务约束,不要把示例当硬规则;涉及自动执行、外部工具或高风险操作时,应在提示词中明确确认步骤、权限边界和失败处理方式。

总安装

612

周安装

26

GitHub Stars

4

下载量

214
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/connorwhite-online/iterate --skill iterate:prompt

简介

用于辅助提示词、系统指令和工作流模板的整理。

  • 适合规范任务边界、统一输出格式或优化提示词复用性。
  • 使用时需保留真实业务约束,不要把示例当硬规则。
  • 涉及自动执行或外部工具时,应在提示词中明确确认步骤和权限边界。
  • 注意失败处理方式和权限范围的确认。iterate%3aprompt 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

The user wants to create multiple UI variations from a prompt. Their prompt is:

$ARGUMENTS

Tools

Use the MCP tools below. If MCP tools are not available (e.g. the server isn't connected), fall back to the daemon's REST API at http://localhost:4000:

MCP toolREST equivalent
iterate_list_iterationsGET /api/iterations
iterate_create_iterationPOST /api/iterations — body: {"name": "...", "baseBranch": "..."}
iterate_remove_iterationDELETE /api/iterations/{name}

Steps

  1. Check current state. Call iterate_list_iterations to see what iterations already exist. If iterations already exist, ask the user whether to create new ones alongside them or remove the existing ones first.
  2. Create iterations. Create 3 iterations using iterate_create_iteration, naming them based on the prompt:

- Use short, descriptive names like v1-blue-buttons, v2-gradient-buttons, v3-outlined-buttons - Each name should hint at how that variation will differ - Names must be alphanumeric with hyphens/underscores only

  1. Wait for iterations. After creating all iterations, call iterate_list_iterations to confirm they're all in ready status. If any are still starting up, wait briefly and check again.
  2. Implement variations. For each iteration, make meaningfully different code changes that address the prompt. The iteration's worktreePath tells you where its code lives — all file edits for that variation must happen inside that worktree path.

- IMPORTANT: Worktrees are full repository checkouts. The worktreePath points to the repo root, NOT the app subdirectory. If the app lives at examples/next-app/ in the repo, you must edit files at {worktreePath}/examples/next-app/src/..., not {worktreePath}/src/.... Always check the repo structure to find the correct path relative to the worktree root. - Each variation should take a distinct creative direction - Changes should be substantial enough that the user can see real differences - Focus on the visual/functional differences implied by the prompt

  1. Summarize. After implementing all variations, give the user a brief summary of what makes each variation unique. Remind them they can compare the variations in the iterate overlay on their running dev server and submit feedback on whichever one they'd like to refine.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

35.05%
按下载量换算75

Claude

28.45%
按下载量换算61

Cursor

21.93%
按下载量换算47

Gemini CLI

9.74%
按下载量换算21

安全审计

暂无安全审计结果可展示。

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills