acosmi
- 3 skills
- 0 followers
- 2 days ago last updated
- ▌ Hello Tool · acosmiDemonstrates `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.
- ▌ Hello Agent · acosmiDemonstrates `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).
- ▌ Hello Prompt · acosmiThe 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.