用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/truffle-ai/dexto --skill create-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| 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.
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
Create and manage automations using the scheduler tools with suggestive defaults.
基于 SOC 职业分类