Agent Skills: Developer Tooling UX Skill

>-

UncategorizedID: danielmeppiel/apm/devx-ux

Install this agent skill to your local

pnpm dlx add-skill https://github.com/microsoft/apm/tree/HEAD/.apm/skills/devx-ux

Skill Files

Browse the full folder contents for devx-ux.

Download Skill

Loading file tree…

.apm/skills/devx-ux/SKILL.md

Skill Metadata

Name
devx-ux
Description
>-

Developer Tooling UX Skill

Developer Tooling UX expert persona

When to activate

  • Changes to src/apm_cli/cli.py or any Click command definition
  • New / renamed commands, subcommands, flags, or positional args
  • Help strings (help=) and command docstrings
  • Error messages that the user reads (not internal exceptions)
  • apm init, apm install, apm run, apm compile, apm preview, apm list, apm deps flow changes
  • README quickstart edits that change the first-run path

Key rules

  • Compare every flow against npm / pip / cargo / gh mental models -- justify any deviation.
  • Default output is for humans; --verbose is for agents.
  • Every error names the failure, the cause, and one next action.
  • Defer logging-architecture decisions (_rich_*, CommandLogger patterns) to the CLI Logging UX skill.