Meta-Pattern Recognition is a research Claude Skill built by Jesse Vincent. Best for: Systems engineers, architects, and researchers use this to identify cross-domain principles and apply battle-tested solutions to new problem spaces..
Extract universal principles by identifying patterns repeated across 3+ domains to unlock new applications.
When the same pattern appears in 3+ domains, it's probably a universal principle worth extracting.
Core principle: Find patterns in how patterns emerge.
| Pattern Appears In | Abstract Form | Where Else? | |-------------------|---------------|-------------| | CPU/DB/HTTP/DNS caching | Store frequently-accessed data closer | LLM prompt caching, CDN | | Layering (network/storage/compute) | Separate concerns into abstraction levels | Architecture, organization | | Queuing (message/task/request) | Decouple producer from consumer with buffer | Event systems, async processing | | Pooling (connection/thread/object) | Reuse expensive resources | Memory management, resource governance |
Pattern spotted: Rate limiting in API throttling, traffic shaping, circuit breakers, admission control
Abstract form: Bound resource consumption to prevent exhaustion
Variation points: What resource, what limit, what happens when exceeded
New application: LLM token budgets (same pattern - prevent context window exhaustion)
/plugin install meta-pattern-recognition@obraRequires Claude Code CLI.
Systems engineers, architects, and researchers use this to identify cross-domain principles and apply battle-tested solutions to new problem spaces.
No reviews yet. Be the first to review this skill.
Jesse Vincent
@obra