MT
autoworks-ai / multi-agent-transform
Hosted SKILL.mdFirst-party transform examplev0.1.0MIT1,508 Bpublic/skills/multi-agent-transform/SKILL.md
Demonstrate a single canonical skill rendered into Claude Code, Codex, and AutoJack tool vocabularies.
Copies the local CLI command. Hosted vault queueing is not enabled from this page.
Or via CLI
$autovault add url:https://autovault.dev/skills/multi-agent-transform/SKILL.md
Example type
skill
hosted SKILL.md
Declared agents
3
from frontmatter
Gate stages
5
covered by tests
Permission rows
3
declared metadata
Source
autoworks-ai
First-party transform example
---
name: multi-agent-transform
version: 0.1.0
description: Demonstrate a single canonical skill rendered into Claude Code, Codex, and AutoJack tool vocabularies.
transformations: claude-code, codex, autojack
capabilities.filesystem: readwrite
tools_required: fs.read, fs.write, shell.run
---
multi-agent-transform
Shows how canonical capabilities can render into each supported agent's tool vocabulary.
Uses one reviewed SKILL.md so per-agent copies do not drift.
When to use this skill
- A workflow needs to run across Claude Code, Codex, and AutoJack.
- A reviewer wants to inspect transform metadata before profile sync.
- A team wants to demonstrate more complex AutoVault capability rendering.
Install
autovault add url:https://autovault.dev/skills/multi-agent-transform/SKILL.md
Provenance
Demonstrates transform metadata for Claude Code, Codex, and AutoJack from one canonical skill source.