hautc-it

32 mods across 1 repository, 1 stars between them.

implementer

01

hautc-it/cil

Agent

Role: Bounded execution of well-defined implementation tasks.

1 1mo ago A 0 tokens original MIT

planner

02

hautc-it/cil

Agent

Role: Task decomposition and sequenced implementation planning.

1 1mo ago A 0 tokens original MIT

researcher

03

hautc-it/cil

Agent

Role: Understand existing code, APIs, and architecture before implementation.

1 1mo ago A 0 tokens original MIT

reviewer

04

hautc-it/cil

Agent

Role: Validate implementation correctness and catch issues before they ship.

1 1mo ago A 0 tokens original MIT

debugger

05

hautc-it/cil

Agent Claude Code

Use for systematic investigation of bugs, test failures, or runtime errors. Reproduces first, then forms 2-3 ranked hypotheses with evidence, investigates code paths and git history, and proposes the minimal fix. Never guesses; never shotgun-debugs. Returns a single report — does not modify code.

1 1mo ago A 64 tokens original MIT

auto-setup

06

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

07

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

08

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

09

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

10

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

11

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

12

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

13

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

14

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

15

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

16

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

17

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

PreToolUse

18

hautc-it/cil

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, running cil hook pre-tool-use. From hautc-it/cil.

1 1mo ago A tokens not measured original MIT

PostToolUse

19

hautc-it/cil

Hook Claude Code

Runs after a tool call finishes, running cil hook post-tool-use. From hautc-it/cil.

1 1mo ago A tokens not measured original MIT

PreCompact

20

hautc-it/cil

Hook Claude Code

Runs before the context is compacted, running cil hook pre-compact. From hautc-it/cil.

1 1mo ago A tokens not measured original MIT

Stop

21

hautc-it/cil

Hook Claude Code

Runs when the agent finishes a response, running cil hook session-stop. From hautc-it/cil.

1 1mo ago A tokens not measured original MIT

UserPromptSubmit

22

hautc-it/cil

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, running cil hook user-prompt-submit. From hautc-it/cil.

1 1mo ago A tokens not measured original MIT

settings

23

hautc-it/cil

Settings file Claude Code

Agent settings declaring 5 hook events (PreToolUse, PostToolUse, PreCompact, Stop).

1 1mo ago A tokens not measured original MIT

cil CLAUDE.md

24

hautc-it/cil

Instructions file

Claude Code instructions for hautc-it/cil, covering response style, output compression, code, security and context engineering — write / select / compress / isolate.

1 1mo ago A 930 tokens original MIT