discover-skills

Discover AI skills from GitHub repositories and CLI tools into a local manifest.

30|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/pacaplan/flokay --skill discover-skills-pacaplan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discover-skills
Source: https://github.com/pacaplan/flokay/tree/main/.claude/skills/discover-skills
Command: npx skills add https://github.com/pacaplan/flokay --skill discover-skills-pacaplan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you easily integrate new functionalities into your project by discovering and adding skills from external GitHub repositories or command-line interface (CLI) tools.

Core Features & Use Cases

  • GitHub Integration: Discover skills directly from specified GitHub repository paths.
  • CLI Tool Integration: Identify and add skills generated by installed CLI tools.
  • Manifest Management: Updates your skill-manifest.json file with the discovered skills.
  • Use Case: When starting a new project or wanting to extend your AI's capabilities, you can use this skill to find and incorporate relevant skills from popular open-source projects or your own CLI tools.

Quick Start

Discover skills from the GitHub repository at https://github.com/pacaplan/agent-gauntlet/tree/main/skills.

Frequently Asked Questions about discover-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add new AI skills from a GitHub repository to my local project?

To add new AI skills from a GitHub repository, you specify the repository path and the tool parses the directory structure and fetches SKILL.md files to extract descriptions. It then integrates these discovered skills directly into your local project configuration.

Can I generate skills from installed CLI tools?

Yes, you can generate skills from CLI tools by specifying the target command. The tool executes the specified CLI command to automatically generate skills and adds them to your local skill manifest.

How does manifest management work when integrating external skills?

Manifest management works by updating the skill-manifest.json file. When integrating external skills, the tool adds new sources or merges existing ones within the manifest to maintain a centralized registry of available skills.

What is the best way to discover skills from open-source projects?

The best way to discover skills from open-source projects is using the GitHub integration feature. It fetches SKILL.md files from specified repository paths to identify available functionalities and merge them into your skill-manifest.json file.

Do I need a specific file format to document skills in my repository?

Yes, you need a SKILL.md file format to document skills in your repository. The tool parses directory structures and specifically fetches these SKILL.md files to extract descriptions for the skills being integrated.