A skill is a packaged agent capability — instructions, tools, and configuration bundled into a runnable unit. Skills are versioned, forkable, and shareable across users.Documentation Index
Fetch the complete documentation index at: https://docs.simplefunctions.dev/llms.txt
Use this file to discover all available pages before exploring further.
Browse
Run
run_skill(slug, params).
Fork
fork_skill(skill_id) via MCP. Forking creates a private copy you can modify.
Publish
publish_skill(id, slug) via MCP. Published skills become public at simplefunctions.dev/skills/<slug>.
Skill schema
Next steps
MCP tools reference
browse_public_skills, run_skill, full tool list.Build agents
How skills compose with the agent loop.