One-click install
npx skills add https://github.com/mreferre/aws-agent-toolkit-skills --skill find-skills-mreferre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/mreferre/aws-agent-toolkit-skills/tree/main/.kiro/skills/find-skills
Command: npx skills add https://github.com/mreferre/aws-agent-toolkit-skills --skill find-skills-mreferre

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of not knowing which installable skill can help you accomplish a specific task in an agent ecosystem.

Core Features & Use Cases

  • Finds relevant skills: Helps users locate existing skills by searching with task-oriented keywords or domain concepts (e.g., testing, deployment, documentation).
  • Guides quality selection: Encourages checking leaderboard popularity, install counts, source reputation, and GitHub stars before recommending an install.
  • Enables installation: Provides the command workflow to add a chosen skill package so the agent gains the capability.

Quick Start

Tell the assistant: "Find a skill for improving my React app performance and recommend a high-quality option I can install."

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 for a specific development task?

To discover agent skills, use keyword or interactive searching across the skills ecosystem to locate matching packages, verify quality via leaderboard popularity, and add the chosen skill using the Skills CLI.

What is the best way to verify the quality of an installable agent skill before adding it?

The best way to verify agent skill quality is to check the public leaderboard for popularity, review install counts, evaluate source reputation, and confirm GitHub stars before proceeding with installation.

Can I search the agent ecosystem using domain-oriented keywords like testing or deployment?

Yes, you can search the agent ecosystem using task-oriented keywords or domain concepts like testing, deployment, and documentation to locate relevant installable skills matching your specific needs.

Do I need a specific metadata format for a skill to be discoverable in the ecosystem?

Yes, discoverable skills require a mandatory SKILL.md YAML frontmatter containing both the name and description fields to be properly identified and recommended within the agent ecosystem.

How does interactive skill discovery work across the public leaderboard?

Interactive skill discovery works by browsing the public leaderboard to evaluate popularity metrics and source reputation, guiding you to high-quality installable agent skills fitting your domain requirements.