claudeflows
v0.2.0
Published
CLI tool for installing and managing Claude Code agentic workflows
Maintainers
Readme
@claudeflows/cli
CLI tool for installing and managing Claude Code agentic workflows from the CloudFlows marketplace.
Install
npm install -g @claudeflows/cliOr run directly with npx:
npx @claudeflows/cli install venture-studioCommands
| Command | Description |
|---------|-------------|
| claudeflows install <name> | Install a workflow from the registry |
| claudeflows uninstall <name> | Remove an installed workflow |
| claudeflows list | List installed workflows |
| claudeflows update [name] | Update workflows to latest versions |
| claudeflows init | Create a new workflow project |
| claudeflows validate | Validate a workflow manifest |
| claudeflows publish | Publish a workflow to the registry |
| claudeflows login | Authenticate with the registry |
| claudeflows doctor | Check your environment for issues |
| claudeflows verify | Verify workflow integrity |
| claudeflows license | Show license information |
Quick Start
# Install a workflow
claudeflows install venture-studio
# Start a new project
cd my-project
/start "AI-powered resume builder for job seekers"
# Run the current step
/run
# Review and advance
/graduateRequirements
- Node.js >= 18
- Claude Code installed and authenticated
License
MIT
