skill-lookup
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.
More from first-fluke/fullstack-starter
fastapi-router-creator
Guide for creating and organizing FastAPI routes using a file-based routing system or modular router pattern. Helps organize complex API structures.
46component-refactoring
Refactor high-complexity React components. Use when complexity metrics are high or to split monolithic UI.
33ui-ux-pro-max
Advanced design intelligence for professional UI/UX. Use for implementing modern design patterns (Glassmorphism, Bento Grid), ensuring accessibility, and generating tailored design systems for web and mobile.
26frontend-code-review
Standardized checklist and process for reviewing frontend code (.tsx, .ts, .js).
23frontend-engineer
Develop production-grade frontend code using shadcn/ui, best practices, and strict design alignment.
17fastapi-templates
Production-ready FastAPI project templates and patterns. Use when starting new FastAPI projects, services, or adding standard components like auth, DB connection, or middleware.
15