askill
memory-config

memory-configSafety --Repository

View and modify ConKeeper memory configuration settings. Use to adjust token budget, output style, and other preferences after memory initialization.

1 stars
1.2k downloads
Updated 2/15/2026

Package Files

Loading files...
SKILL.md

Memory Configuration

View and modify ConKeeper configuration for the current project.

Pre-flight Check

  1. Verify .claude/memory/ exists
    • If not: Inform user to run /memory-init first

Configuration Options

Token Budget Presets

PresetTotal TargetSession SummaryBest For
economy~2000 tokens200-400Quick tasks, minimal context
light~3000 tokens400-700Small projects, faster loading
standard~4000 tokens600-1000Most projects (default)
detailed~6000 tokens900-1500Complex projects, comprehensive handoffs

Other Settings

SettingValuesDescription
suggest_memoriestrue/falseWhether to suggest memory additions
auto_loadtrue/falseAuto-load memory at session start
output_stylequiet/normal/explanatoryOutput verbosity
auto_sync_threshold0-100 (default: 60)Context % to trigger auto memory-sync
hard_block_threshold0-100 (default: 80)Context % to block prompts until sync
context_window_tokensinteger (default: 200000)Context window size in tokens

Workflow

Step 1: Read Current Config

Check for .claude/memory/.memory-config.md:

  • If exists: Read and display current settings
  • If not: Display defaults (standard preset)

Step 2: Display Current Settings

Current ConKeeper Configuration

  • Token budget: [economy/light/standard/detailed] (default: standard)
  • Suggest memories: [true/false] (default: true)
  • Auto load: [true/false] (default: true)
  • Output style: [quiet/normal/explanatory] (default: normal)

Step 3: Ask What to Change

What would you like to change?

  1. Token budget preset
  2. Suggest memories setting
  3. Auto load setting
  4. Output style
  5. Nothing (exit)
  6. Auto-sync threshold
  7. Hard-block threshold
  8. Context window size

Step 4: Apply Changes

Update or create .claude/memory/.memory-config.md:

---
token_budget: standard
suggest_memories: true
auto_load: true
output_style: normal
auto_sync_threshold: 60
hard_block_threshold: 80
context_window_tokens: 200000
---

Step 5: Confirm

Configuration updated.

  • [Setting]: [old value] → [new value]

Changes take effect in the next session.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

AI review pending.

Metadata

Licenseunknown
Version-
Updated2/15/2026
Publisherswannysec

Tags

github-actionsllm