$npx -y skills add amtiYo/agents --skill docs-researchGather official, up-to-date documentation and convert it into a concise implementation checklist for the current coding task.
| 1 | When the user asks for implementation guidance that depends on external docs: |
| 2 | |
| 3 | 1. Start from official/primary docs first. |
| 4 | 2. Capture only task-relevant constraints (versions, limits, required fields, auth, edge cases). |
| 5 | 3. Convert findings into a short action checklist with concrete commands or code-level steps. |
| 6 | 4. Cite where each critical constraint came from. |
| 7 | 5. Call out unknowns explicitly instead of guessing. |
| 8 | |
| 9 | Output format: |
| 10 | - `What changed` |
| 11 | - `What matters for this repo` |
| 12 | - `Implementation checklist` |
| 13 | - `Risks/unknowns` |