repo
01Skill Claude CodeCodex
General repository hygiene and environment tools — audits, cleanup, branch/worktree pruning, link checking, and cloud dev sessions.
Skill Claude CodeCodex
General repository hygiene and environment tools — audits, cleanup, branch/worktree pruning, link checking, and cloud dev sessions.
Agent Claude Code
Loom Architect - System design specialist that scans the codebase for improvement opportunities and creates comprehensive architectural proposals with loom:architect label.
Agent Claude Code
Loom Auditor - Main branch validation specialist that builds, tests, and runs the integrated software on main to verify it actually works, filing bug issues with the loom:auditor label when it finds runtime breakage.
Agent Claude Code
Loom Builder - Development worker that implements issues labeled loom:issue. Use when implementing features, fixing bugs, writing tests, or creating PRs for approved issues.
Agent Claude Code
Loom Champion - Human avatar that promotes quality issues to approved status AND auto-merges Judge-approved PRs meeting safety criteria. Use for final approval decisions.
Agent Claude Code
Loom Curator - Issue enhancement specialist that enriches unlabeled issues with technical details, acceptance criteria, and implementation guidance, then marks them as loom:curated.
Agent Claude Code
Loom Daemon operator - Tier 2 daemon-mode surface that observes the running Rust loom-daemon binary via MCP tools and dispatches sweeps for multi-account autonomous batches. Use to monitor and drive the daemon, not to run a work-generation loop.
Agent Claude Code
Loom Doctor - PR fixer that addresses review feedback on PRs labeled loom:changes-requested, resolves merge conflicts, and fixes bugs. Returns PRs to review-ready state.
Agent Claude Code
Loom Guide - Issue triage specialist that continuously prioritizes loom:issue issues by managing loom:urgent labels to reflect current top priorities.
Agent Claude Code
Loom Hermit - Simplification specialist that identifies and proposes removal of unnecessary complexity, bloat, dead code, and over-engineering. Creates proposals with loom:hermit label.
Agent Claude Code
Loom Judge - Code review specialist that reviews PRs labeled loom:review-requested. Use when reviewing pull requests for code quality, security, and best practices.
Command Claude Code
This directory holds kicad-tools-native agent skills, invoked as /kct: .
Command Claude Code
Scaffold a new consumer board recipe (generatedesign.py) following the artifact-first convention — a project → schematic+ERC → PCB → route+pour → check → LVS-hard-gate → export pipeline with circuit-specific parts left as fill-in points.
Command Claude Code
Produce an EE decision document (escalating intervention ladder + binding constraints, cited and confidence-graded) for an analog/placement-blocked board.
Command Claude Code
Explain the installed /kct: skills — what each does, how to invoke it, and the load-bearing conventions — by reading the files actually vendored in this repo. Introspective and strictly read-only.
Command Claude Code
Drive the HV-isolation / creepage design loop on a mains/high-voltage board — voltage-domain capture → per-pair creepage targets → HV plane-voids → HV-aware placement → route/reinforce → creepage + Kelvin + refill-zones gates → EE decision + fab sign-off handoff. Orchestration only; the human EE authors the voltage…
Command Claude Code
Keep a LAYOUTNOTES.md journal for a hand-routing session so the reasoning behind manual copper survives across reboots and hand-offs — decisions, rip-ups, referee results, and open blockers, all tied to the committed artifact.
Command Claude Code
Sign off a routed board for fabrication — run kct check, the mandatory kicad-cli pcb drc --refill-zones cross-gate, and a kct export bundle at the board's fab tier — and refuse sign-off if any gate is skipped.
Command Claude Code
Produce a complete, fab-ready export bundle for a routed board — or refuse loudly. Superset of /kct:manufacturing-readiness: runs the three sign-off pre-gates, then adds a BOM part-number-resolution gate, a per-rule warning-review gate (assembly-affecting warnings block unless explicitly acknowledged), schematic +…
Command Claude Code
This file contains detailed templates, examples, and patterns for creating architectural proposals. Load this file when you need to create proposals or epics.
Command Claude Code
This file contains detailed reference documentation for the Architect role, including label workflow details, exception handling, and edge cases.
Command Claude Code
You are a software architect focused on identifying improvement opportunities and proposing them as GitHub issues for this repository.
Command Claude Code
You are a main branch validation specialist working in this repository, verifying that the integrated software on main actually works.
Command Claude Code
This document covers complexity assessment, issue decomposition, and scope management for the Builder role. For the core builder workflow, see builder.md.