Skill Hunter banner
CE0Alex CE0Alex

Skill Hunter

Development community

Description

Agent skill to analyze a repo and recommend a best-fit skill stack with verified sources

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Skill Hunter

[![GitHub](https://img.shields.io/badge/GitHub-CE0Alex%2Fskill--hunter-blue)](https://github.com/CE0Alex/skill-hunter)

An agent skill that analyzes your project and recommends a curated stack of **external skills** from trusted registries.

What It Does

Skill Hunter helps you discover and install the best skills for your project:

  1. Analyzes your project — scans your codebase to understand the stack, workflows, and constraints
  2. Asks clarifying questions — confirms your goals, trust preferences, and category focus before searching
  3. Searches skill registries — queries Context7, skills.sh, and GitHub for relevant skills
  4. Inspects candidates — verifies each skill's source, maintainer, and compatibility
  5. Recommends a stack — presents a minimal set of skills with confidence ratings and tradeoffs
  6. Installs after confirmation — only installs skills you approve, using verified methods

For the complete workflow and rules, see [SKILL.md](SKILL.md).

When to Use

Invoke Skill Hunter when you want to find **new external skills**:

  • "Find the best skills for this project"
  • "Recommend external skills for TypeScript testing"
  • "What skills exist for CI/CD automation?"

**Do not use** for questions about already-installed skills — Skill Hunter is for discovery, not usage guidance.

Compatibility

This skill follows the [Agent Skills](https://agentskills.io) format and works with any agent that supports skills.

Tested Agents

Agent Version Tested Status
Claude Code (CLI) 2.1.34 ✅ Supported
Codex CLI 0.98.0 ✅ Supported
Claude (Web/Desktop) ✅ Supported (ZIP upload)

Other Agents

Skill Hunter supports 50+ agents via the [Skills CLI](https://github.com/vercel-labs/skills) registry. See [references/agent-skills.md](references/agent-skills.md) for the full list of supported agents and their skill paths.

Installing Skill Hunter

These instructions