skill-lookup

Search Agent Skills by keyword, category, or tag and load SKILL.md details.

218|33|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/first-fluke/fullstack-starter --skill skill-lookup-first-fluke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-lookup
Source: https://github.com/first-fluke/fullstack-starter/tree/main/.agents/skills/skill-lookup
Command: npx skills add https://github.com/first-fluke/fullstack-starter --skill skill-lookup-first-fluke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps the Agent discover and retrieve information about the suite of available Skills, enabling dynamic tool selection and capability awareness.

Core Features & Use Cases

  • Skill discovery: Search the catalog of available Skills by keyword, category, or tag to identify relevant capabilities.
  • Detail retrieval: Retrieve the full instructions and frontmatter for a specific Skill by loading its SKILL.md.
  • Use Case: When the agent needs to decide which tool to apply for a given task, it can list matching skills and fetch exact usage details.

Quick Start

Query the Skill catalog to locate available Skills, then request details for a chosen Skill to review its instructions.

Frequently Asked Questions about skill-lookup

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

FAQPage Schema
How do I discover available agent skills by keyword or tag?

Discover available agent skills by using the skill catalog search function to query for capabilities by keyword, category, or tag to find matching skills.

How do I retrieve the full instructions and metadata for a specific skill?

Retrieve full instructions and metadata for a skill by loading its SKILL.md file, which reads YAML frontmatter for the name and description and optionally gathers data from scripts and assets.

What is the best way to search a skill catalog for dynamic tool selection?

The best way to search a skill catalog for dynamic tool selection is to query matching skills by keyword or category to identify relevant capabilities and fetch exact usage details.

Can I search agent skill metadata without loading the entire SKILL.md file?

Yes, you can search agent skill metadata by querying the catalog with keywords, categories, or tags to retrieve names and descriptions from YAML frontmatter without loading the full SKILL.md.

Does the skill discovery tool retrieve data from scripts and references automatically?

The skill discovery tool optionally gathers data from scripts, references, and assets to populate metadata when retrieving information about available agent skills.

Why does my agent need skill discovery to complete a task?

Your agent needs skill discovery to complete a task because it enables dynamic tool selection and capability awareness by listing matching skills and fetching exact usage details for a chosen capability.