Meta-Pattern Recognition by aaaaqwq/agi-super-skills
npx skills add https://github.com/aaaaqwq/agi-super-skills --skill 'Meta-Pattern Recognition'当同一模式出现在 3 个或更多领域中时,它很可能是一个值得提取的通用原则。
核心原则: 在模式如何出现的过程中寻找模式。
| 模式出现于 | 抽象形式 | 其他应用场景 |
|---|---|---|
| CPU/DB/HTTP/DNS 缓存 | 将频繁访问的数据存储在更近的位置 | LLM 提示词缓存、CDN |
| 分层(网络/存储/计算) | 将关注点分离到不同的抽象层级 | 架构、组织 |
| 队列(消息/任务/请求) | 使用缓冲区解耦生产者和消费者 | 事件系统、异步处理 |
| 池化(连接/线程/对象) | 复用昂贵的资源 | 内存管理、资源治理 |
发现的模式: API 限流、流量整形、熔断器、准入控制中的速率限制
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
抽象形式: 限制资源消耗以防止耗尽
变化点: 限制什么资源、限制多少、超出限制时如何处理
新应用: LLM 令牌预算(相同模式 - 防止上下文窗口耗尽)
每周安装量
0
代码仓库
GitHub 星标数
11
首次出现
1970 年 1 月 1 日
安全审计
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)
Weekly Installs
0
Repository
GitHub Stars
11
First Seen
Jan 1, 1970
Security Audits
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
103,800 周安装