super-claude-kit
Session memory, dependency analysis, and parallel coding teams
All Skills in This Repository (3)
Pure Emerald Level Indicatorstask-router
Selects optimal execution strategies for tasks using a decision matrix with trigger conditions.
context-saver
Save exploration findings and session state to structured markdown files.
exploration-continue
Resume prior exploration by reading the exploration journal and CURRENT_SESSION.md.
Frequently Asked Questions
FAQPage SchemaHow 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→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