using-vibekit

Solid

Use when starting any conversation — establishes vibekit's auto-trigger discipline so pipeline skills (brainstorm, brief, plan, exec, verify, review, finish, memory) actually fire at their trigger points instead of being silently skipped.

Code & Development 19 stars 1 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

<SUBAGENT-STOP> If you were dispatched as a subagent to execute a specific task, skip this skill. Subagents follow their RTCO brief, not the orchestration discipline. </SUBAGENT-STOP> <EXTREMELY-IMPORTANT> If you think there is even a 1% chance a vibekit skill applies to what you are about to do, you MUST invoke it via the Skill tool. This is not negotiable. You cannot rationalize "the task is too small," "I already know the answer," or "it would be faster to just do it." Skipping a guardrail skill is the failure mode this plugin exists to prevent. </EXTREMELY-IMPORTANT> ## Instruction priority 1. **User's explicit instructions** (CLAUDE.md, AGENTS.md, GEMINI.md, direct messages) — highest. 2. **Vibekit skills** — override default behavior where they conflict. 3. **Default system prompt** — lowest. If the user says "skip the brainstorm" or "just write the code," follow the user. Otherwise, follow the trigger map below. ## Auto-trigger map | Trigger condition | Skill that MUST fire | |---|---| | User says "vibe" or gives a short intent ("add X", "build Y", "fix Z") | `vibe` | | About to start any creative or implementation work, before code is written | `brainstorm-lean` | | Spec is approved, implementation has not started | `plan-write` | | Plan is approved, before any implementation dispatch | `isolate` | | About to dispatch any subagent / Task / Agent call | `brief-compiler` (compile RTCO brief first) | | Executing an approved plan task-by-task | `exec-dispatch` | | ...

Details

Author
rizukirr
Repository
rizukirr/vibekit
Created
4 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

vibecode-orchestrator

Central skill dispatcher for large Claude Code skill libraries. Analyzes each request's intent, then loads only the minimum set of skills needed, instead of the user hand-picking from a hundred installed skills or the model loading several overlapping ones. Runs a five-phase loop (analyze, plan, implement, test, compact) with per-lane arbitration so two similar skills never load at once. Use when a setup has many installed skills, when it is unclear which skills apply to a task, or when skill loading is burning context. Does not write production code itself; it routes to the skills that do. Trigger terms: vibecode, orchestrate, route skills, which skill, pick skills, dispatch, skill router, too many skills, /vc.

0 Updated 1 months ago
SheeshDarth
Code & Development Solid

vibe

Use when the user says "vibe" or gives a short intent like "add X", "build Y", "fix Z". Runs the full disciplined pipeline end-to-end — brainstorm → plan → isolated execution → verification — with minimal user interaction outside the brainstorm phase. The user only has to answer design questions; every other step is autonomous, guardrail-protected, and token-efficient. If the user does not say "vibe" explicitly, do not assume this skill applies.

19 Updated yesterday
rizukirr
AI & Automation Listed

using-nicopowers

Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions

0 Updated 1 months ago
proxynico