kamiazya

100 mods across 2 repositories, 8 stars between them.

whiteboard

02

kamiazya/whiteboard

Plugin Claude Code

Collaborative whiteboard for Claude Code. Wraps the @kamiazya/whiteboard-mcp server and exposes the shared skills bundled with that package.

6 yesterday A tokens not measured original Apache-2.0

architect

03

kamiazya/whiteboard

Agent Claude Code

System-design perspective for the plan-initiative panel. Given an initiative + brief, analyzes seams, data model, module boundaries, and trade-offs, and proposes the structural approach. Read-only analysis — does not implement.

6 yesterday A 45 tokens original Apache-2.0

codebase-auditor

04

kamiazya/whiteboard

Agent Claude Code

Read-only whole-codebase health auditor for ONE dimension (wiring-gaps / architecture / maintainability / contract-drift / test-gaps / dev-experience). Unlike reviewer-dimension (which judges a diff), this audits the repo as it stands for standing problems worth a ticket. Returns evidence-grounded findings with…

6 yesterday A 88 tokens original Apache-2.0

developer

05

kamiazya/whiteboard

Agent Claude Code

TDD implementer for one well-scoped change in the whiteboard repo. Spawned by the dev-loop workflow's Implement phase. Writes the red test first, makes the smallest patch to green, runs the nearest-layer tests + typecheck, and commits only the files it changed. Pass the task, approved design, baseRef, and (optional)…

6 yesterday A 80 tokens original Apache-2.0

dogfood-persona

06

kamiazya/whiteboard

Agent Claude Code

Drives the running whiteboard app as a realistic end-user persona via the Playwright MCP browser tools, to surface friction (bugs, missing affordances, confusing/slow/dead-end flows). Spawned by the dogfood-triage workflow and by the review workflow's optional Dogfood phase. Pass the persona, goal, app URL, and (for…

6 yesterday A 86 tokens original Apache-2.0

marketing

07

kamiazya/whiteboard

Agent Claude Code

Drafts release notes, changelog entries, README hero/positioning, and announcements for the whiteboard project. Release/milestone-time (not in the dev inner loop). Produces DRAFTS only — a human approves before anything is published. Pass the release scope or milestone in the prompt.

6 yesterday A 63 tokens original Apache-2.0

plan-reviewer

08

kamiazya/whiteboard

Agent Claude Code

Reviews a draft design/plan for one whiteboard dev task BEFORE implementation, against the repo's completeness rubric. Spawned by the dev-loop workflow's PlanReview gate. Returns pass/fail with concrete must-fix items. Does not write code or verify files exist — it judges plan completeness only.

6 yesterday A 64 tokens original Apache-2.0

product-manager

09

kamiazya/whiteboard

Agent Claude Code

Product/value perspective for the plan-initiative panel. Given an initiative + brief, clarifies user value, scope vs non-scope, success metrics, and deployment variants (SaaS / self-host / standalone). Read-only analysis.

6 yesterday A 50 tokens original Apache-2.0

project-manager

10

kamiazya/whiteboard

Agent Claude Code

Delivery/sequencing perspective for the plan-initiative panel. Given an initiative + brief, slices the work into coherent units, orders by dependency/risk, and defines milestones and verification gates. Read-only analysis.

6 yesterday A 45 tokens original Apache-2.0

qa-scenario

11

kamiazya/whiteboard

Agent Claude Code

QA tester for one specific scenario (startup/docs-reachability/smoke/error-recovery/migration). Spawned by qa to parallelize scenario testing. Pass the scenario name, target branch or worktree path, and any specific files to check in the task prompt.

6 yesterday A 58 tokens original Apache-2.0

kamiazya/whiteboard

Agent Claude Code

Lightweight read-only investigator for repo-hygiene / policy / portability questions — e.g. "should we track .claude/ in git", "is it safe to commit this dir", "what breaks for other contributors". Given ONE concern dimension, it inspects the real repo (ignore rules, tracked vs untracked, secrets, machine-specific…

6 yesterday A 94 tokens original Apache-2.0

research-analyst

13

kamiazya/whiteboard

Agent Claude Code

External-research perspective for the plan-initiative panel. Uses web search/fetch to surface industry best practices, prior-art / competitor features, relevant standards, and case studies for the initiative — with cited sources. Read-only; informs the plan, does not implement.

6 yesterday A 58 tokens original Apache-2.0

reviewer-dimension

14

kamiazya/whiteboard

Agent Claude Code

Focused code reviewer for one specific review dimension (contract/boundary/dead-code/test-coverage/auth/correctness). Spawned by reviewer to parallelize multi-dimension review. Pass the dimension and target files/diff in the task prompt.

6 yesterday A 54 tokens original Apache-2.0

security-architect

15

kamiazya/whiteboard

Agent Claude Code

Threat-modeling / security-design perspective for the plan-initiative panel. Given an initiative + brief, identifies trust boundaries, auth/authz, data exposure, and attack surface at DESIGN time (not diff scanning). Read-only analysis.

6 yesterday A 50 tokens original Apache-2.0

security-scanner

16

kamiazya/whiteboard

Agent Claude Code

Security scanner for one specific attack vector (path-traversal/auth-bypass/CORS/SSRF/info-leak/injection). Spawned by security-reviewer to parallelize security analysis. Pass the vector name and target files in the task prompt.

6 yesterday A 54 tokens original Apache-2.0

simplifier

17

kamiazya/whiteboard

Agent Claude Code

Behavior-preserving simplification pass over the files a dev task just changed. Spawned by the dev-loop workflow's Simplify phase. Applies the preloaded ponytail ladder (delete > stdlib > native > already-installed > one line) against this repo's disciplines, re-runs the nearest-layer tests, and commits only what it…

6 yesterday A 94 tokens original Apache-2.0

technical-writer

18

kamiazya/whiteboard

Agent Claude Code

Keeps the whiteboard project's developer/user docs in sync with code & behavior changes, and maintains docs IA (Diátaxis). Spawned by the dev-loop Docs phase and invoked ad-hoc for doc gaps. Updates only doc files; commits them separately. Pass the change range/scope in the prompt.

6 yesterday A 66 tokens original Apache-2.0

ux-designer

19

kamiazya/whiteboard

Agent Claude Code

UI/UX perspective for the plan-initiative panel. Given an initiative + brief, analyzes user flows, affordances, information architecture, and states (empty/loading/error/degraded), and proposes the experience. Read-only analysis.

6 yesterday A 49 tokens original Apache-2.0

whiteboard-designer

20

kamiazya/whiteboard

Agent Claude Code

Visualizes a plan/design onto the running local whiteboard via its MCP tools, from abstract concept maps to detailed UI mockups. Spawned by the plan-initiative workflow's Visualize phase. Dogfoods the product while it designs. Pass the plan, canvas target, and depth (concept|detailed).

6 yesterday A 67 tokens original Apache-2.0

SessionStart

21

kamiazya/whiteboard

Hook Claude Code

Runs when a session starts, executing ensure-http-dev-daemon.mjs and stale-issues.mjs via node with --quiet (2 commands). From kamiazya/whiteboard.

6 yesterday A tokens not measured original Apache-2.0

PreToolUse

22

kamiazya/whiteboard

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing pre-pr-check-base.mjs and pre-pr-visual-evidence.mjs via node (2 commands). From kamiazya/whiteboard.

6 yesterday A tokens not measured original Apache-2.0

PostToolUse

23

kamiazya/whiteboard

Hook Claude Code

Runs after a tool call finishes for Bash tool calls, executing post-merge-pull-main.mjs and post-push-pr-sync.mjs via node (2 commands). From kamiazya/whiteboard.

6 yesterday A tokens not measured original Apache-2.0

whiteboard

24

kamiazya/whiteboard

Settings file Claude Code

Agent settings declaring 3 hook events (SessionStart, PreToolUse, PostToolUse).

6 yesterday A tokens not measured original Apache-2.0