cherry-picked-agent-skills
Installation
SKILL.md
Overview
Six unique agent workflow skills cherry-picked from addyosmani/agent-skills that do not overlap with existing 1ai-skills. Each skill defines a structured methodology for AI agents to follow during specific development workflows.
Skill 1: interview-me
Description: One-question-at-a-time interview that extracts what the user actually wants, not what they initially say they want.
When to use: Starting any non-trivial feature or project. When requirements are vague. When the user says "just build X" without clear specifications.
Key Principles:
- Ask one question at a time — never batch questions
- Mirror back what you heard before asking the next question
- Dig into the "why" behind each request
- Surface implicit constraints the user hasn't mentioned
- Stop interviewing when you can state the requirement back and the user confirms