Hello Prompt

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.

acosmi Updated

File contents

Hello, world!

You invoked the hello_prompt SKILL. This entire markdown body is returned to the calling LLM verbatim as the MCP tool's text content.

What happens next

  • The calling LLM reads this body and decides what to do with it.
  • No host-side LLM is invoked; the SKILL is a pure prompt fragment.
  • For deterministic step composition, see hello-tool/.
  • For sub-agent spawn, see hello-agent/.

acosmi/skill-agent-mcp/tree/main/examples/skills/hello-prompt commit 0b05edc3de

Frequently asked questions

npx skillmds@latest add acosmi/hello-prompt