getklaim

17 mods across 1 repository, 10 stars between them.

claude-auto-context

02

getklaim/claude-auto-context

Plugin Claude Code

Automatic context engineering — observes your coding sessions and generates rules, suggestions, skills, and hooks so Claude gets smarter on your codebase over time.

10 4mo ago A tokens not measured original MIT

cac-executor

04

getklaim/claude-auto-context

Agent

Focused refactoring executor for cac-apply suggestions. Reads suggestion's structured Changes, applies one step at a time, verifies syntax after each change, commits per logical group. Do NOT use for: architecture decisions, code review, planning, or any task beyond executing the provided suggestion changes.

10 4mo ago A 62 tokens original MIT

cac-qa

05

getklaim/claude-auto-context

Agent

Independent QA agent for cac-apply refactoring verification. Checks acceptance criteria with fresh evidence, runs tests, validates no regressions. Issues PASS/FAIL verdict. Do NOT use for: writing code, making changes, architecture decisions, or any task beyond verifying the executor's work.

10 4mo ago A 61 tokens original MIT

SessionStart

06

getklaim/claude-auto-context

Hook

Runs when a session starts, executing on-session-start.sh. From getklaim/claude-auto-context.

10 4mo ago A tokens not measured original MIT

Setup

07

getklaim/claude-auto-context

Hook

Runs once when the project is set up, executing setup.sh. From getklaim/claude-auto-context.

10 4mo ago A tokens not measured copy · 58% MIT

UserPromptSubmit

08

getklaim/claude-auto-context

Hook

Runs when you submit a prompt, before the agent sees it, executing on-user-prompt-submit.sh. From getklaim/claude-auto-context.

10 4mo ago A tokens not measured original MIT

PreToolUse

09

getklaim/claude-auto-context

Hook

Runs before the agent uses a tool for Bash, Bash and Bash tool calls, executing bump-version.sh, block-conflict-markers-on-stage.sh and block-planning-files-on-stage.sh (3 commands). From getklaim/claude-auto-context.

10 4mo ago A tokens not measured copy · 53% MIT

PostToolUse

10

getklaim/claude-auto-context

Hook

Runs after a tool call finishes for Edit, Write, Bash, NotebookEdit, Edit, Write, Edit, Write, Edit and Write tool calls, executing on-post-tool-use.sh, skill-md-dual-dir-sync-warn.sh, bun-check-after-mjs-edit.sh and bash-check-after-sh-edit.sh (4 commands). From getklaim/claude-auto-context.

10 4mo ago A tokens not measured copy · 52% MIT

Stop

11

getklaim/claude-auto-context

Hook

Runs when the agent finishes a response, executing on-stop.sh. From getklaim/claude-auto-context.

10 4mo ago A tokens not measured copy · 55% MIT

cac-apply

12

getklaim/claude-auto-context

Skill Claude CodeCodex

Review and apply structural suggestions from Auto Context. USE WHEN user types /cac-apply or mentions applying suggestions.

10 4mo ago A 26 tokens original MIT

cac-create-skill

13

getklaim/claude-auto-context

Skill Claude CodeCodex

Create SKILL.md files from auto-detected workflow prompts. USE WHEN user types /cac-create-skill or wants to generate a skill from detected patterns.

10 4mo ago A 36 tokens original MIT

create-suggestion

15

getklaim/claude-auto-context

Skill Claude CodeCodex

Detect structural issues and create proposal files in .claude-auto-context/suggestions/. USE WHEN file splits, directory reorganization, or pattern unification is needed.

10 4mo ago A 36 tokens original MIT

extract-rules

16

getklaim/claude-auto-context

Skill Claude CodeCodex

Extract conventions and implicit knowledge from session data into .claude/rules/local/ files. USE WHEN repeated patterns are found across sessions.

10 4mo ago B 31 tokens original MIT

run-worker

17

getklaim/claude-auto-context

Skill Claude CodeCodex

A skill for manually starting or checking an Auto Context worker, a background process that records project activity for later context. It reports whether the worker is running, pending events, and recent logs.

10 4mo ago A 24 tokens original MIT