arpitnatharpitnathCommunity·3 Agent Skills Included

super-claude-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 tasks to 18 read-only specialist reviewers and coordinates parallel teams across separate git branches. Runs automatically through hooks with zero manual logging or configuration.
npx skills add arpitnath/super-claude-kit --all -g -y
Available:

Instructs the agent to enforce dependency-analysis tools for code queries, route tasks to the correct specialist sub-agents, and rely on automatic hooks for session memory capture.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install super-claude-kit?

Run `npx skills add arpitnath/super-claude-kit --all -g -y` in your terminal to install all skills globally. Restart your coding environment afterward so the hooks activate automatically.

How does super-claude-kit keep context between sessions?

Hooks automatically save file operations, agent results, and session summaries into a local SQLite database. The next session starts with your previous context, discoveries, and recent files already restored.

How to check what breaks when changing a file?

The kit builds a dependency graph of your codebase and answers impact, circular dependency, and dead code questions instantly. The agent is guided to use these tools instead of scanning files one by one.

Can it read very large source files?

Yes. The progressive reader parses TypeScript, JavaScript, Python, and Go files into navigable chunks, cutting token usage by 75-97% on files over 50KB.

What are crew teams in super-claude-kit?

Crew teams let multiple teammates work in parallel on separate git branches using worktrees. The kit handles setup, health monitoring, merge conflict previews, and cleanup automatically.

Related Repositories in Software Engineering

View All in Software Engineering