Agent Plugins Marketplace
All plugins

kit

v0.4.0

End-to-end GitHub ticket workflow for Claude Code: architecture discussion, worktree isolation, TDD, automated PR review, and cleanup.

Claude Code17 Skills

By Ron RanauroLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
17 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install kit for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install kit@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/rranauro/claude-kit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/kit/.

Plugin files

plugins/kit/
├── .claude-plugin/plugin.json
├── skills/argument-pages/SKILL.md
├── skills/behavior-placement/SKILL.md
├── skills/domain-modeling/SKILL.md
├── skills/grilling/SKILL.md
├── skills/improve-codebase-architecture/SKILL.md
├── skills/park/SKILL.md
├── skills/rails-codebase-design/SKILL.md
├── skills/rails-load-bearing-specs/SKILL.md
├── skills/start-ticket/SKILL.md
├── skills/startable-tickets/SKILL.md
├── skills/ticket-artifacts/SKILL.md
├── skills/ticket-loop/SKILL.md
├── skills/to-tickets/SKILL.md
├── skills/triage-memory/SKILL.md
├── skills/worktree-conventions/SKILL.md
├── skills/worktree-reclaim/SKILL.md
└── skills/writing-tickets/SKILL.md

Included Skills17

argument-pagesskills/argument-pages/SKILL.md

Build a self-contained HTML page that argues one technical position from verified evidence — schema, queries, call sites — for a reviewer to read and act on. Use when a review, design comparison, or schema proposal needs more than terminal scrollback, or when another skill needs the evidence-page format.

behavior-placementskills/behavior-placement/SKILL.md

Decide where behavior belongs — model, value object, or service — and whether the answer already exists. Use when designing new classes, reviewing a proposed service, refactoring, or when another skill needs the placement checks.

domain-modelingskills/domain-modeling/SKILL.md

Build and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.

grillingskills/grilling/SKILL.md

Pressure-test a plan, decision, or idea by asserting what is true about it and confirming agreement, raising a decision only where one genuinely exists. Use when the user wants a direction or a ticket's boundary checked before committing to it, or uses any 'grill' trigger phrases.

improve-codebase-architectureskills/improve-codebase-architecture/SKILL.md

Scan a codebase for misshapen objects and present them as a visual HTML report in plans/, ranked strongest to weakest, then file the strongest as tickets under an epic.

parkskills/park/SKILL.md

Stop an unattended pass at a question only a person can answer — the comment, the kit-blocked label, the worktree left in place, and the report line. Use whenever a command running without a user reaches a decision it may not make.

rails-codebase-designskills/rails-codebase-design/SKILL.md

The axis for judging object shape in a Rails codebase — what a well-formed class looks like, what to count when one isn't, and what is not a finding. Use when comparing design approaches, judging a proposed class or extraction, or when another skill needs the object-shape vocabulary.

rails-load-bearing-specsskills/rails-load-bearing-specs/SKILL.md

The axis for judging whether one RSpec example is load-bearing — the positive definition, the three categories that convict a deletion candidate and the evidence each needs, and what is not a finding. Use when pruning a spec suite, when judging whether one example earns its place, or when another skill needs the load-bearing vocabulary.

start-ticketskills/start-ticket/SKILL.md

Take a GitHub issue to a wired worktree with its plan verified — the clean-main check, the worktree off origin/main, the gitignored runtime files a fresh worktree lacks, and the qualification test that decides whether the approach is settled. Use when an orchestrator needs a ticket set up for implementation.

startable-ticketsskills/startable-tickets/SKILL.md

Decide which open tickets an agent may pick up unbidden — the candidate query, the five conditions, and the batched lookups that answer them. Use when sweeping a backlog for work to start, or listing what a sweep would take.

ticket-artifactsskills/ticket-artifacts/SKILL.md

Where a plan, a design brief, or a walkthrough is stored and how it is found again — one marked comment on the issue as the store, a gitignored local mirror as the cache. Use whenever a command writes or looks for one of those artifacts.

ticket-loopskills/ticket-loop/SKILL.md

Carry one named ticket from a wired worktree to an open PR — prepare, TDD, simplify, push — attended with gates you answer, or unattended with each gate replaced by a rule and a park where no rule decides. Use when a command has chosen a ticket and needs it implemented.

to-ticketsskills/to-tickets/SKILL.md

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.

triage-memoryskills/triage-memory/SKILL.md

Audit a project's auto-memory directory, bin every memory as stale, workflow, duplicate/conflicting, or unclassified, and clear it down with the user's per-bin approval. Use when memory has grown large, a memory turns out to be wrong, or the user asks to triage, prune, or audit memory.

worktree-conventionsskills/worktree-conventions/SKILL.md

Resolve where a project's git worktrees live and how they are created, provisioned, and removed — by delegating to the project's own command when it has one, and falling back to a built-in layout when it doesn't. Use whenever a command needs to make, find, or remove a worktree.

worktree-reclaimskills/worktree-reclaim/SKILL.md

Reclaim git worktrees and delete their branches safely — one named target or a sweep, attended or unattended. Use when a ticket has merged, when worktrees have accumulated, or when another command needs a worktree torn down.

writing-ticketsskills/writing-tickets/SKILL.md

Draft lean GitHub issues that state the problem and the decision without freezing an implementation. Use when filing an issue or ticket, or when another skill needs the ticket format.

Plugin manifests1

plugins/kit/.claude-plugin/plugin.json
{
  "name": "kit",
  "description": "End-to-end GitHub ticket workflow for Claude Code: architecture discussion, worktree isolation, TDD, automated PR review, and cleanup.",
  "version": "0.4.0",
  "author": {
    "name": "Ron Ranauro"
  },
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kit)