用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/plmbr/nui --skill create-agent命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | create-agent |
| description | Create a nui ADL agent definition from the current conversation and save it to ~/.nui/agents/ |
Use this skill when the user invokes /create-agent or asks you to turn the conversation into a reusable nui agent.
When no other instructions are given, convert the conversation into a new ADL agent definition:
code-review-helper) and human-readable name.claude-code when unclear).Save the result as ~/.nui/agents/<id>.yaml.
Follow any instructions in the same message after /create-agent or in follow-up messages. Examples:
User instructions override the default conversion behavior when they conflict.
Use ADL 1.0. Minimum viable agent:
adl: "1.0"
id: example-agent
name: Example Agent
description: One-line summary of what this agent does.
version: 0.1.0
harness:
type: claude-code
model: claude-sonnet-4-6
systemPrompt: |
Instructions distilled from the conversation.
Optional fields when relevant: defaultPrompt, promptMode, workingDirInput, env, aiAssets, steps.
~/.nui/agents/<id>.yaml (must match the id field)When you do not have filesystem Write/Edit tools, call save_agent on the nui-agent MCP server with the full YAML in the content field. Set overwrite to true only when updating an existing agent the user asked to replace.
Write the YAML file directly to ~/.nui/agents/<id>.yaml.