find-skills

Search a public skill registry and install missing ones via SKILL.md metadata.

1|Updated Aug 22, 2025
One-click install
npx skills add https://github.com/interserver/teams-chat-bot --skill find-skills-interserver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/interserver/teams-chat-bot/tree/main/.cursor/skills/find-skills
Command: npx skills add https://github.com/interserver/teams-chat-bot --skill find-skills-interserver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces time spent searching for unknown tools or implementation patterns by helping you locate relevant community-contributed skills and load them into your project session.

Core Features & Use Cases

  • Community skill discovery: Searches the public skill registry for skills matching the user’s stated technology, framework, or task.
  • Intent-driven prompting: Guides the user to confirm whether skill search and installation should happen based on extracted intent.
  • On-demand installation and activation: Installs selected skills and then reads their SKILL.md entrypoints so they are immediately available for the current conversation.

Quick Start

Ask to find community skills for the technology or task you want, then approve the proposed matches to install the ones you want and continue.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find community skills for a new framework I need to use?

To find community skills for an unfamiliar framework, you search a public skill registry using relevant technology terms. The system queries matches based on your stated needs, ranks the results, and lets you select and install skills by slug for immediate use.

What is the best way to discover and install tooling for missing technologies?

The best way to discover tooling for missing technologies is using an intent-driven registry search. You ask how to do a specific task, confirm the extracted intent, and the system installs the selected skill while loading its SKILL.md instructions into your active context.

How does skill installation and activation work in a developer workflow?

Skill installation in a developer workflow requires YAML-defined SKILL.md metadata. After selecting a skill from ranked registry results, the system installs it by slug and reads its SKILL.md entrypoint, making specialized guidance immediately available for the current conversation.

Can I load specialized guidance into my project session on demand?

Yes, you can load specialized guidance on demand by searching the public skill registry. Once you approve proposed matches, the system installs the selected skills and reads their SKILL.md entrypoints so they are immediately available in your active project session.

Do I need specific dependencies to search the public skill registry?

No specific dependencies are required to search the public skill registry. The discovery workflow operates standalone, querying with relevant terms to find matching skills, though the installed skills require YAML-defined SKILL.md metadata to function properly.