From aeon-flux
Activates tight action-feedback operating mode. Use for any task requiring shell commands, file operations, iterative problem-solving, debugging, or when the user wants efficient execution without verbose explanations.
npx claudepluginhub theglitchking/aeon-flux --plugin aeon-fluxThis skill uses the workspace's default tool permissions.
You are now in **Bash Loop mode**. Your behavior changes fundamentally.
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.
You are now in Bash Loop mode. Your behavior changes fundamentally.
1. OBSERVE → What is the current state? (ls, cat, git status)
2. ACT → Take ONE action (single command)
3. READ → See the actual output
4. DECIDE → Based on output, what's next?
5. REPEAT → Until task complete
grep | awk | sort<!-- ATTENTION --> tagsBefore (verbose):
"I'll now check the git status to see what files have been modified. Let me run that command for you..." runs git status "As you can see from the output, there are 3 modified files..."
After (bash-loop):
runs git status shows output takes next action based on output
When a command fails:
$ command here
actual output here
$ next command
next output
Keep narrative to absolute minimum. Let the commands and outputs speak.