skills/skill-hunter/SKILL.md
Discover, extract, and analyze Claude SKILL.md files from GitHub repositories to understand ecosystem patterns and best practices.
npx skillsauth add jdluther2020/ai-claude-code-talk skill-hunterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Skill Hunter is a comprehensive tool for discovering and analyzing Claude skill documentation across GitHub. It automates the process of finding SKILL.md files, extracting their content, analyzing patterns, and generating insights about the skill ecosystem.
Use this skill when you need to:
Skill Hunter performs five core operations:
Searches GitHub for all SKILL.md files using the GitHub API. Returns metadata about discovered skills including:
Result: 270+ SKILL.md file instances across 193+ repositories
Retrieves the complete content of selected SKILL.md files directly from GitHub. Handles:
Result: 100+ complete, extracted SKILL.md files ready for analysis
Parses and analyzes extracted skills to identify:
Result: Structured analysis of each skill's composition
Identifies ecosystem-wide patterns including:
Result: 10+ key insights about skill design patterns
Organizes discovered skills into meaningful categories:
Result: Structured skill directory organized by source and quality
Request: "I want to build a skill for code review. Show me well-documented examples."
Skill Hunter will:
Output: Links to real SKILL.md files you can study
Request: "What makes a well-documented skill? Show me examples."
Skill Hunter will:
Output: Best practice examples with explanations
Request: "What's trending in skill design? How are developers evolving their approach?"
Skill Hunter will:
Output: Trend analysis and insights
Request: "Show me methodology skills (like TDD, debugging). How do they work?"
Skill Hunter will:
Output: Filtered analysis by skill category
Request: "I want to build a skill. What should I know? Show me the learning path."
Skill Hunter will:
Output: Structured learning path with real examples
GITHUB_TOKEN environment variableDiscovery Results:
Extracted Skills:
Analysis Reports:
GitHub Search API
↓
Discovery (find all SKILL.md files)
↓
GitHub Contents API
↓
Extraction (get complete files)
↓
Analysis Engine
↓
Pattern Recognition
↓
Reports & Recommendations
After running Skill Hunter, you'll understand:
Naming Conventions
Documentation Size
Quality Distribution
Structure Patterns
Ecosystem Health
"I'm building a skill for systematic debugging.
Show me how the obra/superpowers debugging skill is structured."
Result:
- Extract of obra/superpowers systematic-debugging SKILL.md
- Analysis of its structure and patterns
- Explanation of why it's well-designed
- Links to the original repository
"What do official Anthropic skills look like?
Show me examples of excellent skill design."
Result:
- Links to all 16 official Anthropic skills
- Categorization by type (tool, methodology, reference)
- Quality analysis of official implementations
- Common patterns across official skills
"Is skill building mature enough for production use?
What does the data show?"
Result:
- Statistics on ecosystem size and growth
- Quality distribution analysis
- Comparison of official vs. community standards
- Recommendations for production readiness
"Help me learn how to build skills.
Where should I start?"
Result:
- Recommended official examples to study
- Community production-quality references
- Learning progression from simple to complex
- Best practices checklist
discovery_phase_1_v3.pyGITHUB_TOKEN in .env fileGITHUB_SEARCH_RESULTS_V3.json (270 discovered skills)extracted_skills/ folder (100 complete SKILL.md files)EXTRACTED_SKILLS_SAMPLE_V3.json (metadata)This skill is valuable because it:
This skill is self-referential in the best way. It's a skill about skills. You can use it to:
That's the recursive value: using skill-hunter helps you understand and build better skills, including improving skill-hunter itself.
Found a pattern we missed? Want to extend the analysis? Suggestions for improvement?
The skill-hunter project is open source. All code, data, and analysis are on GitHub.
Last Updated: February 26, 2026 Status: Production ready Ecosystem Coverage: 270+ discovered skills, 100+ analyzed, 34 verified reference skills
tools
Gives Claude the ability to crop and enhance specific regions of an image for detailed analysis, improving accuracy on vision tasks involving small text, charts, legends, and fine details.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------