원클릭으로
multi-agent-transform
Demonstrate a single canonical skill rendered into Claude Code, Codex, and AutoJack tool vocabularies.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Demonstrate a single canonical skill rendered into Claude Code, Codex, and AutoJack tool vocabularies.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review a skill obtained from a trusted external provider before admitting it to a local AutoVault.
Apply the AutoVault brand system across web SVG, terminal ASCII, illustrated mascot, social asset, and video-oriented surfaces when creating or adapting AutoVault-branded UI, docs, demos, or marketing visuals.
Guide a user through secret-safe setup where credentials stay in host secret stores, not in SKILL.md.
Audit, install, verify, and sync AutoVault for the current agent profile.
Understand AutoVault-managed skills. AutoVault syncs skills into the agent's normal skill directory, so loaded skills can be used directly without an AutoVault MCP server.
Author a well-formed SKILL.md with valid AutoVault frontmatter, a helpful description, and correct capability declarations. Walks the schema section by section with a template and checklist.
| name | multi-agent-transform |
| version | 0.1.0 |
| description | Demonstrate a single canonical skill rendered into Claude Code, Codex, and AutoJack tool vocabularies. |
| license | MIT |
| tags | ["transforms","multi-agent","autovault","demo"] |
| agents | ["claude-code","codex","autojack"] |
| category | transforms |
| tools_required | ["fs.read","fs.write","shell.run"] |
| transformations | {"claude-code":{"fs.read":"Read","fs.write":"Edit","shell.run":"Bash"},"codex":{"fs.read":"exec_command","fs.write":"apply_patch","shell.run":"exec_command"},"autojack":{"fs.read":"file.read","fs.write":"file.patch","shell.run":"shell.exec"}} |
| capabilities | {"network":false,"filesystem":"readwrite","tools":["fs.read","fs.write","shell.run"]} |
Use this skill when a user wants to understand how AutoVault keeps one canonical skill source while delivering agent-specific tool names and permissions.
tools_required list.agents.The same reviewed skill can be scoped to multiple agents without hand-maintained copies drifting apart.