Help us improve
Share bugs, ideas, or general feedback.
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-loopHow this skill is triggered — by the user, by Claude, or both
Slash command
/aeon-loop:bash-loopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Activate "shut up and calculate" mode for maximum efficiency.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
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: