@CycleDecoded: 这就好比你家门口那家开了三十年的面馆。老板从不挂什么“匠心传承”的牌子,也不吹自己怎么“赋能”一碗汤。他就是每天凌晨四点起来熬汤,几十年雷打不动,面一出锅,熟客一吃就知道对味。 GBSOSS/skill-from-masters 玩的就是…
摘要
GBSOSS/skill-from-masters is an open-source tool that helps AI agents incorporate proven methodologies from domain experts when creating new skills, reducing trial and error.
查看缓存全文
缓存时间: 2026/06/27 13:56
这就好比你家门口那家开了三十年的面馆。老板从不挂什么“匠心传承”的牌子,也不吹自己怎么“赋能”一碗汤。他就是每天凌晨四点起来熬汤,几十年雷打不动,面一出锅,熟客一吃就知道对味。
GBSOSS/skill-from-masters 玩的就是这个路子。
现在网上教人做事的东西太多了,今天一个理论,明天一个框架,听着挺唬人,真拿去用,全是空架子。这个项目不整那些虚的,它把各行各业真正在一线拿过结果的“老师傅”请出来。
这些师傅不一定学历最高,但身上的茧子最厚,知道哪有坑,知道怎么干最省力。项目把他们摸爬滚打攒出来的真本事,原汁原味地复刻出来,做成 AI 技能。
说白了,就是让你直接抄大侠的作业。
你不用自己去撞大运、瞎摸索。站在这些老江湖的肩膀上,你上手就是专家几十年经验的精髓。少走弯路,少交学费,这比什么都强。
东西就在那,真想学点防身本领的,自己去搜来看看。踩在巨人的肩膀上往前走,总比自己趴在地上摸石头过河要快得多。 http://github.com/GBSOSS/skill-from-masters…
GBSOSS/skill-from-masters
Source: https://github.com/GBSOSS/skill-from-masters
Skill From Masters
Stand on the shoulders of giants — Create AI skills built on proven methodologies from domain experts.
A skill that helps you discover and incorporate frameworks, principles, and best practices from recognized masters before generating any new skill. Works with Claude Code, Codex, and other AI agent platforms.
Why This Skill?
The hard part of creating a skill isn’t the format — it’s knowing the best way to do the thing.
Most professional domains have masters who spent decades figuring out what works:
- Jobs on product, hiring, and marketing
- Bezos on writing (6-pager) and decision-making
- Munger on mental models
- Chris Voss on negotiation
This skill surfaces their methodologies before you write a single line, so your skill embodies world-class expertise from day one.
How It Works
1. You: "I want to create a skill for user interviews"
2. Skill-from-masters:
├── Checks local methodology database
├── Searches web for additional experts
├── Finds golden examples of great outputs
├── Identifies common mistakes to avoid
└── Cross-validates across sources
3. Surfaces experts:
- Rob Fitzpatrick (The Mom Test)
- Steve Portigal (Interviewing Users)
- Nielsen Norman Group best practices
4. You select which methodologies to incorporate
5. Extracts actionable principles from primary sources
6. Hands off to skill-creator to generate the final skill
Key Features
| Feature | Description |
|---|---|
| 3-Layer Search | Local database → Web search for experts → Deep dive on primary sources |
| Golden Examples | Finds exemplary outputs to define quality bar |
| Anti-Patterns | Searches for common mistakes to encode “don’t do this” |
| Cross-Validation | Compares multiple experts to find consensus and flag disagreements |
| Quality Checklist | Verifies completeness before generating |
Methodology Database
The skill includes a curated database covering 15+ domains:
| Domain | Example Experts |
|---|---|
| Writing | Barbara Minto, William Zinsser, Amazon 6-pager |
| Product | Marty Cagan, Teresa Torres, Gibson Biddle |
| Sales | Neil Rackham (SPIN), Challenger Sale, MEDDIC |
| Hiring | Laszlo Bock, Geoff Smart, Lou Adler |
| User Research | Rob Fitzpatrick, Steve Portigal, JTBD |
| Engineering | Martin Fowler, Robert Martin, Kent Beck |
| Leadership | Kim Scott, Ray Dalio, Andy Grove |
| Negotiation | Chris Voss, Fisher & Ury |
| Startups | Eric Ries, Paul Graham, YC |
| Decision Making | Jeff Bezos, Charlie Munger, Annie Duke |
Plus an “Oral Tradition” section for experts who share primarily through talks and interviews (Steve Jobs, Elon Musk, Jensen Huang, Patrick Collison, etc.)
Installation
Option 1: Clone directly (Recommended)
# Navigate to your skills directory
cd ~/.claude/skills # Claude Code
# or your platform's skills path
# Clone this skill
git clone https://github.com/anthropics/skill-from-masters.git
Option 2: Manual installation
- Download the
skill-from-mastersfolder - Place it in your skills directory
Dependency
This skill works with skill-creator. Make sure skill-creator is available in your environment.
Usage
The skill automatically activates when you ask to create a new skill. It runs before skill-creator to ensure your skill is built on proven methodologies.
Example Session
You: “Help me create a skill for writing product requirement documents”
Skill-from-masters:
Let me search for the best methodologies on PRD writing.
[Searches: “PRD best practices expert”, “product requirements document methodology”]
I found several strong frameworks:
Product Management:
- Marty Cagan: Problem-first PRDs, separating problem space from solution space
- Teresa Torres: Outcome-focused requirements
Business Writing:
- Barbara Minto: Pyramid Principle - lead with conclusion, MECE structure
- Amazon: Working backwards, 6-pager narrative format
Golden Examples Found:
- Intercom’s public PRD template
- Linear’s product spec format
Common Mistakes:
- Jumping to solutions before defining the problem
- Writing for engineers instead of for alignment
- Missing success metrics
Which approaches resonate? Or should I search deeper into any of them?
You: “I like Amazon’s approach combined with Cagan’s problem-first thinking.”
Skill-from-masters: [Fetches primary sources on Amazon’s methodology, extracts principles, then generates skill via skill-creator]
Skills
This repository contains the following skills:
| Skill | Description |
|---|---|
| skill-from-masters | Create new skills based on proven methodologies from domain experts. |
| search-skill | Search for existing skills from trusted marketplaces. |
| skill-from-github | Learn from high-quality GitHub projects and create skills based on that knowledge. |
skill-from-masters
When you want to create a new skill based on expert methodologies:
- 3-layer search: local database → web experts → primary sources
- Finds golden examples and anti-patterns
- Cross-validates across multiple experts
- Hands off to skill-creator for final generation
Example:
You: "Help me create a skill for user interviews"
→ Finds: Rob Fitzpatrick (The Mom Test), Steve Portigal, Nielsen Norman Group
→ You select which methodologies to incorporate
→ Generates skill with those principles encoded
search-skill
When you want to find an existing skill instead of creating one:
- Searches only 5 trusted sources (no random internet results)
- Tier-based priority: official → curated → aggregators
- Filters out low-quality results (stars < 10, outdated, no SKILL.md)
- Security checks for suspicious code patterns
Example:
You: "I need a skill for frontend design, automated testing, and code review"
→ Searches: anthropics/skills, ComposioHQ, travisvn, skills.sh, skillsmp.com
→ Returns: frontend-design (official), webapp-testing (official), code-review-excellence (26k stars)
skill-from-github
When you want to learn from a GitHub project and turn that knowledge into a skill:
- Search GitHub for quality projects (stars > 100, actively maintained)
- Present options and wait for your confirmation
- Deep dive into selected project (README, source code, examples)
- Summarize what it learned, then create skill via skill-creator
Example:
You: "I want to convert images to ASCII art"
→ Searches GitHub, finds: ascii-image-converter (3.1k stars), RASCII (224 stars)
→ You select ascii-image-converter
→ Learns: brightness-to-character mapping, aspect ratio handling, color techniques
→ Creates skill encoding that knowledge (not just wrapping the tool)
Key difference: This skill encodes the knowledge from projects, so the skill works even without the original tool installed.
File Structure
skill-from-masters/
├── skill-from-masters/
│ ├── SKILL.md # Core skill: create from expert methodologies
│ └── references/
│ ├── methodology-database.md # Curated expert frameworks
│ └── skill-taxonomy.md # 11 skill type categories
├── skills/
│ ├── search-skill/
│ │ └── SKILL.md # Search existing skills from trusted sources
│ └── skill-from-github/
│ └── SKILL.md # Learn from GitHub projects
├── README.md
├── LICENSE
└── .gitignore
Quality Checklist
Before finalizing any skill, this skill verifies:
- Searched beyond the local database
- Found primary sources, not just summaries
- Found golden examples of the output
- Identified common mistakes to avoid
- Cross-validated across multiple experts
- Encoded specific, actionable steps (not vague principles)
Contributing
Contributions welcome! Especially:
- Adding new domains and experts to the methodology database
- Improving framework descriptions with source links
- Sharing examples of skills created with this approach
Please:
- Fork the repository
- Create a feature branch
- Submit a pull request
License
MIT License — feel free to use, modify, and distribute.
Philosophy: Quality isn’t written. It’s selected.
相似文章
@gyro_ai: https://x.com/gyro_ai/status/2055198700016660826
Matt Pocock 开源了 Skills for Real Engineers,一套小、可组合、可破解的 AI 编程技能,旨在解决 AI 编程中的理解偏差、缺少共享语言、反馈回路缺失和软件熵问题。该工具通过 grill-with-docs、tdd、diagnose 等技能提升 AI 编程效率,并提供了完整工作流。
@xingxingli45573: 又挖到一个好东西,叫 Taste Skill,GitHub 上已经拿了 20.3k Star。 简单来说,装上它之后,AI 生成的前端界面会好看很多。布局、字体、动效、留白,各方面都有明显提升,整体看起来有高级感。 它提供了好几个设计方向…
Taste Skill 是一个开源的前端框架,旨在提升 AI 生成界面的视觉品质,提供多种设计方向和可调节参数,GitHub 上已获 20.3k 星。
Leonxlnx/taste-skill
Taste Skill 是一个开源的便携式 Agent Skills 框架,它通过更强的布局、排版、动画和间距来升级 AI 构建的界面,针对 Codex、Cursor 和 Claude Code 等工具。
@NFTCPS: 微软搞了个东西叫 SkillOpt,思路挺野:把 agent 的技能文档当成神经网络一样来训练,有 epoch、batch、学习率、验证集,但一根模型权重都不碰。 它牛在哪?我给你拆三点: 训练只改一份 skill 文档,新的改动必须在验…
微软推出SkillOpt,一种将智能体技能文档像神经网络一样训练的方法,通过epoch、batch、学习率和验证集来进行优化,但不修改模型权重。在多项基准测试中取得最佳结果,可跨模型和工具迁移。
@vista8: 很多朋友问,如何给Codex写一个好的Goal指令? 睡觉前执行,模型自动开发,第二天“收菜”。 发过4w字文档,但多数人懒的看,所以我写了个Skill。 把一句话需求变成目标,复制就能用。 安装指令: npx skills add jo…
分享了一个为Codex生成Goal指令的Skill工具,通过npx安装即可将一句话需求转化为目标,实现自动开发。源码免费开源。