find-skills

Discover and install modular skill packages using natural language queries.

11|4|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/wpank/ai --skill find-skills-wpank
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/wpank/ai/tree/main/skills/tools/find-skills
Command: npx skills add https://github.com/wpank/ai --skill find-skills-wpank

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users find and install relevant skills from a vast ecosystem, extending the AI's capabilities without requiring manual searching or complex installation processes.

Core Features & Use Cases

  • Skill Discovery: Enables users to search for skills based on natural language descriptions of their needs.
  • Automated Installation: Facilitates the direct installation of found skills with simple commands.
  • Use Case: A user wants to improve their code quality. They can ask the AI to "find a skill for code linting," and the AI will use this skill to search for and suggest relevant linting skills, then help install the chosen one.

Quick Start

Use the find-skills skill to search for a skill that can help with writing unit tests for Python code.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover and install agent skills for specific tasks like web development or testing?

You can discover agent skills by asking natural language queries to find modular packages, then install them directly using the `npx skills add` command to extend your AI agent's capabilities.

What is the best way to find modular skill packages from an open ecosystem?

The best way to find modular skill packages is mapping your natural language requests to search queries, which surfaces specialized skills for domains like web development, testing, and DevOps.

Does finding and installing skills require any complex setup or manual searching?

Finding and installing skills does not require manual searching or complex setup, as the process maps natural language requests to search queries and presents automated installation instructions.

Can I use natural language to search for ecosystem skills for my AI agent?

Yes, you can use natural language to search for ecosystem skills, allowing you to find specialized knowledge, workflows, and tools to extend your AI agent capabilities.

How do I add a new skill to my agent using npx?

You add a new skill to your agent by running the `npx skills add` command, which installs the discovered modular skill packages directly into your environment.