Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

mojo

mojo enthält 119 gesammelte Skills von AesopScott, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
119
Stars
0
aktualisiert
2026-07-12
Forks
0
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

agent-types
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Zeigt die Top 40 von 119 gesammelten Skills in diesem Repository.