devx-ux
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
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "devx-ux" description: "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" license: "MIT" --- # Developer Tooling UX Skill [Developer Tooling UX expert persona](../../../.apm/agents/devx-ux-expert.agent.md) ## 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.
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

