kijito-claude
NewRun Claude Code sessions that know their own context and can run themselves: real context self-check, armed-pane auto-catch-up, and a safe self-clear loop. Kijito-backed, works standalone.
Summary
Kijito-claude enhances Claude Code sessions with self-awareness and autonomous recovery.
- It enables context self-checks, auto-catch-up from armed panes, and a safe self-clear loop, making long-running sessions more reliable and reducing manual intervention.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/kijito-claude.md
/kijito-claudeUse Cases
Usage Examples
/kijito-claude check-context
Run a self-clear loop to reset the session safely.
Auto-catch-up from the armed pane after a git rebase.
Security Audits
Frequently Asked Questions
What is kijito-claude?
Kijito-claude enhances Claude Code sessions with self-awareness and autonomous recovery. It enables context self-checks, auto-catch-up from armed panes, and a safe self-clear loop, making long-running sessions more reliable and reducing manual intervention.
How to install kijito-claude?
To install kijito-claude: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/kijito-claude.md. Finally, /kijito-claude in Claude Code.
What is kijito-claude best for?
kijito-claude is a other categorized under Development. Created by KijitoAI.
What can I use kijito-claude for?
kijito-claude is useful for: Resume a Claude Code session after a network interruption without losing context.; Automatically detect and recover from a stuck or misaligned pane during a complex refactoring task.; Run a self-clear loop to safely reset the session state when debugging a flaky test suite.; Maintain consistent context across multiple Claude Code sessions for a large monorepo project.; Prevent context drift by periodically verifying the session's understanding of the codebase.; Automate session health checks in CI/CD pipelines that use Claude Code for code generation..