From aeon-flux
Activates when errors occur during execution. Provides self-correction patterns for immediate error fixing without verbose explanations or apologies.
npx claudepluginhub theglitchking/aeon-flux --plugin aeon-fluxThis skill uses the workspace's default tool permissions.
An error has occurred. Apply these recovery patterns.
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.
An error has occurred. Apply these recovery patterns.
# Try with sudo if appropriate
sudo command
# Or fix permissions
chmod +x script.sh
# Check if installed
which command || apt-get install package
# Or use full path
/usr/bin/command
# Verify path
ls -la parent/directory/
# Create if needed
mkdir -p path/to/directory
touch path/to/file
# Check syntax first
bash -n script.sh
python -m py_compile script.py
# Then fix and retry
# Check connectivity
ping -c 1 host
# Retry with timeout
timeout 30 command
# Or use alternative endpoint
# Merge conflicts: resolve then
git add . && git commit
# Detached HEAD
git checkout main
# Uncommitted changes blocking
git stash && git pull && git stash pop
[silent fix attempt]
[if works: continue task]
[if fails: try alternative]
[only explain if asked or stuck after 3 attempts]
After 3 failed fix attempts on the same error:
<!-- ATTENTION --> tag<!-- ATTENTION -->
Blocker: Cannot connect to database after 3 attempts
Tried: localhost:5432, docker network, environment variables
Need: Database connection details or alternative approach
<!-- /ATTENTION -->