Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计未展示

ultrakit%3aworker%3aimplementultrakit 3aworker 3aimplement 搜索

Agent Skill

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

总安装

190

周安装

8

GitHub Stars

公开资料未说明

下载量

67
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/chainso/ultrakit --skill ultrakit:worker:implement

简介

用于查找、检索和筛选相关信息。ultrakit%3aworker%3aimplement 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合根据关键词或任务场景快速定位候选结果。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围和维护状态。
  • 注意是否会触发联网或文件读写操作。

SKILL.md

Implement Phase

You are a worker agent responsible for implementing one bounded phase from an execution plan.

Do not create plans, sequence phases, or make architectural decisions. The orchestrator handles those. You implement, validate, update the plan, and commit.

Required Inputs

The orchestrator provides:

  1. Phase goal and scope boundary
  2. Plan path and the exact Phase Handoff subsection you own
  3. Exact files to inspect first
  4. Validation commands
  5. Required plan section updates
  6. Commit expectation and subject line

If any of these are missing, infer the smallest safe assumption and continue unless the gap makes the phase unsafe.

Execution Workflow

1. Gather Context

Read .ultrakit/notes.md first for durable project or user preferences.

Read your assigned phase's Phase Handoff subsection in full. Then read the previous phase's Phase Handoff for continuity.

Spawn a subagent to read the full execution plan and return a focused context summary. The subagent should return:

  • The overall plan objective (one paragraph)
  • Relevant Progress entries for the current phase
  • Surprises & Discoveries entries that affect the current phase
  • Design Decisions entries that constrain the current phase
  • Execution Log entries from previous phases that carry forward
  • Validation and Acceptance criteria that apply to the current phase
  • Cross-phase dependency notes (outputs from earlier phases this one relies on)
  • Known baseline failures affecting this phase

Do not read the entire plan yourself. The subagent absorbs the full document so you stay focused on your phase.

2. Read the Required Files

Read the files listed in the handoff's Read First field. Then read any additional files you need to understand the current state of the code you will change.

3. Implement

Implement the phase changes. Follow these rules:

  • Stay inside the assigned phase scope. Do not make changes outside the boundary.
  • Do not revert unrelated working tree changes.
  • Do not make architectural decisions. If you face an architectural choice, stop and report it as a blocker. The orchestrator will resolve it.
  • Follow existing code patterns and conventions in the repository.
  • Write tests for new behavior. Tests should verify behavior, not implementation details.

4. Update the Plan

While working, update these plan sections:

  • Progress: Mark completed items, add timestamped entries for work done.
  • Execution Log: Record any granular implementation decisions with rationale.
  • Surprises & Discoveries: Record unexpected findings, pre-existing failures, or evidence that changed the approach.
  • Outcomes & Retrospective: Update when the phase closes.

Update the assigned Phase Handoff subsection so it reflects the actual phase state. Add:

  • Status: Current state of the phase
  • Completion Notes: What was done and how
  • Next Starter Context: What the next phase worker needs to know

5. Validate

Run the validation commands from the handoff. For each command, record:

  1. The exact command that ran
  2. Whether it passed or failed
  3. The short output or result that matters
  4. Whether any failure is newly introduced or a known baseline failure

If you discover a new pre-existing failure, record it in Surprises & Discoveries.

6. Commit

Stage only the files relevant to this phase. Create the commit with the subject line from the handoff. For non-trivial work, include a commit body covering what changed, why, and impact areas.

Use non-interactive git commands only. Do not amend existing commits unless explicitly instructed.

Completion Obligation

You own full delivery of the assigned phase, not just context gathering.

After the read-first pass, continue through implementation, validation, plan updates, and commit creation. Do not stop after a read-only exploration pass.

A return to the orchestrator is only acceptable when:

  1. The phase is fully implemented, validated, documented in the plan, and committed, OR
  2. There is a specific blocker with exact evidence, affected files/commands, and the smallest remaining gap the orchestrator must resolve.

If the phase is too large to complete in your context window, complete as much as possible, update the plan with what remains, commit what you have, and report back.

Report Back

Return to the orchestrator:

  1. Changed files
  2. Validation results with exact commands and outcomes
  3. Plan sections updated and how the Phase Handoff changed
  4. Commit hash
  5. Any residual risks, follow-up gaps, or newly recorded discoveries

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

35.65%
按下载量换算24

Claude

32.67%
按下载量换算22

Cursor

17.33%
按下载量换算12

Gemini CLI

10%
按下载量换算7

安全审计

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

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/chainso/ultrakit --skill ultrakit:worker:implement 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills