CtrlK
BlogDocsLog inGet started
Tessl Logo

cli-for-agents

Designs or reviews CLIs so coding agents can run them reliably: non-interactive flags, layered --help with examples, stdin/pipelines, fast actionable errors, idempotency, dry-run, and predictable structure. Use when building a CLI, adding commands, writing --help, or when the user mentions agents, terminals, or automation-friendly CLIs.

76

Quality

93%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

87%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a high-quality skill that efficiently communicates CLI design patterns for agent-friendly interfaces. Its greatest strengths are conciseness and actionability—every section pairs a clear principle with concrete examples. The only notable gap is the lack of a structured workflow for applying these principles when building or reviewing a CLI, which would benefit from explicit sequencing and validation checkpoints.

Suggestions

Consider adding a brief ordered workflow for 'When building a new CLI' (e.g., 1. Define resource+verb structure → 2. Implement non-interactive flags → 3. Add --help with examples → 4. Verify: run each command with --help and confirm examples are present → 5. Test idempotency by running each command twice).

DimensionReasoningScore

Conciseness

The content is lean and efficient throughout. It avoids explaining what CLIs are or how agents work—concepts Claude already knows. Every section delivers a specific, actionable pattern with minimal prose. The bad/good comparisons are terse and effective.

3 / 3

Actionability

Every section provides concrete, copy-paste-ready examples: flag syntax, --help output format, error message format, success output format, stdin piping patterns. The guidance is specific and directly implementable rather than abstract.

3 / 3

Workflow Clarity

This is more of a design principles/checklist skill than a multi-step workflow, so strict sequencing is less critical. However, the 'When reviewing an existing CLI' section is just a flat checklist without any validation steps or feedback loops. For a skill that covers destructive actions and idempotency, the workflow for actually building or reviewing a CLI could benefit from explicit sequencing and checkpoints.

2 / 3

Progressive Disclosure

For a standalone skill under ~80 lines with no need for external references, the content is well-organized into clearly labeled, scannable sections. Each section is self-contained and appropriately sized. No monolithic walls of text or unnecessary nesting.

3 / 3

Total

11

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is an excellent skill description that clearly communicates both the specific capabilities (designing agent-friendly CLIs with concrete features) and when to use it (with explicit trigger terms). It uses proper third-person voice, lists concrete actions, and carves out a distinct niche that would be unlikely to conflict with other skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions and features: non-interactive flags, layered --help with examples, stdin/pipelines, fast actionable errors, idempotency, dry-run, and predictable structure. Also specifies both designing and reviewing CLIs.

3 / 3

Completeness

Clearly answers both 'what' (designs/reviews CLIs with specific features like non-interactive flags, layered --help, stdin/pipelines, etc.) and 'when' (explicit 'Use when building a CLI, adding commands, writing --help, or when the user mentions agents, terminals, or automation-friendly CLIs').

3 / 3

Trigger Term Quality

Includes strong natural trigger terms users would say: 'CLI', 'commands', '--help', 'agents', 'terminals', 'automation-friendly', 'building a CLI', 'adding commands'. Good coverage of both technical and conversational terms.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche: CLI design specifically for coding agents and automation. The focus on agent-friendly CLI patterns (non-interactive, idempotency, dry-run) distinguishes it from general CLI development or general coding skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
cursor/plugins
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.