skill-lookup
Original:🇺🇸 English
Translated
Discover, retrieve, and learn about available Agent Skills. key capability for finding tools to solve specific problems.
2installs
Added on
NPX Install
npx skill4agent add first-fluke/fullstack-starter skill-lookupTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →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 () for a specific skill.
SKILL.mdWhen 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 directory.
.agent/skills - Read the frontmatter to match requirements.
SKILL.md - Load the full if a match is found to learn the instructions.
SKILL.md