用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aiFabricoCom/fabrico-collections-codex --skill fabrico-creating-agents命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | fabrico-creating-agents |
| description | Author Codex custom agents in `.codex/agents/*.toml`. |
Create focused agents that Codex can select for delegated work. Keep repeatable procedures in skills and repository rules in AGENTS.md.
.codex/agents/<name>.toml~/.codex/agents/<name>.tomlPrefer project scope for team-owned roles. Use personal scope only when the user explicitly wants the role across repositories.
Every agent file is TOML and defines:
name: stable identifier used when referring to the agentdescription: concise guidance for when the role is usefuldeveloper_instructions: the role's operating contractOptional session settings include nickname_candidates, model, model_reasoning_effort, sandbox_mode, mcp_servers, and skills.config. Omit settings that should inherit from the parent session. Prefer model_reasoning_effort over pinning a model unless availability and cost requirements justify a model choice.
Use sandbox_mode = "read-only" for research or review roles that should not edit. Treat this as a default, not a security boundary: live parent-session permission overrides still apply.
.codex/agents/, relevant skills, AGENTS.md, and .codex/config.toml without copying unrelated conventions.developer_instructions as direct behavioral guidance. Include role, responsibilities, constraints, completion criteria, and output contract.AGENTS.md..codex/agents/ or ~/.codex/agents/.name, description, and developer_instructions are present and strings.sandbox_mode = "read-only" and also state their behavioral boundary.fabrico-creating-skills for reusable procedures referenced by agentsfabrico-creating-workflows for explicit user-invoked workflowsfabrico-creating-instructions for durable repository guidance