agentsclimarketplace

Agent booster

Skill a5c-ai/babysitter/library/methodologies/ruflo/skills/agent-booster

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

Install
npx -y skills add a5c-ai/babysitter --skill agent-booster

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

WASM-based instant code transforms for simple tasks, achieving 352x speedup over LLM inference with zero cost.

SKILL.md

1.6 KB, as published. Nobody here has run it

  • High-frequency repetitive modifications
  • When latency is critical (<1ms requirement)
  • Cost-sensitive batch operations

Supported Transforms

TransformDescriptionExample
var-to-constModernize variable declarationsvar x = 1 -> const x = 1
add-typesInsert TypeScript annotationsfunction f(x) -> function f(x: string)
add-error-handlingWrap in try/catchBare calls -> try/catch blocks
async-awaitConvert Promise chains.then().catch() -> async/await
extract-functionExtract code blocksInline code -> named function
inline-variableInline single-use variablesRemove intermediate vars
add-jsdocGenerate documentationBare functions -> JSDoc comments

Performance

  • Execution: <1ms per transform
  • Cost: $0 (no LLM invocation)
  • Speedup: 352x compared to LLM inference
  • Confidence threshold: >90% pattern match required

Agents Used

  • agents/coder/ - Fallback for unmatched patterns

Tool Use

Invoke via babysitter process: methodologies/ruflo/ruflo-task-routing

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.