local-vco-roles

local-vco-roles is a skill for Claude Code, Codex from foryourhealth111-pixel/Vibe-Skills. It costs 28 tokens per session (457 once invoked), scanned A, original, Apache-2.0.

A predefined set of roles and rules for having multiple coding agents review a project from different viewpoints. It standardizes roles such as team lead, bug reviewer, architecture reviewer, integration reviewer, and usability reviewer.

In plain words
What is it for?
Use it when running dialectic reviews through the local vibe workflow, coordinating role-based analysis, and producing repeatable review outputs.
Why use it?
It makes multi-agent reviews more consistent and helps separate different kinds of feedback. The rules also define how findings are prioritized and how review state is tracked.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: names the TodoWrite tool; mentions Codex.

Good fit Use it when running dialectic reviews through the local vibe workflow, coordinating role-based analysis, and producing repeatable review outputs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/foryourhealth111-pixel/vibe-skills/local-vco-roles
About the project

Vibe-Skills is a collection and routing system that helps AI agents discover, select, and coordinate specialized skills for completing tasks. It is intended for agents that need to organize workflows across many installed capabilities. The catalogue entries are skills and an agent belonging to this system.

foryourhealth111-pixel/Vibe-Skills · 3,252 stars · on GitHub

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 foryourhealth111-pixel/Vibe-Skills --skill local-vco-roles
Clone the repo
git clone --depth 1 https://github.com/foryourhealth111-pixel/Vibe-Skills

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 local-vco-roles

README.md
[![agentmods](https://agentmods.dev/badge/skills/foryourhealth111-pixel/vibe-skills/local-vco-roles/github.svg)](https://agentmods.dev/skills/foryourhealth111-pixel/vibe-skills/local-vco-roles)
Your own site
<a href="https://agentmods.dev/skills/foryourhealth111-pixel/vibe-skills/local-vco-roles"><img src="https://agentmods.dev/badge/skills/foryourhealth111-pixel/vibe-skills/local-vco-roles/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for local-vco-roles

Your own site · 80×15
<a href="https://agentmods.dev/skills/foryourhealth111-pixel/vibe-skills/local-vco-roles"><img src="https://agentmods.dev/badge/skills/foryourhealth111-pixel/vibe-skills/local-vco-roles.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 457 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.00028 $0.00457
Opus 5 $0.00014 $0.00229
Sonnet 5 $0.00006 $0.00091
Haiku 4.5 $0.00003 $0.00046

Measured 9d ago against content hash 92e24c863bf4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

local-vco-roles 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/new-run.ps1), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

bundled/skills/local-vco-roles/SKILL.md · 60 lines

What it actually says

local-vco-roles

Codex-local role pack for dialectic multi-agent reviews, designed to be compatible with the local vibe skill.

When to Use

Use this skill when:

  1. You run /vibe and need a stable role set for dialectic review.
  2. You want reproducible multi-role analysis using TeamCreate-style orchestration.
  3. You need standardized outputs across team-lead / bug / architecture / integration / usability roles.

Vibe Compatibility Contract (Must Follow)

  1. Grade handshake:
  • M/L: do NOT force TeamCreate orchestration.
  • XL: TeamCreate workflow is allowed.
  1. Rule-1 boundary:
  • Never mix multiple agent systems for the same task.
  • Follow vibe conflict rules first.
  1. Command priority:
  • User explicit command > vibe routing > this role pack defaults.
  1. Output severity:
  • Always use CRITICAL > HIGH > MEDIUM > LOW.
  1. Staged confirmation:
  • Keep major confirmation points aligned with vibe team protocol.
  1. Memory behavior:
  • Default state tracking via TodoWrite-style task state.
  • Optional enhancements (if available) must not become hard dependencies.

Role Prompt Library

  • Team lead: references/role-prompts/team-lead.md
  • Bug analyst: references/role-prompts/bug-analyst.md
  • Architecture critic: references/role-prompts/arch-critic.md
  • Integration analyst: references/role-prompts/integration-analyst.md
  • Usability analyst: references/role-prompts/usability-analyst.md
  1. Read references/vibe-compatibility.md.
  2. Create 5 tasks (lead + 4 analysts).
  3. Assign each role using the prompt files above.
  4. Collect results and aggregate by severity.
  5. Produce one merged decision set (keep / simplify / remove).

Optional Utility

  • Run scaffold helper: scripts/new-run.ps1 -Topic <name>
Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 60 lines · 28 tokens per session scan A 92e24c863bf4

Subscribe to this mod's changes

local-vco-roles is a skill published in the GitHub repository foryourhealth111-pixel/Vibe-Skills (3,252 stars, last pushed 12d ago), licensed Apache-2.0. It adds 28 tokens to every session and 457 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

meta-reviewing-ai-reviewing

AI integration review patterns. Use when reviewing model API calls, prompt construction, LLM output handling, RAG pipelines, and tool-calling code. Covers prompt-injection call-chain tracing, output validation, token budgets, retry/timeout handling, streaming, and key/PII exposure.

agents-inc/skills · 65 tokens

meta-reviewing-api-reviewing

Backend code review patterns. Use when reviewing API routes, database operations, auth middleware, and server utilities. Covers injection, boundary validation, authorization coverage, secret/PII exposure, error leakage, and query patterns.

agents-inc/skills · 50 tokens

meta-reviewing-cli-reviewing

CLI code review patterns. Use when reviewing CLI applications built with Commander.js, @clack/prompts, picocolors. Covers exit codes, signal handling, error messages, user experience, testing adequacy.

agents-inc/skills · 49 tokens

meta-reviewing-infra-reviewing

Infrastructure code review patterns. Use when reviewing CI/CD workflows, Dockerfiles, deployment configs, and IaC. Covers supply-chain pinning, secret exposure, container hygiene, least-privilege permissions, and deployment safety.

agents-inc/skills · 52 tokens

meta-reviewing-web-reviewing

UI component review patterns. Use when reviewing React components, hooks, props, state, styling, and accessibility. Covers rules of hooks, effect cleanup, render performance, list keys, keyboard and ARIA patterns.

agents-inc/skills · 49 tokens

meta-reviewing-reviewing

Code review patterns, feedback principles. Use when reviewing PRs, implementations, or making approval/rejection decisions. Covers self-correction, progress tracking, feedback principles, severity levels.

agents-inc/skills · 42 tokens