From aeon-flux
Activates during long sessions or before context compaction. Manages attention markers and ensures critical information survives memory compression.
npx claudepluginhub theglitchking/aeon-flux --plugin aeon-fluxThis skill uses the workspace's default tool permissions.
Long session detected or compaction imminent. Preserve critical context.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Long session detected or compaction imminent. Preserve critical context.
Wrap important information that MUST survive compaction:
<!-- ATTENTION -->
[Critical information here]
<!-- /ATTENTION -->
Always Mark:
Never Mark:
<!-- ATTENTION -->
Decision: Using PostgreSQL over SQLite for production
Reason: Need concurrent connections for API
Config: DATABASE_URL in .env.production
<!-- /ATTENTION -->
<!-- ATTENTION -->
Blocker: Tests require REDIS_URL environment variable
Workaround: export REDIS_URL=redis://localhost:6379
File: .env.test needs this added
<!-- /ATTENTION -->
Before context is compressed, ensure:
Use /checkpoint command or the hook will auto-checkpoint:
## Current Task
[What we're working on]
## Completed
- [x] Step 1
- [x] Step 2
## Next Steps
- [ ] Step 3
- [ ] Step 4
## Critical Context
[ATTENTION blocks here]
When resuming after compaction:
.claude/memory/attention.md for preserved items.claude/memory/checkpoint.md for task state| File | Purpose |
|---|---|
.claude/memory/attention.md | Preserved critical info |
.claude/memory/checkpoint.md | Task state |
.claude/memory/errors.md | Error patterns learned |
.claude/memory/patterns.md | Behavioral patterns |