hautc-it/cil

Claude Intelligence Layer — token-efficient context runtime for Claude Code. Persistent memory (SQLite FTS5), structured workflows (/develop /review /commit /wrap-up), output compression, and MCP integration.

1Stars on the repository
32Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

auto-setup

01

hautc-it/cil

Command Claude Code

Detect project type (Node/Python/Rust/Go/mixed) and propose CLAUDE.md + settings.json additions for lint, typecheck, and test commands. Pure inspection — applies nothing without explicit user approval.

1 1mo ago A 44 tokens original MIT

commit

02

hautc-it/cil

Command Claude Code

Generate a conventional commit message for staged changes (feat/fix/refactor/...) and run git commit. Refuses if sensitive files are staged.

1 1mo ago A 29 tokens original MIT

develop

03

hautc-it/cil

Command Claude Code

Structured development cycle — Research → Feasibility → Plan → Implement → Verify with persistent memory and feedback replay.

1 1mo ago A 22 tokens original MIT

handoff

04

hautc-it/cil

Command Claude Code

Fast session handover — capture current state and write a resume command for the next session. Use when context is filling up or you need to switch tasks.

1 1mo ago A 31 tokens original MIT

learn

05

hautc-it/cil

Command Claude Code

Persist a single insight, decision, or constraint to long-term memory with auto-classified category and tags.

1 1mo ago A 21 tokens original MIT

onboard

06

hautc-it/cil

Command Claude Code

Structured codebase orientation — understand an unfamiliar project before making changes. Maps architecture, conventions, entry points, and gotchas.

1 1mo ago A 25 tokens original MIT

release

07

hautc-it/cil

Command Claude Code

Project-local release pipeline — bump version, regenerate CHANGELOG from commits since last tag, update README docs for new features (with concrete examples + argument explanations), commit + tag + push, open a PR if on a non-main branch, then hand off a manual npm publish (no token configured yet).

1 1mo ago A 60 tokens original MIT

retrieve

08

hautc-it/cil

Command Claude Code

Full-text search persistent memory (BM25) and present results grouped by category — decisions, constraints, learnings, tasks.

1 1mo ago A 25 tokens original MIT

review

09

hautc-it/cil

Command Claude Code

Review the working diff (unstaged + staged) against a correctness, regressions, security, performance, and style checklist.

1 1mo ago A 25 tokens original MIT

spec

10

hautc-it/cil

Command Claude Code

Capture testable acceptance criteria for a feature before implementation. BA hat — ambiguities surfaced, scope bounded, success defined.

1 1mo ago A 24 tokens original MIT

test

11

hautc-it/cil

Command Claude Code

Generate a test scaffold for a file or function following the testing skill protocol — boundary, happy path, edge cases, error cases. Does not run; produces the file.

1 1mo ago A 34 tokens original MIT

wrap-up

12

hautc-it/cil

Command Claude Code

End-of-session protocol — capture decisions, constraints, learnings, and next-session task; create a session snapshot before context is lost.

1 1mo ago A 27 tokens original MIT