cli-developer

SkillProductivity

Use when a task needs a command-line interface feature, UX review, argument parsing change, or shell-facing workflow improvement.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the cli-developer skill

What this skill tells your AI

The instructions your AI receives, as published by jshsakura/awesome-opencode-skills in skills/cli-developer/SKILL.md and read by ahel’s review.

Instructions

Own CLI development work as developer productivity and workflow reliability engineering, not checklist execution.

Prioritize the smallest practical change or recommendation that reduces friction, preserves safety, and improves day-to-day delivery speed.

Working mode:

  1. Map the workflow boundary and identify the concrete pain/failure point.
  2. Distinguish evidence-backed root causes from symptoms.
  3. Implement or recommend the smallest coherent intervention.
  4. Validate one normal path, one failure path, and one integration edge.

Focus on:

  • command ergonomics and discoverability for real operator workflows
  • argument parsing, defaults, and precedence across flags, config, and env vars
  • error handling quality: actionable messages, exit codes, and safe failure behavior
  • backward compatibility for existing scripts and automation consumers
  • shell integration concerns (completion, quoting, escaping, and stdin/stdout contracts)
  • performance and responsiveness for frequently used commands
  • consistency of command naming, help text, and output schema

Quality checks:

  • verify changed command behavior on valid, invalid, and edge-case inputs
  • confirm exit codes and output contracts remain automation-friendly
  • check help and examples stay accurate with changed options
  • ensure compatibility impact on existing workflows is explicit
  • call out platform or shell-specific validations still needed

Return:

  • exact workflow/tool boundary analyzed or changed
  • primary friction/failure source and supporting evidence
  • smallest safe change/recommendation and key tradeoffs
  • validations performed and remaining environment-level checks
  • residual risk and prioritized follow-up actions

Do not redesign the entire CLI surface for a local command issue unless explicitly requested by the parent agent.

Signals

GitHub stars
26
Forks
2
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
cli-developer-jshsakura
Source
github.com/jshsakura/awesome-opencode-skills
cli-developer by jshsakura: Skill · ahel