Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

mojo

mojo には AesopScott から収集した 119 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
119
Stars
0
更新
2026-07-12
Forks
0
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

agent-types
その他コンピュータ職

Use when working on the Sub-agent Dispatch harness and you need capability control: Registers new agent types, pluggable planning strategies, and enforced result schemas.

2026-07-12
arbitration-strategy
その他コンピュータ職

Use when working on the Orchestrator harness and you need capability control: Lets operators swap the "why this next" decision logic (round-robin, risk-first, deadline-first) without touching the orchestrator core.

2026-07-12
async-writer
その他コンピュータ職

Use when working on the Trace harness and you need performance control: Writes traces asynchronously so audit logging doesn't block the call path.

2026-07-12
attention-governor
その他コンピュータ職

Use when working on the Orchestrator harness and you need cost efficiency control: Caps concurrent high-cost reasoning sessions per project and reclaims idle slices, holding total attention spend under a set ceiling.

2026-07-12
availability-probes
その他コンピュータ職

Use when working on the Latency harness and you need capability control: Adds SLO config and availability probes for new routes.

2026-07-12
batch-endpoints
その他コンピュータ職

Use when working on the Provider harness and you need cost efficiency control: Chooses batch over realtime endpoints and compresses payloads where latency allows to reduce vendor cost.

2026-07-12
batch-mode
その他コンピュータ職

Use when working on the Latency harness and you need cost efficiency control: Trades latency for cheaper batch processing where the task tolerates delay.

2026-07-12
budget-check
その他コンピュータ職

Use when working on the Cost harness and you need performance control: Checks budget before dispatch so over-budget work is stopped before it spends.

2026-07-12
cache-optimizer
その他コンピュータ職

Use when working on the Prompt harness and you need cost efficiency control: Maximizes prompt-cache hits and strips redundant context to cut input tokens.

2026-07-12
call-budget
その他コンピュータ職

Use when working on the Network Protocol harness and you need cost efficiency control: Prefers local execution, budgets remote calls, and uses degraded-mode fallbacks to limit cross-node cost.

2026-07-12
call-ceiling
その他コンピュータ職

Use when working on the Tools harness and you need cost efficiency control: Caps tool calls per request so a run can't overspend on tool use.

2026-07-12
call-parallelizer
ソフトウェア開発者

Use when working on the Tools harness and you need performance control: Caches results and runs safe tool calls in parallel to reduce wait.

2026-07-12
chain-builder
ソフトウェア開発者

Use when working on the Fallback harness and you need capability control: Defines the fallback chain and retry policy for new failure modes.

2026-07-12
change-capture
ソフトウェア開発者

Use when working on the Browser Capture harness and you need cost efficiency control: Captures only on detected change and reuses browser sessions to reduce screenshot and compute cost.

2026-07-12
cheap-pinner
ソフトウェア開発者

Use when working on the Identity harness and you need cost efficiency control: Pins to the cheapest sufficient model version when capability allows, lowering per-call cost.

2026-07-12
cheap-recall
ソフトウェア開発者

Use when working on the Knowledge Retrieval harness and you need cost efficiency control: Tries cached embeddings and cheap recall before broad search, bounding retrieval breadth to the context budget.

2026-07-12
ci-gate
ソフトウェア開発者

Use when working on the Git Control harness and you need cost efficiency control: Minimizes branch-lease scope and gates CI triggers (rebase-vs-merge policy) to avoid redundant pipeline cost.

2026-07-12
conflict-predict
ソフトウェア開発者

Use when working on the Git Control harness and you need performance control: Precomputes likely merge conflicts and tunes shallow-fetch and diff-risk scoring so Git operations plan faster.

2026-07-12
conflict-resolution
ソフトウェア開発者

Use when working on the Memory harness and you need capability control: Adds a memory schema, conflict-resolution logic, and provenance depth so recall stays trustworthy under contradiction.

2026-07-12
constraint-packs
ソフトウェア開発者

Use when working on the Policy harness and you need capability control: Lets teams author policy and install constraint packs for new route/task rules.

2026-07-12
context-compactor
ソフトウェア開発者

Use when working on the Context harness and you need performance control: Compacts context and selects the right window size so prompts fit with less processing.

2026-07-12
context-pruner
その他コンピュータ職

Use when working on the Goal harness and you need cost efficiency control: Drops context not tied to the active objective to save tokens.

2026-07-12
cost-model
その他コンピュータ職

Use when working on the Cost harness and you need capability control: Adds per-provider cost models and budget-policy authoring.

2026-07-12
crosscheck-lanes
その他コンピュータ職

Use when working on the Proof Authority harness and you need performance control: Runs evidence crosschecks across lanes and caches prior proofs so sufficiency scoring returns faster.

2026-07-12
delta-store
その他コンピュータ職

Use when working on the Response harness and you need cost efficiency control: Stores deltas and compresses artifacts to shrink response storage cost.

2026-07-12
diff-scanner
その他コンピュータ職

Use when working on the Guardrails harness and you need performance control: Limits secret and permission scans to changed surfaces and precompiles rule sets so gate evaluation stays fast.

2026-07-12
drift-recompute
その他コンピュータ職

Use when working on the Project Scope harness and you need performance control: Recomputes only changed scope regions and caches the dependency graph so drift checks stay cheap and current.

2026-07-12
dry-run
その他コンピュータ職

Use when working on the Tool Registry harness and you need cost efficiency control: Enforces tool-call ceilings, dry-runs costly actions first, and reuses sandboxes to avoid wasted spend.

2026-07-12
early-consensus
その他コンピュータ職

Use when working on the Compare harness and you need performance control: Runs comparison lanes in parallel and exits on early consensus to save time.

2026-07-12
evidence-collector
その他コンピュータ職

Use when working on the Evidence harness and you need performance control: Gathers evidence across sources in parallel to shorten linking time.

2026-07-12
evidence-connectors
その他コンピュータ職

Use when working on the Evidence harness and you need capability control: Adds connectors and a link schema so output ties to new validation sources.

2026-07-12
evidence-depth
ソフトウェア開発者

Use when working on the Evidence harness and you need cost efficiency control: Scales evidence depth to risk tier so low-risk output isn't over-evidenced.

2026-07-12
fail-standby
ソフトウェア開発者

Use when working on the Fallback harness and you need performance control: Sets tight fail timeouts and keeps a pre-warmed standby so blocked routes recover quickly.

2026-07-12
fast-pinner
ソフトウェア開発者

Use when working on the Identity harness and you need performance control: Pins requests to the fastest adequate model variant to trim response time.

2026-07-12
finding-dedup
ソフトウェア開発者

Use when working on the Review Queue harness and you need performance control: Collapses duplicate findings and batches clusters across parallel reviewer lanes so the queue clears faster.

2026-07-12
goal-cache
ソフトウェア開発者

Use when working on the Goal harness and you need performance control: Caches the goal binding so each call reattaches to the objective without recompute.

2026-07-12
graph-builder
ソフトウェア開発者

Use when working on the File Navigation harness and you need performance control: Builds the ownership graph incrementally, caps impact-walk depth, and caches paths so navigation stays fast on large trees.

2026-07-12
guard-cache
ソフトウェア開発者

Use when working on the Safety harness and you need performance control: Caches guard evaluations so repeated safe patterns clear quickly.

2026-07-12
guardrail-packs
ソフトウェア開発者

Use when working on the Guardrails harness and you need capability control: Lets teams author secret patterns, approval-gate definitions, and credential-boundary policy as installable packs.

2026-07-12
handshake-cache
ソフトウェア開発者

Use when working on the Network Protocol harness and you need performance control: Caches trust handshakes and batches signature verification so multi-node calls add less per-packet latency.

2026-07-12
このリポジトリの収集済み skills 119 件中、上位 40 件を表示しています。