Skill drafts

Skill editor

Draft runtime-facing skill registrations locally. HTTP and MCP drafts are stored in agent-studio/.data/skills.json. Markdown skills are saved as .md files to the backend skill directory.

Loading…
Draft library
These drafts are local to this frontend app.
No skill drafts yet.
How these drafts map
HTTP drafts model either a named pre-registered endpoint skill or the generic `tools.http` capability. The worker still needs to register the matching handler.
MCP drafts model server connection settings plus an optional list of tools you intend to expose. The worker still needs to instantiate the MCP adapter and register the discovered tool names.
Markdown skills are prompt templates with {{variable}} placeholders. They are saved as .md files with YAML frontmatter and hot-reloaded by the worker.
Create or select a skill draft to begin.
Generated blueprint
Use this as the implementation handoff for the worker layer.
# Select a skill draft