ACM Config

Interactive Q&A that writes a validated ~/.claude/claudikins-acm.conf for the Claudikins context-handoff tool.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 18, 2026 · 40c7352

Fully self-contained single-file skill; its real value is enforcing an exact serialization contract (file path, variable names, and a minutes-to-seconds conversion for SNOOZE_DURATION) that the tool's other scripts silently depend on and that a baseline agent has no way to know.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What ACM Config does

Walks the user through configuring Claudikins Automatic Context Manager's trigger threshold, snooze duration, summary length, and dialog style with range validation, then writes the exact bash-sourced config file (including a minutes-to-seconds unit conversion for snooze duration) that the tool's other scripts expect. Triggers on '/acm:config' or any request to customize Claudikins ACM behavior.

How to install ACM Config

git clone https://github.com/elb-pr/claudikins-automatic-context-manager
mkdir -p ~/.claude/skills
cp -r claudikins-automatic-context-manager/skills/acm-config ~/.claude/skills/acm-config

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger ACM Config

  • /acm-config Interactive Q&A that writes a validated ~/.claude/claudikins-acm.conf for the Claudikins context-handoff tool.

It also activates on plain-language prompts like these:

  • Set my context manager trigger threshold to 70% and snooze to 10 minutes
  • Configure how often Claudikins warns me before context gets full
  • Change the dialog style and summary length for my context handoff tool

Frequently asked questions

Is the ACM Config skill free?
Yes. The skill itself is free from elb-pr/claudikins-automatic-context-manager. SkillProof publishes the install command and an independent test verdict at no cost.
Does ACM Config work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Fully self-contained single-file skill; its real value is enforcing an exact serialization contract (file path, variable names, and a minutes-to-seconds conversion for SNOOZE_DURATION) that the tool's other scripts silently depend on and that a baseline agent has no way to know.
What is the ACM Config SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install ACM Config?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use ACM Config with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.