verification-cockpit
Installation
SKILL.md
Verification Cockpit Generator
Portable skill — install from the agent skills library (verification-cockpit/). Primary use: generate layouts in app/library repos you are verifying.
Output: .agents/verification/ in the workspace you are verifying. av auto-delegates when tmux-layout.sh exists there.
Adopt in a target project
Copy or symlink this skill into the project you are verifying:
SKILLS_ROOT=~/skills # or wherever you cloned the skills library
mkdir -p /path/to/my-app/.cursor/skills
ln -sfn "$SKILLS_ROOT/verification-cockpit" /path/to/my-app/.cursor/skills/verification-cockpit
# or: cp -a "$SKILLS_ROOT/verification-cockpit" /path/to/my-app/.cursor/skills/
Open that project in Cursor, then invoke the skill. It generates .agents/verification/* in that repo — tweak manifest and layout for that stack.