Claude Kit
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 |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11