claude-capsule-kit
Session memory, dependency analysis, and parallel coding teams
All Skills in This Repository (5)
Pure Emerald Level Indicatorscode-review
Automate pre-commit code reviews with structured feedback and blocking commits.
crew
Orchestrate multi-agent teams across separate git worktrees for parallel development.
workflow
Coordinate complex multi-step tasks with a 5-phase workflow.
deep-context
Orchestrate Capsule context, progressive reading, dependency analysis, and specialist agents for codebase understanding.
debug
Automate end-to-end error debugging with RCA-first analysis and agent orchestration.
Frequently Asked Questions
FAQPage SchemaHow to install claude-capsule-kit?โผ
Run `npx skills add arpitnath/claude-capsule-kit --all -g -y` in your terminal to install all skills globally.
How to keep coding context between sessions?โผ
Capsule Kit automatically saves session summaries, file operations, and discoveries to a local SQLite database, then restores them when your next session starts.
How to check what breaks when changing a file?โผ
The built-in impact-analysis and query-deps tools use a pre-built dependency graph to instantly show which files import or depend on any file you change.
How to read very large source files?โผ
The progressive-reader tool parses the file's AST and splits it into navigable chunks, saving 75-97% of tokens on files over 50KB.
Can I run parallel coding work on separate branches?โผ
Yes. The crew skill launches teammate agents on isolated git worktrees, with merge preview, health monitoring, and shared discovery tracking.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core