script-development/claude
Agent Claude Code
Scan other repos for skills and agents worth sharing, grade them, and recommend what to import. Use when the task mentions "anything to update", "check repos", "scan for skills", "what's new", "maintain", or any request to find shareable skills/agents in other codebases.
script-development/claude
Instructions file
Claude Code instructions for script-development/claude, covering claude code skills & agents repository, repository structure and when working in this repo.
script-development/claude
Agent
Verify that implementation satisfies the plan's acceptance criteria and matches wireframe/design specifications. Use after completing a task (/next step 6) or before creating a PR (/pr step 3). Spawn with mode "task" for single-task review or "pr" for full-branch review.
script-development/claude
Agent
Audit agent definitions for quality, consistency, and best practices. Use when the task mentions agent audit, agent review, agent quality, agent consistency, or checking agent definitions.
script-development/claude
Agent
Verify that a bug fix actually resolves the defect described in BUG.md and doesn't introduce obvious regressions. Spawned by /fix-bug before PR creation as the blocking gate for bug-fix branches — the bug analogue of acceptance-reviewer for feature branches.
script-development/claude
Agent
Audit CLAUDE.md and project documentation against the actual codebase to find drift. Use when the task mentions docs audit, convention drift, stale docs, CLAUDE.md check, or documentation accuracy.
script-development/claude
Agent
Hunt efficiency problems in code changes — N+1 queries, missed concurrency, hot-path bloat, wasteful recomputation, missing eager-loading, and await-in-loop patterns. Spawned conditionally by /review-branch — only when the branch diff touches DB access, async code, or tight loops — in parallel with acceptance-reviewer…
script-development/claude
Agent
Review feature plans for codebase convention violations before approval. Use when a plan has been produced by /plan-feature and needs convention checking, or when the task mentions plan review, convention check, or plan audit.
script-development/claude
Agent
Diagnose failing CI runs OR evaluate completed implementations against plan acceptance criteria. Use when the task mentions CI, pipeline, failing checks, build failure, test failure, post-implementation review, acceptance check, or verify implementation.
script-development/claude
Agent
Review PRs for code quality, architectural concerns, and pattern consistency. Use when the task mentions review PR, code review, check PR, or look at a pull request.
script-development/claude
Agent
Hunt silent failures, inadequate error handling, and inappropriate fallbacks in code changes. Spawned conditionally by /review-branch — only when the branch diff contains error-handling changes — in parallel with acceptance-reviewer and simplicity-reviewer.
script-development/claude
Agent
Verify that the implementation is the simplest shape that meets the plan — reuses existing code, follows DECISIONS.md, and avoids scope creep or dead scaffolding. Spawned by /review-branch in parallel with acceptance-reviewer against the full branch diff.
script-development/claude
Agent
Verify that TASKS.md fully covers PLAN.md — every acceptance criterion, wireframe screen, and scope item maps to at least one task. Use after /task-writer generates or updates TASKS.md. Reports coverage gaps, unmapped criteria, and scope creep.
script-development/claude
Agent
Verify that WIREFRAMES.md is complete, internally consistent, uses valid design tokens, references real components, and covers all screens from PLAN.md's frontend scope. Use after wireframe generation. Reports structural gaps, invalid tokens, missing screens, and component mismatches.
script-development/claude
Skill Claude CodeCodex
Watch a PR's GitHub Actions CI, automatically fix failures, and push until green. Use this skill whenever the user says "babysit", "watch ci", "fix ci", "make ci green", "monitor the PR", "keep pushing until green", or after creating a PR when they want hands-off CI resolution. Also use proactively after /commit or…
script-development/claude
Skill Claude CodeCodex
Synchronize the kendo board with GitHub branch and PR status. Use this skill whenever the user wants to check board alignment, sync the board, see what issues are stale, find merged PRs that haven't been moved to Done, or get an overview of branch status for open issues. Trigger on phrases like "sync board", "check…
script-development/claude
Skill Claude CodeCodex
Load the full context of the current branch and check alignment with the base: git diff summary, commit history, plan/task files, decisions, and (if the project has an issue-tracker skill) the upstream issue details. Reports how far behind the base the branch is and offers to merge on confirmation. Resolves merge…
script-development/claude
Skill Claude CodeCodex
Create small, focused commits with proper messages and push to remote. Use whenever the user wants to commit, save progress, push changes, or says "commit", "push", or "save my work".
script-development/claude
Skill Claude CodeCodex
Structured bug-fix workflow: identify the issue, reproduce the defect, confirm it isn't already fixed on the base branch, capture the investigation in docs/bugs/ /BUG.md, propose the fix and wait for developer approval, implement it, and gate on the bug-fix-verifier agent before PR. Use whenever the user wants to fix…
script-development/claude
Skill Claude CodeCodex
Implement a feature directly from PLAN.md and DECISIONS.md without a TASKS.md breakdown. Use this for smaller plans where the plan's Approach section is already a good enough roadmap and a separate task file would be overkill. Loads the full plan context (goal, decisions, scope, approach, acceptance criteria…
script-development/claude
Skill Claude CodeCodex
Kendo CLI tool for managing issues, projects, sprints, epics, reports, and time tracking directly from the terminal. Use this skill whenever interacting with kendo issues, checking board status, creating or updating issues, searching across projects, logging time, managing sprints and epics, or triaging reports (bug…
script-development/claude
Skill Claude CodeCodex
MCP integration for kendo project management. Use when creating, updating, moving, or searching issues via MCP tools. Also use when writing user stories, logging time, managing epics, linking branches to issues, or triaging reports (bug reports, feedback). Provides access to projects, issues, lanes, sprints, epics…
script-development/claude
Skill Claude CodeCodex
Create a new branch from {{DEFAULTBRANCH}}, named after a Kendo issue (e.g. {{ISSUEKEYPREFIX}}-0141-short-description). Use whenever the user wants to start a new feature, create a branch, begin work on an issue, or says "new branch".
script-development/claude
Skill Claude CodeCodex
Continue working through TASKS.md — find the next uncompleted task, execute it with TDD flow, and mark it done. Use this skill whenever the user wants to continue implementation work, pick up where they left off, resume after /clear, or work through a task list. Trigger on: "next task", "continue working", "keep…