← all publishers

acosmi

@acosmi source repo

3 published skills

  1. ▌
    Hello Tool · acosmi
    Demonstrates `skill_mode=tool` by composing two host-supplied callbacks (`echo` + `uppercase`) into one MCP tool. The codegen compiler turns this `tool_schema.steps[]` into a ComposedToolDef; the executor walks the steps at MCP-tool invocation time.
    0 installs
  2. ▌
    Hello Agent · acosmi
    Demonstrates `skill_mode=agent` — the framework spawns a sub-agent via the host-supplied SpawnSubagent callback with a tightened tool whitelist (inherit=minimal + explicit allow / deny).
    0 installs
  3. ▌
    Hello Prompt · acosmi
    The simplest possible SKILL — `skill_mode=prompt` returns the body verbatim as the MCP tool's response. Useful for prompt fragments, onboarding messages, or fixed-format responses the host LLM should pass through.
    0 installs