OAI-Labs

18 mods across 1 repository, 1 stars between them.

vibe-flow

01

OAI-Labs/vibe-flow

Plugin Claude Code

Plugin marketplace listing 1 plugin: vibe-flow.

1 1mo ago A tokens not measured original MIT

vibe-flow

02

OAI-Labs/vibe-flow

Plugin Claude Code

Orchestration skills for Vibe Kanban: plan → ship → link → review → merge with wave-based dispatch, executor routing (T0-T4), and autonomous fix loops.

1 1mo ago A tokens not measured original MIT

vibe-explorer

03

OAI-Labs/vibe-flow

Agent

Fresh subagent that explores the codebase and proposes ONE approach to a problem through a specific lens (simplicity/performance/extensibility). Does not write code. Outputs a design doc. Dispatched in parallel (N=2-5) by vibe-plan for T4 brainstorm.

1 1mo ago A 62 tokens original MIT

vibe-reviewer

04

OAI-Labs/vibe-flow

Agent

Fresh subagent that performs two-stage code review (spec compliance then code quality) on a GitHub PR. Receives isolated context - never inherits session history. Outputs VIBE-REVIEW block with severity-classified findings. Dispatched by vibe-flow:vibe-review skill.

1 1mo ago A 60 tokens original MIT

vibe-dispatch-fix

05

OAI-Labs/vibe-flow

Skill Claude CodeCodex

Use when a PR failed review or CI - re-dispatches a workspace to fix the critical/important review items or CI failures, with tier escalation if the previous agent couldn't solve it.

1 1mo ago A 44 tokens original MIT

vibe-export-kanban

06

OAI-Labs/vibe-flow

Skill Claude CodeCodex

Use after the final vibe-ship-fast PR has merged to sync results back to vibe-kanban - posts a comment with the PR url and commit SHA on each linked issue, then transitions the issue to done. Idempotent via a marker comment, never modifies title or description.

1 1mo ago A 62 tokens original MIT

vibe-flow

07

OAI-Labs/vibe-flow

Skill Claude CodeCodex

Use when you have a spec or set of requirements and want the full end-to-end loop from spec to merged code - orchestrates vibe-plan → vibe-ship → vibe-link → vibe-review → vibe-merge (with vibe-dispatch-fix and vibe-rebase in the loop) → vibe-standup.

1 1mo ago A 66 tokens original MIT

vibe-import-kanban

08

OAI-Labs/vibe-flow

Skill Claude CodeCodex

Use when you want to ship existing vibe-kanban issues locally with vibe-ship-fast - pulls issues from a vibe-kanban project via MCP and writes them to .vibe-flow/plan-local.json with kanbanid/simpleid preserved, so vibe-export-kanban can sync results back after merge.

1 1mo ago A 65 tokens original MIT

vibe-init

09

OAI-Labs/vibe-flow

Skill Claude CodeCodex

Use on first-time setup in a new repo - picks the vibe-kanban project via MCP, writes a minimal .vibe-flow.yaml, creates the .vibe-flow/state.json skeleton, and adds the state dir to .gitignore. Idempotent.

1 1mo ago A 56 tokens original MIT

vibe-link

10

OAI-Labs/vibe-flow

Skill Claude CodeCodex

Use when a workspace finished and pushed a branch - finds or creates the corresponding GitHub PR, links it back to the vibe-kanban issue, and syncs PR status to the UI.

1 1mo ago A 41 tokens original MIT

vibe-merge

11

OAI-Labs/vibe-flow

Skill Claude CodeCodex

Use when a PR is approved by vibe-review and ready to merge - verifies CI green, checks for conflicts against latest main, rebases if needed, squash merges, archives the workspace, and closes the issue.

1 1mo ago A 46 tokens original MIT

vibe-plan

12

OAI-Labs/vibe-flow

Skill Claude CodeCodex

Use when you have a spec, feature request, or set of requirements that needs to be broken into vibe-kanban issues - decomposes the spec into an issue tree with dependencies, assigns priorities and tier estimates, creates all issues in the project. Pass --local to write the plan to .vibe-flow/plan-local.json instead of…

1 1mo ago A 83 tokens original MIT

vibe-rebase

13

OAI-Labs/vibe-flow

Skill Claude CodeCodex

Use when a PR has merge conflicts with main or mergeStateStatus is BEHIND/DIRTY - dispatches an agent to rebase the branch onto latest main, resolve conflicts, re-run tests, and force-with-lease push.

1 1mo ago A 52 tokens original MIT

vibe-review

14

OAI-Labs/vibe-flow

Skill Claude CodeCodex

Use when a PR is open and CI green - dispatches a fresh subagent for two-stage code review (spec compliance then quality), posts findings to the GitHub PR as review comments with severity classification.

1 1mo ago A 44 tokens original MIT

vibe-ship-fast

15

OAI-Labs/vibe-flow

Skill Claude CodeCodex

Use when you want to ship a planned spec locally without vibe-kanban or per-feature PRs - dispatches sub-agents in git worktrees off a dev-wave integration branch, merges and reviews each wave locally, opens one final PR to main at the end.

1 1mo ago A 58 tokens original MIT

vibe-ship

16

OAI-Labs/vibe-flow

Skill Claude CodeCodex

Use when you have vibe-kanban issues ready to dispatch to coding agents - turns an issue tree into execution waves with parallel dispatch, executor routing by complexity (T0-T4), and barrier sync between waves.

1 1mo ago A 46 tokens original MIT

vibe-standup

17

OAI-Labs/vibe-flow

Skill Claude CodeCodex

Use when you want a daily or periodic summary of vibe-flow activity formatted for Slack/Discord - groups by merged/in-review/blocked/in-progress, includes cost aggregation and PR links.

1 1mo ago A 41 tokens original MIT

vibe-status

18

OAI-Labs/vibe-flow

Skill Claude CodeCodex

Use when you want a snapshot of all active vibe-kanban workspaces, their PRs, and any inconsistencies - shows dashboard-style table with workspace state, branch, PR status, CI, and review state, flags anything stuck or inconsistent.

1 1mo ago A 52 tokens original MIT