find-skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "find-skills" with this command: npx skills add <package>

Find Skills

Discover and install specialized agent skills through the Skills CLI ecosystem.

When to Use

Use this skill when users:

  • Request solutions for specific tasks ("how do I do X")
  • Explicitly search for specialized tools
  • Ask about capability extensions
  • Seek domain-specific assistance (design, testing, deployment)

Core Commands

Search for Skills

npx skills find [query]     # Interactive or keyword-based search

Browse skills at: https://skills.sh/

Install Skills

npx skills add <package>            # Install from repository
npx skills add <owner/repo@skill>   # Install specific skill
npx skills add <owner/repo@skill> -g -y  # Install globally without prompts

Manage Skills

npx skills check     # Check for updates
npx skills update    # Update installed skills

Search Strategy

Use specific terminology rather than broad terms for better results.

Common categories:

  • Web development
  • Testing frameworks
  • Deployment tools
  • Documentation utilities
  • Code quality improvement
  • Design systems
  • Productivity automation

Example searches:

npx skills find react performance
npx skills find pdf processing
npx skills find database migration

Workflow

  1. Identify Requirements - Understand the user's domain and specific task
  2. Execute Search - Run find command with relevant keywords
  3. Present Findings - Share discovered skills with descriptions and installation instructions
  4. Facilitate Installation - Execute add command when user wants to proceed

No Results?

If searches yield no results:

  • Offer direct assistance for the task
  • Note that users can create custom skills via npx skills init

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

session-log

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

homelab-helper

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

instinct-status

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

backend-patterns

No summary provided by upstream source.

Repository SourceNeeds Review