Skip to content
BeClaude

kijito-claude

New
GitHub TrendingDevelopmentby KijitoAI

Run 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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/kijito-claude.md

3
Invoke in Claude Code
/kijito-claude

Use Cases

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.

Usage Examples

1

/kijito-claude check-context

2

Run a self-clear loop to reset the session safely.

3

Auto-catch-up from the armed pane after a git rebase.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..