@vanductan/agent-workflow-init
v1.1.0
Published
CLI tool to initialize and sync AI agent workflows from global skills
Maintainers
Readme
agent-workflow-init
🚀 One command to initialize AI agent workflows in any project
What is this?
A simple CLI tool that copies AI agent workflow files from Antigravity Kit to your project. No more manual copying!
Quick Start
# Install
npm install -g @vanductan-nlt/agent-workflow-init
# Use in any project
cd your-project
agent-workflow-initThat's it! Now you can use slash commands like /debug, /plan, /test in your AI chat.
Commands
# Copy all workflows
agent-workflow-init
awi
# Copy specific workflows
agent-workflow-init debug plan test
# Update existing workflows
agent-workflow-init --update
awi -u
# List available workflows
agent-workflow-init --list
awi -l
# Push project workflows to global skills (overwrite)
agent-workflow-init --push
awi -pAvailable Workflows
These workflows are sourced from Antigravity Kit:
How it works
- Reads workflows from
~/.gemini/antigravity/skills/workflows/ - Creates
.agent/workflows/in your project - Copies selected workflow files
- You can now use slash commands in AI chat
Requirements
- Node.js >= 14.0.0
- Antigravity Kit workflows installed at
~/.gemini/antigravity/skills/workflows/
Examples
New project:
cd my-new-project
agent-workflow-init
# ✓ Copied 9 workflowsExisting project (selective):
cd existing-project
agent-workflow-init debug test
# ✓ Copied 2 workflowsUpdate workflows:
agent-workflow-init --update
# ↻ Updated 9 workflowsPush to global:
agent-workflow-init --push
# 📤 Pushing workflows to global...
# ✓ debug.md
# ✓ plan.md
# ...
# ✅ Done!Development
# Clone
git clone https://github.com/vanductan-NLT/agent-workflow-init.git
cd agent-workflow-init
# Install dependencies
npm install
# Test locally
npm link
agent-workflow-init --helpPublishing
See PUBLISHING.md for detailed instructions.
License
MIT License - see LICENSE
Credits
- Workflows from Antigravity Kit by @vudovn
- Built for Antigravity AI
Author
Van Duc Tan
- GitHub: @vanductan-NLT
- Email: [email protected]
Made with ❤️ for the Antigravity community
