Add vibe-flow skill (multi-agent orchestration for vibe-kanban)#567
Open
OdinHoang03 wants to merge 1 commit into
Open
Add vibe-flow skill (multi-agent orchestration for vibe-kanban)#567OdinHoang03 wants to merge 1 commit into
OdinHoang03 wants to merge 1 commit into
Conversation
|
@OdinHoang03 is attempting to deploy a commit to the Daniel Avila's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
👋 Thanks for contributing, @OdinHoang03!This PR touches What happens next
While you wait
This is an automated message. No action is required from you right now — a maintainer will review soon. |
Contributor
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="cli-tool/components/skills/workflow-automation/vibe-flow/SKILL.md">
<violation number="1" location="cli-tool/components/skills/workflow-automation/vibe-flow/SKILL.md:32">
P2: Custom agent: **Component Reviewer**
Uses a home-directory path (`~/.claude.json`) in a component file, which conflicts with the rule's prohibition on absolute paths.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| /reload-plugins | ||
| ``` | ||
|
|
||
| Configure the vibe-kanban MCP server in `~/.claude.json`: |
Contributor
There was a problem hiding this comment.
P2: Custom agent: Component Reviewer
Uses a home-directory path (~/.claude.json) in a component file, which conflicts with the rule's prohibition on absolute paths.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At cli-tool/components/skills/workflow-automation/vibe-flow/SKILL.md, line 32:
<comment>Uses a home-directory path (`~/.claude.json`) in a component file, which conflicts with the rule's prohibition on absolute paths.</comment>
<file context>
@@ -0,0 +1,95 @@
+/reload-plugins
+```
+
+Configure the vibe-kanban MCP server in `~/.claude.json`:
+
+```json
</file context>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new skill:
vibe-flowunderskills/workflow-automation/vibe-flow/.vibe-flowis a Claude Code plugin that orchestrates the full spec-to-merge lifecycle on a vibe-kanban board:dispatch-fix,rebase,status,standup, and a metavibe-floworchestratorThe skill file points users to the upstream plugin (which is the source of truth) so we don't duplicate the 11 individual slash-command files in this registry.
Test plan
SKILL.mdplaced atcli-tool/components/skills/workflow-automation/vibe-flow/SKILL.mdname,description,author,license,metadata.version/homepage/repositoryLinks
Summary by cubic
Adds a new
vibe-flowskill that orchestrates spec-to-merge workflows on avibe-kanbanboard via the upstream Claude Code plugin. Provides install steps and command references without changing runtime code.cli-tool/components/)skills/workflow-automation/vibe-flow/SKILL.mdwith install/prereqs and commands (vibe-init,vibe-plan,vibe-ship,vibe-link,vibe-review,vibe-merge,vibe-dispatch-fix,vibe-rebase,vibe-status,vibe-standup,vibe-flow)vibe-flowplugin; no CLI/API runtime changesdocs/components.json)ghauth andvibe-kanbanMCP server configurationWritten for commit fee15ff. Summary will update on new commits.