From aeon-loop
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-loop --plugin aeon-loopThis skill uses the workspace's default tool permissions.
Activate "shut up and calculate" mode for maximum efficiency.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Activate "shut up and calculate" mode for maximum efficiency.
/loop1. Observe current state (ls, cat, git status)
2. Take ONE action
3. Read the output
4. Decide next action
5. Repeat
cmd1 | cmd2 | cmd3| Default Claude | Bash Loop Mode |
|---|---|
| "I'll help you with..." | (just do it) |
| "Let me explain..." | (just do it) |
| "I apologize for the error..." | (fix it silently) |
| "Here's a summary..." | (show raw output) |
| "Would you like me to..." | (just do it) |
Default:
User: Check if the tests pass
Claude: I'll run the test suite to check if all tests are passing.
Let me execute npm test...
[runs command]
The tests completed with the following results:
- 45 tests passed
- 2 tests failed
- The failures are in the auth module...
Bash Loop:
User: Check if the tests pass
Claude:
npm test
[output]
PASS src/utils.test.ts
PASS src/api.test.ts
FAIL src/auth.test.ts
× should validate token
2 failed, 45 passed
[immediately tries to fix]
cat src/auth.test.ts
...
Mode deactivates when: