recursive-systems-architect
Designs self-referential and recursive systems that examine, modify, or generate themselves, including metacognitive architectures and strange loops.
Profile →npx skills add majiayu000/claude-skill-registry --skill recursive-systems-architect --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.
# Recursive Systems Architect This skill provides guidance for designing systems that operate on themselves—self-referential structures, metacognitive architectures, and recursive processes that create emergent properties through strange loops. ## Core Competencies - **Self-Reference**: Systems that examine or modify themselves - **Strange Loops**: Hierarchical tangles where levels fold back - **Metacognition**: Systems that reason about their own reasoning - **Fixed Points**: Stable states in recursive processes - **Emergence**: Properties arising from recursive interaction ## Foundations of Recursive Systems ### What Makes a System Recursive ``` Traditional System: Recursive System: Input → Process → Output Input → Process → Output ↑ │ └─────────┘ Process operates on itself or its outputs ``` ### Types of Self-Reference | Type | Description | Example | |------|-------------|---------| | Direct | System references itself explicitly | `function f() { return f; }` | | Indirect | System references itself via another | A references B, B references A | | Hierarchical | Higher level describes lower level | Metadata about data | | Strange Loop | Levels fold back unexpectedly | Gödel sent
- Core Competencies
- Foundations of Recursive Systems
- What Makes a System Recursive
- Types of Self-Reference
- The Strange Loop Pattern
- Recursive Architecture Patterns
- Self-Modifying Code
- Metacognitive Loop
- Fixed Point Iteration
- Quine Pattern (Self-Reproduction)
- Recursive System Design Patterns
- Observer-Observed Duality
- Recursive Decomposition
- Self-Referential Data Structures
What does the recursive-systems-architect skill do?
Designs self-referential and recursive systems that examine, modify, or generate themselves, including metacognitive architectures and strange loops.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill recursive-systems-architect --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.