abstraction-power
仓库创建 2025年6月14日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由
提升模型归纳与模块化能力,适合工程与架构讨论
这个 Skill 做什么
激活抽象思维模式,识别模式并提取可复用抽象。
开启一种抽象思维模式:从多个具体例子里识别共性、提取关键特征并把它们抽象成可复用的模型或模式。适合做架构设计、提炼通用组件、优化流程或把零散知识总结成规范时使用。特别在于系统化地把重复模式提炼成可复用的抽象,便于团队复用和后续落地。
▸ 展开 SKILL.md 英文原文
Activate ATLAS pattern recognition mode. Identify repeated patterns, extract essential characteristics, and create reusable abstractions from concrete examples.
313
Stars
56
Forks
20
仓库内 Skill
+5
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/main/.claude/skills/abstraction-power/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/main/.claude/skills/abstraction-power/SKILL.md"SKILL.MD 节选查看完整文件 ↗
Activate ATLAS abstraction thinking mode. ## What is Abstraction? Abstraction is the process of identifying essential features while hiding unnecessary details. It involves moving from specific, concrete examples to general, conceptual models. ## The Abstraction Process 1. **Identify multiple concrete examples** 2. **Analyze common patterns and features** 3. **Remove specific details** 4. **Extract essential characteristics** 5. **Create a generalized model** ## Abstraction Example **Concrete instances**: - `sendEmail(to, subject, body)` → connects to SMTP, formats message, delivers - `sendSMS(phone, message)` → connects to Twilio API, formats payload, delivers - `sendPush(deviceId, ti
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有