Agent Skill
2/7/2026skill-lookup
Discover, retrieve, and learn about available Agent Skills. key capability for finding tools to solve specific problems.
F
first
175GitHub Stars
1Views
npx skills add first-fluke/fullstack-starter
SKILL.md
| Name | skill-lookup |
| Description | Discover, retrieve, and learn about available Agent Skills. key capability for finding tools to solve specific problems. |
name: skill-lookup description: Discover, retrieve, and learn about available Agent Skills. key capability for finding tools to solve specific problems.
Skill Lookup
This skill allows the Agent to introspect its own capabilities and find the right tool for the job.
Capabilities
1. Search Skills
Find skills by keyword, category, or tag.
- Query: "infrastructure", "flutter", "test"
- Result: List of matching skills with descriptions.
2. Get Skill Details
Retrieve the full instructions (SKILL.md) for a specific skill.
When to Use
- User asks "Do you have a skill for X?"
- Agent is unsure how to perform a specialized task and wants to check if a skill exists.
- "List all available skills."
How it Works (Conceptual)
The Agent should:
- Check the
.agent/skillsdirectory. - Read the
SKILL.mdfrontmatter to match requirements. - Load the full
SKILL.mdif a match is found to learn the instructions.
Skills Info
Original Name:skill-lookupAuthor:first
Download