@CycleDecoded: It's like that noodle shop that's been open for thirty years at your doorstep. The owner never hangs a sign about "heritage craftsmanship" or boasts about how he "empowers" a bowl of soup. He just gets up at 4 a.m. every day to make the broth, decades without fail. As soon as the noodles are out, regulars take one bite and know it's right. GBSOSS/skill-from-masters is all about…

X AI KOLs Timeline Tools

Summary

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.

It's like that noodle shop that's been open for thirty years at your doorstep. The owner never hangs a sign about "heritage craftsmanship" or boasts about how he "empowers" a bowl of soup. He just gets up at 4 a.m. every day to make the broth, decades without fail. As soon as the noodles are out, regulars take one bite and know it's right. GBSOSS/skill-from-masters is exactly this approach. There's so much stuff online teaching people how to do things—a theory today, a framework tomorrow, sounding impressive but ending up hollow when actually used. This project cuts through the fluff. It brings out the real "old masters" from various industries who have actually delivered results on the front lines. These masters may not have the highest degrees, but they have the thickest calluses. They know where the pitfalls are and the most efficient way to get things done. The project takes the genuine skills they've honed through ups and downs and faithfully reproduces them as AI skills. Simply put, it lets you directly copy the homework of the experts. You don't have to rely on luck or fumble around blindly. Standing on the shoulders of these seasoned veterans, you start with the essence of decades of expertise. Fewer detours, less tuition paid—there's nothing better than that. The resources are right there. If you really want to learn some survival skills, go look it up yourself. Moving forward on the shoulders of giants is always faster than crawling on the ground feeling your way across the river. http://github.com/GBSOSS/skill-from-masters…
Original Article
View Cached Full Text

Cached at: 06/27/26, 01:56 PM

It’s like that noodle shop on your street corner that’s been open for thirty years. The owner never hangs up a sign boasting about “heritage craft” or “empowering a bowl of soup.” He just gets up at 4 AM every day to simmer the broth, sticking to the routine for decades. As soon as the noodles come out, regulars take one bite and know it’s right.

That’s exactly the approach behind GBSOSS/skill-from-masters.

These days, the internet is flooded with “how-to” content — a new theory today, a new framework tomorrow. Sounds impressive, but when you actually try to use them, it’s all empty scaffolding. This project strips away the fluff. It brings in real “master craftsmen” from various fields who have delivered tangible results on the front lines.

These masters may not have the highest academic degrees, but they have the thickest calluses. They know where the pitfalls are and what the most efficient approach is. The project faithfully replicates the genuine expertise they’ve honed through trial and error, packaging it into AI skills.

In plain terms: it lets you directly copy the homework of the pros.

You don’t have to rely on luck or stumble around in the dark. Standing on the shoulders of these seasoned veterans, you immediately grasp the essence of decades of experience. Fewer detours, lower tuition costs — nothing beats that.

The resource is right there. If you really want to learn some skills to protect yourself, go look it up yourself. Walking forward on the shoulders of giants is always faster than crawling on your hands and knees to feel your way across the river.

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.

License: MIT (https://opensource.org/licenses/MIT)


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

FeatureDescription
3-Layer SearchLocal database → Web search for experts → Deep dive on primary sources
Golden ExamplesFinds exemplary outputs to define quality bar
Anti-PatternsSearches for common mistakes to encode “don’t do this”
Cross-ValidationCompares multiple experts to find consensus and flag disagreements
Quality ChecklistVerifies completeness before generating

Methodology Database

The skill includes a curated database covering 15+ domains:

DomainExample Experts
WritingBarbara Minto, William Zinsser, Amazon 6-pager
ProductMarty Cagan, Teresa Torres, Gibson Biddle
SalesNeil Rackham (SPIN), Challenger Sale, MEDDIC
HiringLaszlo Bock, Geoff Smart, Lou Adler
User ResearchRob Fitzpatrick, Steve Portigal, JTBD
EngineeringMartin Fowler, Robert Martin, Kent Beck
LeadershipKim Scott, Ray Dalio, Andy Grove
NegotiationChris Voss, Fisher & Ury
StartupsEric Ries, Paul Graham, YC
Decision MakingJeff 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)

``bash

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

  1. Download the skill-from-masters folder
  2. 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:

SkillDescription
skill-from-mastersCreate new skills based on proven methodologies from domain experts.
search-skillSearch for existing skills from trusted marketplaces.
skill-from-githubLearn 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:

  1. Fork the repository
  2. Create a feature branch
  3. Submit a pull request

License

MIT License — feel free to use, modify, and distribute.


Philosophy: Quality isn’t written. It’s selected.

Similar Articles

@gyro_ai: https://x.com/gyro_ai/status/2055198700016660826

X AI KOLs Timeline

Matt Pocock open-sourced Skills for Real Engineers, a set of small, composable, and hackable AI coding skills designed to address issues in AI programming such as understanding bias, lack of shared language, missing feedback loops, and software entropy. The tool enhances AI programming efficiency through skills like grill-with-docs, tdd, and diagnose, and provides a complete workflow.

@xingxingli45573: Another great find called Taste Skill, which has already gained 20.3k stars on GitHub. Simply put, after installing it, the frontend interfaces generated by AI look much better. Layout, fonts, animations, whitespace — all aspects have improved significantly, giving an overall premium feel. It offers several design directions...

X AI KOLs Timeline

Taste Skill is an open-source frontend framework designed to enhance the visual quality of AI-generated interfaces. It offers multiple design directions and adjustable parameters, and has gained 20.3k stars on GitHub.

Leonxlnx/taste-skill

GitHub Trending (daily)

Taste Skill is an open-source framework of portable Agent Skills that upgrade AI-built interfaces with stronger layout, typography, motion, and spacing, targeting tools like Codex, Cursor, and Claude Code.

@NFTCPS: Microsoft came up with something called SkillOpt, and its approach is pretty wild: treating an agent's skill documentation like a neural network for training, with epochs, batches, learning rates, and validation sets, but without touching a single model weight. What makes it great? Let me break it down into three points: Training only modifies one skill document, and any new changes must be validated on the...

X AI KOLs Timeline

Microsoft introduces SkillOpt, a method that trains an agent's skill documentation like a neural network, using epochs, batches, learning rates, and validation sets for optimization, without modifying model weights. It achieves top results across multiple benchmarks and can be transferred across models and tools.

@vista8: Many friends ask: how to write a good Goal instruction for Codex? Execute before sleep, model automatically develops, 'harvest' the next day. I've posted a 40k-word document, but most people are too lazy to read it, so I wrote a Skill. Turn a one-sentence requirement into a goal, copy and use. Installation command: npx skills add jo…

X AI KOLs Timeline

Shared a Skill tool for generating Goal instructions for Codex. Install via npx to turn a one-sentence requirement into a goal, enabling automatic development. Source code is free and open-source.