スキル一覧に戻る
mikev10

ultrawork

by mikev10

Olympus: Multi-agent orchestration for Claude Code. "Only the worthy ascend."

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: ultrawork description: Activate maximum performance mode with parallel agent orchestration for high-throughput task completion

Ultrawork Skill

Activates maximum performance mode with parallel agent orchestration.

When Activated

This skill enhances Claude's capabilities by:

  1. Parallel Execution: Running multiple agents simultaneously for independent tasks
  2. Aggressive Delegation: Routing tasks to specialist agents immediately
  3. Background Operations: Using run_in_background: true for long operations
  4. Persistence Enforcement: Never stopping until all tasks are verified complete
  5. Smart Model Routing: Using tiered agents to save tokens

Smart Model Routing (CRITICAL - SAVE TOKENS)

Choose tier based on task complexity: LOW (haiku) → MEDIUM (sonnet) → HIGH (opus)

Available Agents by Tier

DomainLOW (Haiku)MEDIUM (Sonnet)HIGH (Opus)
Analysisoracle-loworacle-mediumoracle
Executionolympian-lowolympianolympian-high
Searchexploreexplore-medium-
Researchlibrarian-lowlibrarian-
Frontendfrontend-engineer-lowfrontend-engineerfrontend-engineer-high
Docsdocument-writer--
Visual-multimodal-looker-
Planning--prometheus, momus, metis
Testing-qa-tester-

Tier Selection Guide

Task ComplexityTierExamples
Simple lookupsLOW"What does this function return?", "Find where X is defined"
Standard workMEDIUM"Add error handling", "Implement this feature"
Complex analysisHIGH"Debug this race condition", "Refactor auth module across 5 files"

Routing Examples

// Simple question → LOW tier (saves tokens!)
Task(subagent_type="oracle-low", prompt="What does this function return?")

// Standard implementation → MEDIUM tier
Task(subagent_type="olympian", prompt="Add error handling to login")

// Complex refactoring → HIGH tier
Task(subagent_type="olympian-high", prompt="Refactor auth module using JWT across 5 files")

// Quick file lookup → LOW tier
Task(subagent_type="explore", prompt="Find where UserService is defined")

// Thorough search → MEDIUM tier
Task(subagent_type="explore-medium", prompt="Find all authentication patterns in the codebase")

Background Execution Rules

Run in Background (set run_in_background: true):

  • 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

Run Blocking (foreground):

  • Quick status checks: git status, ls, pwd
  • File reads, edits
  • Simple commands

Verification Checklist

Before stopping, verify:

  • TODO LIST: Zero pending/in_progress tasks
  • FUNCTIONALITY: All requested features work
  • TESTS: All tests pass (if applicable)
  • ERRORS: Zero unaddressed errors

If ANY checkbox is unchecked, CONTINUE WORKING.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です