script-development/claude

2Stars on the repository
38Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

babysit

01

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

02

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

03

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

04

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

05

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

06

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

07

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

08

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

09

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

10

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

nightwatch-mcp

11

script-development/claude

Skill Claude CodeCodex

Nightwatch error and performance monitoring. Use when checking production or staging errors, triaging exceptions, investigating slow routes, reviewing application health, or managing issue status (resolve/ignore). Also use when the user mentions Nightwatch, production errors, exceptions, slow endpoints, or application…

2 3mo ago A 80 tokens

plan-feature

12

script-development/claude

Skill Claude CodeCodex

Structured feature planning workflow: interrogate the developer with hard, codebase-informed questions until requirements are crystal clear, then produce PLAN.md and DECISIONS.md. Use when planning a feature, designing a feature, "how should we build this", "let's plan", "I want to build X", or any request that needs…

2 3mo ago A 98 tokens

pr

13

script-development/claude

Skill Claude CodeCodex

Create a pull request for the current branch, with optional issue feedback (when the branch links to a tracked issue) and optional review handoff (when a fresh review file exists in the plan directory). Use this skill whenever the user wants to create a PR, open a pull request, submit their work for review, or is done…

2 3mo ago A 112 tokens

prepare-issue

14

script-development/claude

Skill Claude CodeCodex

Prepare a kendo issue for development: assign to current user, create a feature branch, link it, move to In Progress, and optionally check out in a worktree with full setup. Usage: /prepare-issue [N]. Use whenever the user wants to start working on an issue, prepare an issue, pick up an issue, or says "prepare issue"…

2 3mo ago A 118 tokens

release-cli

15

script-development/claude

Skill Claude CodeCodex

Release a new version of a Go CLI tool by tagging and pushing to trigger GoReleaser. Use whenever the user wants to release the CLI, tag a CLI version, publish the CLI, cut a CLI release, or says "release cli", "tag cli", "new cli version". Also use when the user asks about the CLI release process or how to ship a new…

2 3mo ago A 82 tokens

research

16

script-development/claude

Skill Claude CodeCodex

Run a research query, produce a structured markdown report, and file it so knowledge accumulates instead of dying in conversations. Use when the user asks to research a topic, investigate a question, compare options, analyze competitors, or any exploratory query where the output should be preserved. Trigger on…

2 3mo ago A 103 tokens

retro

17

script-development/claude

Skill Claude CodeCodex

Write a retrospective capturing what went wrong, why, and what changed. Use when something went wrong that's worth documenting, after a failed approach, or when the user says "retro", "retrospective", "lessons learned", "post-mortem", or "what went wrong". Also trigger proactively when a significant mistake or…

2 3mo ago A 76 tokens

review-branch

18

script-development/claude

Skill Claude CodeCodex

Multi-agent review of the current branch vs the base branch. Spawns acceptance + simplicity (+ conditional silent-failure / efficiency) reviewers in parallel and synthesizes the output into /REVIEWCLAUDE.md for /pr to consume. Use whenever the user wants to review a branch, says "review my changes", "review branch"…

2 3mo ago A 142 tokens

script-development/claude

Skill Claude CodeCodex

Review and improve MCP tool and resource descriptions for Tool Search discoverability. Use after adding or modifying MCP tools or resources to ensure descriptions follow best practices. Trigger on: "review mcp descriptions", "check tool descriptions", "optimize mcp tools", or after creating new MCP tools/resources.

2 3mo ago A 66 tokens

startup

20

script-development/claude

Skill Claude CodeCodex

Full project setup for Laravel + Vue + MinIO projects: runs backend, frontend, and MCP in parallel. Supports multiple worktrees with automatic port assignment.

2 3mo ago A 33 tokens

task-writer

21

script-development/claude

Skill Claude CodeCodex

TDD task breakdown and TASKS.md management. Use when planning a new feature, breaking down work into implementation tasks, creating or updating TASKS.md, estimating effort, or organizing multi-step work into phases. Also use when translating a plan document (like docs/plans/.md) into TASKS.md — includes systematic…

2 3mo ago A 126 tokens

triage-reports

22

script-development/claude

Skill Claude CodeCodex

Triage incoming reports (bug reports, feedback, feature requests) from the Kendo report queue. Fetches pending reports via MCP, cross-references with existing open issues to find overlaps, then walks the user through each report one-by-one using AskUserQuestion for a verdict: promote to issue, dismiss, or combine with…

2 3mo ago A 161 tokens

wireframe

23

script-development/claude

Skill Claude CodeCodex

Generate structured UI wireframe specifications (WIREFRAMES.md) for feature plans. Creates AI-readable screen specs with ASCII wireframes, design tokens, component breakdowns, and interaction specs. Use after /plan-feature produces PLAN.md, whenever the user mentions "wireframe", "create wireframes", "design the…

2 3mo ago A 115 tokens

my-skill-name

24

script-development/claude

Skill Claude CodeCodex

What this skill does and when Claude should use it. Be specific and slightly "pushy" — Claude tends to undertrigger skills, so include contexts where it should activate even if the user doesn't explicitly ask for it. Example: "Generates changelog entries from git history. Use this whenever the user mentions…

2 3mo ago C 85 tokens