agent-workflow-kit
v0.2.1
Published
Scaffold AI agent team workflows for coding projects.
Maintainers
Readme
agent-workflow-kit
Scaffold AI agents workflow files into an existing coding project.
agent-workflow-kit installs the awk CLI. The CLI copies bundled static templates from templates/default into the current working directory and uses a manifest to decide every generated target path.
Install
npm install -g agent-workflow-kitUse without a global install:
npx agent-workflow-kit initCommands
awk --help
awk --version
awk init
awk init --dry-runawk init scaffolds Claude Code and Codex workflow resources for multi-agent planning, implementation, review, skills, and commands.
awk init --dry-run previews files that would be created, overwritten, or skipped without writing anything. Run it before initializing inside an existing project.
Scaffold Safety
Generated paths come from templates/default/manifest.json. Template source paths must end in .template, and generated target paths must be safe relative paths.
Existing files are never overwritten by default. When conflicts exist, the CLI prompts for a global choice or per-file decisions. Overwrite happens only when explicitly selected.
The CLI checks that the current working directory is writable before copying files.
Claude And Anthropic API Limitations
This package only scaffolds local workflow files. It does not call the Anthropic SDK, does not require @anthropic-ai/sdk, and does not integrate with the Claude API directly.
