kira_lookup
Retrieve proven instructions (skills) and past failure warnings (scars) for any keyword. Read scars first to avoid repeating mistakes, then select and follow the best-fit skill's steps.
Instructions
Look up skills (how to do it) AND scars (what to avoid) for a given keyword. Returns matching skills (community first, then vendor) and scars (critical first; your own recorded failures before shared ones, then by frequency). Personal scars recorded by kira_record_failure on this machine fire here too. The agent MUST: 1. Read ALL returned scars first — these are past failures. Avoid repeating them. 2. Read returned skills and choose the best fit for the project context. 3. ANNOUNCE the chosen skill's 'declaration' field to the user BEFORE executing. 4. Follow the skill's instructions step by step, watching for scar patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Optional project context tags for disambiguation (e.g., ['nextjs', 'typescript']). | |
| keyword | Yes | The firing keyword or phrase (e.g., 'deploy vercel', 'add auth'). Case-insensitive. |