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

ultraworkultrawork 搜索

Agent Skill

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

总安装

336

周安装

14

GitHub Stars

公开资料未说明

下载量

112
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add zpankz/mcp-skillset --skill "ultrawork"

简介

ultrawork 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它适用于研究检索类任务,可结合来源仓库和原始 README 核验具体用法。
  • 通过 npx skills add zpankz/mcp-skillset --skill "ultrawork" 命令安装。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • ultrawork 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
ultrawork
description
|
allowed-tools
Task, Bash, Read, Write, Edit, Grep, Glob
model
opus
context
fork
agent
ultrawork-agent
user-invocable
true

<!-- Extended Metadata (lambda.omicron.tau framework) --> <!-- o.class: "occurrent" | o.mode: "independent" --> <!-- lambda.in: learn, delegate-router | lambda.out: all domain agents | lambda.kin: sisyphus, ralph --> <!-- tau.goal: maximum parallelization; preserve eta>=4, convergence detection -->

Ultrawork

G_meta(lambda, Kappa, Sigma).tau' -- Orchestrate at all scales, compound gains exponentially.

Navigation

Concepts: scale-invariance, metagraph, homoiconicity, pareto-governance, convergence

Integration: delegate-router, learn, ARCHITECTURE

Metasuperhypergraph Architecture

Level 0 (Sigma):     Entire Claude Config (self-referential schema)
Level 1 (G_meta):    Skills + Routers + Agents (hyperedges connecting triads)
Level 2 (G):         Individual component files
Level 3 (V):         Sections within files (frontmatter, body, graph)
Level 4 (v):         Individual properties/concepts

                    SCALE INVARIANCE
    structure(Level_n) ≅ structure(Level_{n+1}) ≅ lambda.o.tau

Core Principles

1. Renormalization Group Optimization

Apply the same optimization at each scale level:

def renormalize(G_level):
    """Coarse-grain, identify universality class, extract relevant operators."""
    # Identify redundant patterns
    redundant = find_duplicates(G_level)
    # Merge into canonical forms
    canonical = merge_to_canonical(redundant)
    # Project to lower-dimension effective theory
    return project(canonical, dim=relevant_operators_only)
ScaleRenormalization ActionUniversality Class
ConfigConsolidate routers (15 -> 7)Delegation pattern
SkillMerge duplicate contentlambda.o.tau triad
AgentDomain agents absorb specialistsExecution pattern
FileDeduplicate sectionsFrontmatter schema

2. Power Law Resource Allocation (Pareto)

P(k) ~ k^{-alpha}  where alpha approx 2.5

Top 20% of agents handle 80% of tasks:
  oracle, sisyphus-junior, explore, engineer (4/20 = 20%)

Top 20% of skills deliver 80% of value:
  learn, ultrawork, git-master, lambda-skill, obsidian (5/23 approx 22%)

3. Homoiconic Self-Improvement

# Ultrawork can improve itself
assert ultrawork.can_process(ultrawork.schema) == True

def self_improve(skill):
    analysis = skill.analyze(skill.schema)
    improvements = skill.generate_improvements(analysis)
    validated = skill.validate(improvements)
    return skill.apply(validated) if validated else skill

Agent Routing Matrix (Power-Law Optimized)

Tier 1: High-Frequency (80% of delegations)

AgentModelComplexityUse When
sisyphus-juniorSonnet0.4-0.7Focused task execution, implementation
exploreHaiku0.1-0.3Pattern matching, file discovery, quick search
oracleOpus0.7-1.0Root cause analysis, architecture decisions
engineerSonnet0.5-0.8Production-ready implementation

Tier 2: Medium-Frequency (15% of delegations)

AgentModelComplexityUse When
librarianSonnet0.3-0.5Documentation research, codebase understanding
architectOpus0.8-1.0System design, multi-domain decomposition
prometheusSonnet0.5-0.7Strategic planning, roadmap design
researcherSonnet0.4-0.6Deep research with MCP tools

Tier 3: Low-Frequency (5% of delegations)

AgentModelComplexityUse When
document-writerHaiku0.2-0.4README, API docs, technical writing
multimodal-lookerSonnet0.3-0.5Screenshots, diagrams, visual analysis
momusHaiku0.3-0.5Critical plan review, devil's advocate
metisSonnet0.4-0.6Pre-planning, hidden requirements
frontend-engineerSonnet0.4-0.7UI/UX, components, styling

External CLI Agents (Token Conservation)

AgentBinaryContext LimitUse When
gemini/opt/homebrew/bin/gemini2M tokensLarge context analysis (>100K)
codex~/.local/bin/codex128K tokensGPT code generation preference
amp~/.amp/bin/amp200K tokensClaude-specific delegation

Execution Patterns

Parallel Execution (Independent Tasks)

# Launch simultaneously in single message
spawn:
  - Task(explore, "find auth files", run_in_background: true)
  - Task(librarian, "search auth docs", run_in_background: true)
  - Task(researcher, "find auth best practices", run_in_background: true)
collect: TaskOutput for each
merge: Deduplicate by content hash

Sequential Execution (Dependent Tasks)

# Chain with explicit dependencies
pipeline:
  - result_1 = Task(explore, "find relevant code")
  - result_2 = Task(oracle, "analyze: ${result_1}")
  - result_3 = Task(engineer, "implement fix: ${result_2}")

Background Execution (Long-Running)

background_operations:
  - Package installation: npm install, pip install, cargo build
  - Build processes: npm run build, make, tsc
  - Test suites: npm test, pytest, cargo test
  - Docker operations: docker build, docker pull
  - Large file operations: >1000 files
  - Subagent delegations: complexity > 0.7

foreground_operations:
  - Quick status: git status, ls, pwd (<5s)
  - File reads/edits
  - Simple commands
  - Verification checks

Convergence Detection

Fixed-Point Termination

def at_fixed_point(state, epsilon=0.001):
    """Detect when further iteration yields no improvement."""
    new_state = iterate(state)
    return distance(state, new_state) < epsilon

def ultrawork_loop(task):
    state = initialize(task)
    while not at_fixed_point(state):
        state = parallel_execute(state)
        state = assess(state)
        if converged(state):
            break
    return finalize(state)

Convergence Thresholds

PipelineThresholdUse When
R1 (Simple)0.85Single-domain, <10 files
R2 (Moderate)0.92Multi-domain, 10-50 files
R3 (Complex)0.96Architecture-level, >50 files

Verification Checklist (Invariants)

Before stopping, ALL must be true:

  • [ ] TODO LIST: Zero pending/in_progress tasks
  • [ ] FUNCTIONALITY: All requested features work
  • [ ] TESTS: All tests pass (if applicable)
  • [ ] ERRORS: Zero unaddressed errors
  • [ ] TOPOLOGY: eta >= 4 (if knowledge graph modified)
  • [ ] MONOTONICITY: len(K') >= len(K) (no knowledge lost)

If ANY checkbox is unchecked, CONTINUE WORKING.

Integration with Learn Skill

Ultrawork extends learn with:

-- Learn: Sequential knowledge compounding
lambda(o, K, Sigma).tau' = renormalize . compound . assess . execute . route . parse

-- Ultrawork: Parallel orchestration with scale invariance
G_meta(lambda, K, Sigma).tau' = parallelize . delegate . renormalize . compound

Post-Task Learning Loop

after_completion:
  - Extract learnings via learn skill
  - Crystallize patterns with vertex-sharing
  - Update knowledge graph (K -> K')
  - If schema improvement identified: propose to user

Invariants Preserved

InvariantExpressionEnforcement
K-monotonicitylen(K') >= len(K)Never delete knowledge
Topologyeta >= 4Minimum connectivity maintained
HomoiconicitySigma.can_process(Sigma)Self-referential capability
Scale Invariancestructure(L_n) cong structure(L_{n+1})Same patterns at all levels
Power LawP(k) ~ k^{-alpha}80/20 resource allocation

Quick Reference

G_meta(lambda,K,Sigma).tau'   Parallelize -> Delegate -> Renormalize -> Compound
K grows                       Sigma evolves              eta>=4 preserved
Scale-invariant               Power-law optimized        Fixed-point convergent

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

OpenCode

27.16%
按下载量换算30

Claude Code

22.87%
按下载量换算26

windsurf

18.62%
按下载量换算21

Codex

12.92%
按下载量换算14

kiro-cli

7.13%
按下载量换算8

mcpjam

3.55%
按下载量换算4

安全审计

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

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add zpankz/mcp-skillset --skill "ultrawork" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills