arpitnatharpitnathCommunityยท5 Agent Skills Included

claude-capsule-kit

Session memory, dependency analysis, and parallel coding teams

Adds persistent session memory, dependency graph analysis, and large-file navigation to coding workflows. Eliminates lost context between sessions, blind code changes, and truncated reads of files over 50KB. Routes work to 18 read-only specialist reviewers and coordinates parallel teams on separate git branches. Captures every file operation automatically into a local SQLite database with zero manual logging.
npx skills add arpitnath/claude-capsule-kit --all -g -y
Available:

Instructs the agent on mandatory tool usage for dependency queries, large-file reading, and capsule context, plus routing rules for delegating tasks to the 18 specialist sub-agents and auto-activating skills.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’