Skip to main content
在 Manus 中运行任何 Skill
一键导入
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
当前展示该仓库 Top 40 / 119 个已收集 skills。
mojo GitHub Agent Skills | SkillsMP