re5-fractal-reasoning
Apply RE5 Fractal Reasoning to recognize self-similar patterns repeating across different scales.
Profile →npx skills add majiayu000/claude-skill-registry --skill re5-fractal-reasoning --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# RE5 Fractal Reasoning Apply the RE5 Fractal Reasoning transformation to recognize self-similar patterns repeating across different scales. ## What is RE5? **RE5 (Fractal Reasoning)** Recognize self-similar patterns repeating across different scales. ## When to Use RE5 ### Ideal Situations - Iterate toward a better solution using feedback loops - Refine a process through repeated cycles - Scale a pattern through repetition and standardization ### Trigger Questions - "How can we use Fractal Reasoning here?" - "What changes if we apply RE5 to this iterating a workflow over several cycles?" - "Which assumptions does RE5 help us surface?" ## The RE5 Process ### Step 1: Define the focus ```typescript // Using RE5 (Fractal Reasoning) - Establish the focus const focus = "Recognize self-similar patterns repeating across different scales"; ``` ### Step 2: Apply the model ```typescript // Using RE5 (Fractal Reasoning) - Apply the transformation const output = applyModel("RE5", focus); ``` ### Step 3: Synthesize outcomes ```typescript // Using RE5 (Fractal Reasoning) - Capture insights and decisions const insights = summarize(output); ``` ## Practical Example ```typescript // Using RE5 (Frac
- What is RE5?
- When to Use RE5
- Ideal Situations
- Trigger Questions
- The RE5 Process
- Step 1: Define the focus
- Step 2: Apply the model
- Step 3: Synthesize outcomes
- Practical Example
- Integration with Other Transformations
- Implementation Checklist
- Common Pitfalls
- Best Practices
- Measurement and Success
moltbot-registry install hummbl-agent/re5-fractal-reasoning
What does the re5-fractal-reasoning skill do?
Apply RE5 Fractal Reasoning to recognize self-similar patterns repeating across different scales.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill re5-fractal-reasoning --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.