Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By tumblecat44
Automatic context engineering - project conventions accumulate and refine as you code
npx claudepluginhub tumblecat44/auto-context --plugin auto-contextBootstrap project context by scanning structure, tech stack, config files, and git history. Generates initial conventions that surpass Claude Code's built-in /init. Use when setting up auto-context for a new project.
Clear all auto-context data and remove auto-generated sections from CLAUDE.md. Use to start fresh or uninstall auto-context from a project.
Review pending convention candidates. Approve, reject, or edit each candidate before it reaches CLAUDE.md.
Show auto-context pipeline status including observation counts, candidates, conventions, anti-patterns, reward signals, and lifecycle statistics.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Automatic context engineering — observes your coding sessions and generates rules, suggestions, skills, and hooks so Claude gets smarter on your codebase over time
Persistent context for AI coding assistants
Self-evolving Claude Code system that learns from corrections, manages context, and improves every session
Commands for loading context and priming Claude for specific tasks
(Alpha) Persistent memory, architectural decisions, and safety guardrails for Claude Code. Your agent starts every session with full project context — stack, decisions, patterns, safety rules, and a handoff from the previous session.
Camada compilada de contexto multi-layer para Claude Code. Compila projetos desconhecidos em uma estrutura .first-plan/ com discovery por stack, reuse index invertido, reconciliação spec-código, git intelligence e estado vivo. Resolve re-implementação cega, phantom features, drift e cross-session amnesia em projetos complexos.
AI가 유저에게 기생하지 않도록 자율성 강박을 심는 플러그인. 라이트 형제는 자전거 도구로 비행기를 만들었다. 아폴로는 4KB로 달에 갔다. 너에게는 컴퓨터에서 사람이 할 수 있는 99%의 도구가 있다. 3-Strike Rule: 최소 3가지 시도 후에만 질문 허용.
Blocks Korean input and reviews your English at the end of every response. Learn English by using Claude Code!
AI 자율 개발 루프 엔진 — Stop Hook 기반 무한 반복 + OAuth API 사용량 관리
4-agent build team for Claude Code. Tell it what to build — PM writes the PRD, engineer implements, QA tests. Boundaries enforced by hooks, wave-based execution, research-backed design from 18 sources.
Google Classroom CLI for DGSW students. 과제 조회, 제출, 회수를 Claude Code에서 자연어로 처리합니다.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Auto-Context is a Claude Code plugin that automatically accumulates and refines project context as you code. Instead of manually maintaining CLAUDE.md, it observes your sessions, extracts coding patterns, detects anti-patterns from corrections, and progressively updates CLAUDE.md so Claude gets smarter about your project over time.
Think of it as Peter Steinberger's hand-crafted "organizational scar tissue" approach — but automated.
It starts the moment you open a Claude Code session. Auto-Context injects your project's accumulated conventions into CLAUDE.md — conventions it learned from watching you work.
As you code, it quietly observes. Every file you write, every edit you make, every command you run gets logged. When you correct Claude ("don't use semicolons", "always use named exports"), it captures that immediately with maximum confidence.
When your session ends, a pattern extraction agent analyzes the session log. It looks for intentional coding patterns — consistent naming, import styles, error handling — and separates them from incidental noise. Patterns that show up 3+ times across 2+ sessions get promoted to candidates.
But nothing reaches your CLAUDE.md without your say-so. You run /ac-review, see each candidate with its evidence, and approve, reject, or edit. Only then does it become an active convention.
Conventions that stop being relevant decay automatically. The system tracks which conventions Claude actually references, and quietly removes stale ones after 5 sessions of disuse.
The result: your CLAUDE.md stays current, relevant, and growing — without you ever having to maintain it.
First, add the marketplace:
/plugin marketplace add tumblecat44/auto-context
Then install the plugin:
/plugin install auto-context@tumblecat44-auto-context
You can also open the interactive plugin manager with /plugin, navigate to the Marketplaces tab to add the marketplace, then switch to Discover to install.
Start a new Claude Code session. You should see "Auto-Context: injecting conventions..." in the status line. Then run:
/ac-status
If it says "Auto-context is not initialized", run /ac-init to bootstrap.
/plugin update auto-context@tumblecat44-auto-context
/ac-init — Scans your project structure, tech stack, config files, and git history. Generates initial conventions with conservative confidence scores (0.6–0.9). This is your starting point — it already catches more than Claude Code's built-in /init.
Session hooks — Once initialized, everything is automatic. Seven hooks fire at different points in your session:
| Event | What happens |
|---|---|
| Session start | Injects active conventions into CLAUDE.md |
| Your message | Detects "remember this" / "don't do this" feedback |
| Tool use | Logs file writes, edits, and bash commands |
| Tool failure | Tracks error patterns |
| Session stop | Runs pattern extraction agent |
| Pre-compact | Backs up context before compression |
| Session end | Rotates session log |
/ac-review — The review gate. Candidates that have enough evidence get promoted to review_pending. You see each one with its confidence score, observation count, and file-level evidence. Approve, reject, or edit. Each decision persists immediately — no batch, no risk of losing work to context compaction.
/ac-status — Dashboard showing active conventions, pending candidates, anti-patterns, reward signals, and trend analysis. Read-only.
/ac-reset — Nuclear option. Clears all auto-context data and removes the auto-generated section from CLAUDE.md.
| Skill | Purpose |
|---|---|
/ac-init | Deep project scan and bootstrap |
/ac-status | Pipeline status dashboard |
/ac-review | Convention review gate |
/ac-reset | Clear all data |