vibeflow-quick

vibeflow-quick is a skill for Claude Code, Codex from pe-menezes/vibeflow. It costs 63 tokens per session (964 once invoked), scanned A, original, MIT.

A fast workflow for turning a small, clearly planned coding task into a ready-to-use prompt pack. It is intended for tasks that fit within four files or fewer.

In plain words
What is it for?
Use it to create prompt instructions for a small feature or planned change; use a hotfix workflow for an observed bug and a fuller specification workflow for larger work.
Why use it?
It avoids the longer documentation process when the requirements are already clear, while distinguishing planned work from defects that need reproducible evidence.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit Use it to create prompt instructions for a small feature or planned change; use a hotfix workflow for an observed bug and a fuller specification workflow for larger work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pe-menezes/vibeflow/vibeflow-quick
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pe-menezes/vibeflow --skill vibeflow-quick
Clone the repo
git clone --depth 1 https://github.com/pe-menezes/vibeflow

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vibeflow-quick

README.md
[![agentmods](https://agentmods.dev/badge/skills/pe-menezes/vibeflow/vibeflow-quick.svg)](https://agentmods.dev/skills/pe-menezes/vibeflow/vibeflow-quick)
Your own site
<a href="https://agentmods.dev/skills/pe-menezes/vibeflow/vibeflow-quick"><img src="https://agentmods.dev/badge/skills/pe-menezes/vibeflow/vibeflow-quick.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 964 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.00964
Opus 5 $0.00032 $0.00482
Sonnet 5 $0.00013 $0.00193
Haiku 4.5 $0.00006 $0.00096

Measured 8d ago against content hash 26cdd747eae0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

vibeflow-quick scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

cursor/skills/vibeflow-quick/SKILL.md · 97 lines

How it starts

The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Vibeflow: Quick

Fast-track: generate a prompt pack for small tasks in one command. Skips discover, generates ephemeral spec, outputs ready-to-use prompt pack.

Usage: Provide the task description as input.


Language

Detect the language of the user's input. Write ALL output in that same language. Technical terms in English are acceptable regardless of the detected language.

When to use

Small planned tasks and features with clear requirements, fitting in ≤4 files, when you want a prompt pack now rather than a paper trail. Not for:

  • An observed defect with reproducible evidence → use the vibeflow-hotfix skill.
  • The idea is vague → use the vibeflow-discover skill first.
  • You need full documentation for the team → use the full pipeline.
  • The task is large or architecturally significant → use the vibeflow-gen-spec skill.

Phase 0: Check context

.vibeflow/ exists → skip to Phase 2 and use it. Otherwise → Phase 1.

Phase 1: Lightweight scan (only without .vibeflow/)

Enough to understand the project, and no more — this doesn't generate .vibeflow/ and writes nothing to disk:

  1. The project's config files, for the stack.
  2. The top 2 directory levels, for the structural units.
  3. Three or four key files: the entry point, one route or handler, one model or type definition, one test (if present).
  4. .cursorrules, CLAUDE.md, .github/copilot-instructions.md, or .cursor/rules/, if present, for conventions.

Findings stay in memory. At the end, suggest: "For deeper analysis, run the vibeflow-analyze skill."

Phase 2: Generate the ephemeral spec

From .vibeflow/ or the Phase 1 context, build a spec in memory only — never saved to a file — containing:

  • Objective — 1 sentence. What changes for the user.
  • Definition of Done — 3-5 binary checks (fewer than a standard spec).
  • Scope — What's in. Keep it tight.
  • Anti-scope — What's explicitly out. Be aggressive.
  • Budget — ≤4 files, tighter than the standard ≤6. A task that clearly needs more gets a warning in the user's language: "This task may be too large for quick. Consider using the vibeflow-gen-spec skill."
  • Applicable Patterns — from .vibeflow/patterns/, when it exists.

Read the full file on GitHub · 97 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 97 lines · 63 tokens per session scan A 26cdd747eae0

Subscribe to this mod's changes

vibeflow-quick is a skill published in the GitHub repository pe-menezes/vibeflow (29 stars, last pushed 2d ago), licensed MIT. It adds 63 tokens to every session and 964 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

copilot-setup-audit

Audit repository Copilot customization setup. Use this skill to analyze existing configuration, identify missing files, check for best practices, and suggest improvements for agents, prompts, instructions, and skills.

trsdn/github-copilot-agent · 44 tokens

copilot-compatibility-checker

Check VS Code and GitHub Copilot feature compatibility. Use this skill when diagnosing why a feature isn't working, checking required settings, or verifying version requirements for experimental features.

trsdn/github-copilot-agent · 42 tokens

copilot-skill-builder

Create and maintain Agent Skills for VS Code and GitHub Copilot. Use this skill when setting up new skills, skill directories, or SKILL.md files. Helps scaffold project skills in .github/skills/ or personal skills in /.copilot/skills/.

trsdn/github-copilot-agent · 58 tokens

personetta-set-active

Switches the active Personetta persona via set-active. The target tool is auto-detected from the host agent (Claude Code here), so no --format is needed. Use when the user asks to change recipe, switch persona, or set active role.

EdwardAF-IT/Personetta · 56 tokens

personetta-current

Reports the active Personetta recipe id using the installed CLI. The host agent (Claude Code here) is auto-detected. Use when the user asks for their current persona, active recipe, or which Personetta role is on.

EdwardAF-IT/Personetta · 50 tokens

personetta-list

Lists Personetta recipes (and optionally roles) using the installed Personetta CLI. Use when the user asks what recipes or personas exist before switching.

EdwardAF-IT/Personetta · 33 tokens