with one click
create-skill
// Create or update Dexto skill bundles with SKILL.md, handlers, scripts, mcps, and references.
// Create or update Dexto skill bundles with SKILL.md, handlers, scripts, mcps, and references.
| name | create-skill |
| description | Create or update Dexto skill bundles with SKILL.md, handlers, scripts, mcps, and references. |
| toolkits | ["creator-tools"] |
| allowed-tools | ["skill_create","skill_update","skill_refresh","skill_search","skill_list","tool_catalog","invoke_skill"] |
Create or update standalone Dexto skill bundles. Treat skills/<id>/ as the canonical workspace location unless the user explicitly asks for a global skill.
Search for overlap first.
skill_list to inspect standalone skills on disk.skill_search to inspect loaded skills that may already cover the request.Propose the minimum viable skill shape.
id.description.scope to workspace.toolkits and no allowed-tools unless the workflow requires them.Create or update the skill bundle.
skill_create for new skills and skill_update for existing ones.handlers/, scripts/, mcps/, and references/ automatically.content as the markdown body below the generated title and frontmatter. Do not include your own # <Title> line.SKILL.md or bundled files with non-creator tools, run skill_refresh before you rely on the skill in the current session.Keep SKILL.md lean.
SKILL.md so the agent can act without opening extra files.references/ sparingly for large copied docs, schemas, examples, policies, or linked external material.Add bundled files only when they materially improve the workflow.
references/: large docs, copied external references, schemas, examples, or policies that would bloat SKILL.mdscripts/: deterministic helpershandlers/: reusable workflow logic or helper codemcps/: MCP configs the skill should carry with itreferences/mcp-server-pattern.md.Reuse before duplicating.
Be precise about MCP status.
mcps/*.json only creates bundled MCP config.@modelcontextprotocol/sdk server APIs with StdioServerTransport. Avoid hand-rolled Content-Length framing unless the user explicitly asks for low-level protocol code.## Purpose## When To Use## Workflow## Bundled Resources## Output Formatreferences/skill-anatomy.md when you need the bundle layout or packaging checklist.references/mcp-server-pattern.md when the skill needs a bundled MCP server implementation.mcps/, use skill_refresh after the edit so the running session reloads the skill metadata. Invoke the skill afterward to connect its bundled MCP servers.skill_refresh.tool_catalog.Review changed code for reuse, quality, and efficiency, then fix any issues found. Use when the user asks to simplify, clean up, dedupe, reduce abstraction, remove pointless types, collapse duplicate contracts, replace bespoke parsing or validation with direct schema usage, or make a recent diff easier to read and maintain.
Create and manage automations using the scheduler tools with suggestive defaults.