Discover and explore top open-source AI tools and projects—updated daily.
breaking-brakeVisual editor for building and refining AI agent workflows
Top 18.7% on SourcePulse
Claude Code Workflow Studio provides a no-code, visual interface for designing and automating complex AI agent workflows using Claude Code. It targets developers and power users seeking an intuitive way to orchestrate sub-agents, implement conditional logic, and integrate external tools without writing code. The primary benefit is accelerated AI workflow development through a drag-and-drop editor, AI-assisted refinement, and direct export to executable .claude formats, all while operating locally within VSCode for enhanced security.
How It Works
The studio utilizes a VSCode extension with a visual, drag-and-drop canvas for workflow construction. Users can intuitively connect various node types (Prompt, Sub-Agent, Skill, MCP, Conditional Logic, User Input) to define complex logic flows. A key differentiator is its AI-Assisted Workflow Refinement feature, allowing users to iteratively improve workflows by providing natural language feedback. Workflows are designed to be immediately executable, exporting directly to .claude/agents/*.md and .claude/commands/*.md files compatible with the Claude Code CLI. Non-MCP features operate entirely offline, with MCP tool nodes requiring network access based on their specific server configuration.
Quick Start & Requirements
npm install, cd src/webview && npm install, npm run build, npx vsce package, and then install the generated .vsix file in VSCode.claude --version.https://claude.com/claude-code. GitHub repository: https://github.com/breaking-brake/cc-wf-studio.git.Highlighted Details
.claude format for immediate execution with Claude Code CLI.Maintenance & Community
The repository is copyrighted by breaking-brake in 2025. No specific details regarding active maintainers, community channels (like Discord or Slack), or a public roadmap were found in the provided README.
Licensing & Compatibility
Limitations & Caveats
Workflows are limited to a maximum of 50 nodes. AI processing for refinements has a default timeout of 90 seconds and requests are capped at 2000 characters. Conversation history for AI refinement is maintained only during the active editing session. Slack sharing functionality is currently in Beta. Execution of MCP Tool nodes depends on the network availability and configuration of the respective MCP servers.
1 day ago
Inactive