script-development

38 mods across 1 repository, 2 stars between them.

librarian

01

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.

2 3mo ago B 66 tokens

claude CLAUDE.md

02

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.

2 3mo ago A 388 tokens

acceptance-reviewer

03

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.

2 3mo ago A 63 tokens

agent-auditor

04

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.

2 3mo ago A 39 tokens

bug-fix-verifier

05

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.

2 3mo ago A 61 tokens

docs-auditor

06

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.

2 3mo ago A 46 tokens

efficiency-hunter

07

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…

2 3mo ago A 79 tokens

plan-reviewer

08

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.

2 3mo ago A 46 tokens

qa

09

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.

2 3mo ago A 46 tokens

reviewer

10

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.

2 3mo ago A 38 tokens

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.

2 3mo ago A 56 tokens

simplicity-reviewer

12

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.

2 3mo ago A 58 tokens

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.

2 3mo ago A 59 tokens

wireframe-reviewer

14

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.

2 3mo ago A 59 tokens

babysit

15

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…

2 3mo ago A 95 tokens

board-sync

16

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…

2 3mo ago A 100 tokens

catchup

17

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…

2 3mo ago A 230 tokens

commit

18

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".

2 3mo ago A 43 tokens

fix-bug

19

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…

2 3mo ago A 165 tokens

implement-plan

20

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…

2 3mo ago A 179 tokens

kendo-cli

21

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…

2 3mo ago C 125 tokens

kendo-mcp

22

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…

2 3mo ago A 88 tokens

newbranch

23

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".

2 3mo ago A 64 tokens

next

24

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…

2 3mo ago A 107 tokens