Claude Kit banner
shousper shousper

Claude Kit

Development community

Description

Personal Claude Code plugin - skills, commands, hooks, and agents

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

claude-kit

A Claude Code plugin marketplace hosting three plugins:

  • kit (plugins/kit/) — a complete development workflow, from brainstorming ideas through design, implementation, code review, and branch completion.
  • stories (plugins/stories/) — a story-based autonomous workflow built on kit: a repo-native markdown story board with typed verification gates and a goal loop that works the board until it is drained. See plugins/stories/README.md.
  • writing (plugins/writing-claude/, plugins/writing-omp/) — an opt-in developer-documentation writing voice for every reply and file, a documentation-authoring skill, and an advisory Vale lint hook. Independent of kit.

The remainder of this README documents `kit`.

**Philosophy:** You control when work enters git history. Kit accumulates changes locally, lets you review holistically, and commits only when you say so. Planning documents stay out of version control. PRs are always created as drafts.

Install

# Add the marketplace
/plugin marketplace add shousper/claude-kit

# Install the core workflow plugin
/plugin install kit@shousper-kit

# Optional: story-based autonomous workflow (requires kit)
/plugin install stories@shousper-kit

# Optional: writing voice, documentation skill, and Vale lint (independent of kit)
/plugin install writing@shousper-kit

Recommended Plugins

None are required, but these complement kit well:

Plugin Provides Install
commit-commands /commit command for conventional commits commit-commands@claude-code-plugins
claude-mem Persistent memory across sessions via automatic observation capture and semantic search claude-mem@thedotmack
pr-review-toolkit PR-focused review agents (silent failure hunting, type analysi