vpaivag

14 mods across 1 repository, 5 stars between them.

vpaivag

01

vpaivag/skills

Plugin Claude Code

vpaivag's personal Claude Code plugins.

5 1mo ago A tokens not measured original MIT

skills

02

vpaivag/skills

Plugin Claude Code

The BBQ flow (Blueprint → Build → QA) — a planning pipeline with blind QA and a visual review surface, plus adversarial review and a CLAUDE.md refactor utility.

5 1mo ago A tokens not measured original MIT

skills

03

vpaivag/skills

Settings file Claude Code

Agent settings configuring enabledPlugins.

5 1mo ago A tokens not measured copy · 100% MIT

skills CLAUDE.md

04

vpaivag/skills

Instructions file

Instructions for vpaivag/skills, covering skills, hard rules and layout.

5 1mo ago A 851 tokens original MIT

plan-critic

05

vpaivag/skills

Agent

Split-context red/blue critic for a single plan proposal. Spawned by /blueprint during the design path — receives exactly one proposal plus the task constraints, never the codebase or sibling proposals, and returns only the attacks that survive its own repair attempt. Use one critic per proposal.

5 1mo ago A 62 tokens original MIT

qa-author

06

vpaivag/skills

Agent

Blind QA-plan author. Spawned by /blueprint immediately after context.md is written — reads ONLY context.md and derives behavioral verification criteria from intent alone, before and without ever seeing any plan, proposal, or code. Writes qa-plan.md into the suite dir. Re-run whenever context.md's Task or Expected…

5 1mo ago A 68 tokens original MIT

visual-planner

07

vpaivag/skills

Agent

Renders a plan suite into visual.html — the human review-and-approval surface. Spawned by /blueprint after plan.md and qa-plan.md exist; also invocable directly ("render a visual plan for "). Reads the whole suite, scales depth to the plan, authors block markup against the plugin's block library, and regenerates the…

5 1mo ago A 81 tokens original MIT

adversarial-review

08

vpaivag/skills

Skill Claude CodeCodex

Adversarial code review of a diff using split-context subagents — separate reviewer agents each get ONLY the diff and are told to assume the code is wrong and find the reasons it breaks, findings are then verified against the real code to drop false positives, and reported (fixes applied only on request). Use this…

5 1mo ago A 147 tokens original MIT

blueprint

09

vpaivag/skills

Skill Claude CodeCodex

Front-door planning skill that takes a coding task from stated intent to an approved, executable plan suite. Gathers context (restate → explore fan-out → batched Q&A → persist context.md), gates on whether a genuine design choice exists, and scales accordingly — mechanical tasks get a direct plan, design tasks get 2–3…

5 1mo ago C 220 tokens original MIT

claude-md-refactor

10

vpaivag/skills

Skill Claude CodeCodex

Refactor, audit, or bootstrap a repository's CLAUDE.md so it stays lean and acts as an index of pointers to /docs/ files instead of bloating session context. Use this skill whenever the user mentions their CLAUDE.md being too long, bloated, eating context, "collapsing context", needing cleanup, or asks to set up /…

5 1mo ago A 131 tokens original MIT

onboarding

11

vpaivag/skills

Skill Claude CodeCodex

Guided onboarding for newcomers to a codebase. Three phases — gate on CLAUDE.md quality, run a conversational tour driven by CLAUDE.md and the docs it points at, then write one contrived hands-on task to .claude/onboarding-task.md for the newcomer to implement themselves on a sandbox branch. Read-only on the codebase…

5 1mo ago A 170 tokens original MIT

pr-reviewer

12

vpaivag/skills

Skill Claude CodeCodex

Performs thorough, expert-level pull request reviews and returns a structured report with issues categorized by severity and code snippets. Use whenever the user asks to review a PR, look at a pull request, do a code review, check a branch before merge, evaluate proposed changes, or asks "what do you think of.

5 1mo ago A 66 tokens original MIT

qa

13

vpaivag/skills

Skill Claude CodeCodex

Verify a suite's behavioral intent by executing qa-plan.md in a plan-blind session. Reads ONLY qa-plan.md (and context.md) — never plan.md, visual.html, or the diff — then verifies each B-n/R-n criterion against the running code. Writes real test files when the repo has a test setup; otherwise performs manual…

5 1mo ago A 134 tokens original MIT

setup

14

vpaivag/skills

Skill Claude CodeCodex

Configure where plan suites live and whether the plans directory is gitignored. Writes .claude/plans-config.json with plansDir (default .claude/plans) and gitignore (default true) keys. The planning skills (/blueprint, /build, /qa) read this config to resolve the plans directory, falling back to .claude/plans when the…

5 1mo ago B 132 tokens original MIT