skill-from-github
Installation
Summary
Learn from quality GitHub projects to create custom agent skills.
- Guides you through searching GitHub for well-maintained projects (100+ stars, recent updates) that solve a specific problem, then presents top candidates for your review
- Walks through a structured deep-dive process: reading READMEs, examining core source files, extracting algorithms and patterns, and identifying best practices
- Encodes learned knowledge directly into a new skill via skill-creator, rather than simply wrapping an existing tool
- Requires explicit user confirmation at project selection and before skill creation to ensure alignment with your intent
SKILL.md
Skill from GitHub
When users want to accomplish something, search GitHub for quality projects that solve the problem, understand them deeply, then create a skill based on that knowledge.
When to Use
When users describe a task and you want to find existing tools/projects to learn from:
- "I want to be able to convert markdown to PDF"
- "Help me analyze sentiment in customer reviews"
- "I need to generate API documentation from code"
Workflow
Step 1: Understand User Intent
Clarify what the user wants to achieve:
- What is the input?
- What is the expected output?
Related skills
More from gbsoss/skill-from-masters
skill-from-masters
通过真实案例创建高质量skill。先找黄金案例和失败案例,归纳什么有效什么无效,再用理论解释为什么。skill是干活的,要从实践中学习,不是从书本中学习。触发词:"帮我创建一个skill"、"我想做一个skill来...
635search-skill
Search and recommend Claude Code skills from trusted marketplaces
386skill-from-notebook
Extract methodologies from documents or examples to create executable skills
294