Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-auto-context.
Plugin Claude Code
Plugin marketplace listing 1 plugin: 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.
Instructions file
Instructions for getklaim/claude-auto-context, covering plugin version sync, offers system, worker runtime, rules files and external documentation.
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.
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.
Hook
Runs when a session starts, executing on-session-start.sh. From getklaim/claude-auto-context.
Hook
Runs once when the project is set up, executing setup.sh. From 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.
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.
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.
Hook
Runs when the agent finishes a response, executing on-stop.sh. From 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.
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.
Skill Claude CodeCodex
CRITICAL: You may only CREATE or MODIFY files in .claude/rules/local/.
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.
Skill Claude CodeCodex
Extract conventions and implicit knowledge from session data into .claude/rules/local/ files. USE WHEN repeated patterns are found across sessions.
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.