find-skills

Search local skills, GitHub, and community collections for installable agent skills.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/xjiang77/agent-wisp --skill find-skills-xjiang77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/xjiang77/agent-wisp/tree/main/tools/setup-toolkit/skills/find-skills
Command: npx skills add https://github.com/xjiang77/agent-wisp --skill find-skills-xjiang77

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and connect you with installable agent skills that expand capabilities when you ask for new functionality or express interest in extending the agent.

Core Features & Use Cases

  • Local discovery: check installed skills for reuse and compatibility.
  • Source aggregation: search local skills, GitHub repositories, and community collections to surface relevant options.
  • Install guidance: present install steps and safety considerations to add the skill to the agent.

Quick Start

Ask for a capability and I will search for installable skills and present the best options.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find and install agent skills from GitHub repositories?

To discover agent skills, this tool searches GitHub repositories, local installations, and community collections to surface relevant options and present installation steps. It requires a valid SKILL.md frontmatter with a name and description for each installable skill.

Can I check local skills for reuse before installing new agent extensions?

Yes, local discovery checks installed skills for reuse and compatibility before searching external sources. This prevents duplicate installations and ensures you leverage existing local skills before fetching new ones from GitHub or community collections.

What requirements must a GitHub repository meet to be discovered as an installable skill?

A GitHub repository must contain a valid SKILL.md frontmatter with a name and description, plus clear usage guidance. This metadata ensures discoverability and safety when the tool surfaces the repository as an installable agent skill option.

What is the best way to extend agent capabilities with community collections?

The best way to extend capabilities is to ask for a specific task, prompting a search across local skills, GitHub, and community collections. The tool aggregates these sources to present relevant, installable skills with associated safety considerations.

Does installing discovered skills require manual configuration or dependency management?

The tool presents install steps and safety considerations to add the skill to the agent, but does not explicitly handle automated dependency management. Users must follow the provided guidance to manually configure and install the discovered skills.