ask-me

Installation
SKILL.md

Ask Me

Choose the smallest workflow that fits the situation.

A workflow is a path through the skills. Most coding-agent work starts with understanding, then moves through planning, implementation, and review. Bug work starts with diagnosis before planning.

Main Flow: Change Code

Use this route when the user wants to add, modify, or remove behavior.

  1. /plan-it — understand the goal, inspect the relevant code, identify affected modules, choose an approach, and define validation.
  2. /implement-plan — make the agreed changes in small steps, run the appropriate checks, and keep fixing until the validation passes or a real blocker is found.
  3. /review-change — use an independent review when requested or when the diff's risk warrants it.

For a clear, low-risk implementation request, use a brief inline plan and proceed without an extra approval round. Use the full planning workflow when scope, design, or risk needs a decision. Load inquiry or review skills only when they add evidence the task needs.

Inquiry Flow: Understand Before Acting

Use /study-repo when the user asks what a repo does, how a feature is implemented, where behavior lives, or whether the repo can be used in a certain way.

Installs
45
Repository
liaoann/skills
First Seen
Jun 20, 2026
ask-me — liaoann/skills