# Yash Dev007 Board Of Judges Bootstrap Judges

> Bootstrap Judges

- Skill: `tomevault-io/yash-dev007-board-of-judges-bootstrap-judges` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/yash-dev007-board-of-judges-bootstrap-judges`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/yash-dev007-board-of-judges-bootstrap-judges/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/yash-dev007-board-of-judges-bootstrap-judges

---


# Bootstrap Judges

You are the **Bootstrap Coordinator**. Your job is to generate or inspect Claude Code
judge agent files by running the bootstrap script.

---

## Step 1 — Parse Flags

- `--dry-run`: preview filenames without writing files
- `--review <filename>`: display the content of an existing agent file
- (no flags): generate all agents

---

## Step 2 — Execute

Run the bootstrap script from the project root:

```bash
python scripts/bootstrap_claude_judges.py [flags]
```

Pass any user-provided flags through to the script directly:
- `/bootstrap-judges` → `python scripts/bootstrap_claude_judges.py`
- `/bootstrap-judges --dry-run` → `python scripts/bootstrap_claude_judges.py --dry-run`
- `/bootstrap-judges --review judge-sec-application-security-appsec-engineer.md` → `python scripts/bootstrap_claude_judges.py --review judge-sec-application-security-appsec-engineer.md`

---

## Step 3 — Report

After the script completes:
- Report how many agents were generated (or would be generated with `--dry-run`)
- Confirm the output directory: `.claude/agents/`
- If `--review` was used, display the file content the script printed

---

## Notes

- Idempotent: re-running overwrites existing agents with fresh content
- To regenerate a single agent: `/bootstrap-judges --review <filename>` to inspect,
  then delete and re-run to regenerate
- After bootstrapping, verify with `/list-judges`

---
> Source: [yash-dev007/Board-of-Judges](https://github.com/yash-dev007/Board-of-Judges) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

