CtrlK
BlogDocsLog inGet started
Tessl Logo

python-cli-patterns

CLI application patterns for Python. Triggers on: cli, command line, typer, click, argparse, terminal, rich, console, terminal ui.

93

5.10x
Quality

Does it follow best practices?

Impact

97%

5.10x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

92%

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

The body is concise, highly actionable, and well-organized as a code-patterns catalog. The main defect is progressive disclosure: it points to bundle files and directories that are not actually present in the skill.

Suggestions

Add the referenced bundle files under ./references/ and ./assets/ (typer-patterns.md, rich-output.md, configuration.md, cli-template.py), or remove the broken references so navigation resolves.

Fix the Error Handling example so it is self-contained (import os, define or stub do_something/process_file) to keep all snippets fully executable.

Consider splitting the larger code sections into the referenced detail files to keep SKILL.md as a lean overview, consistent with the progressive-disclosure intent.

DimensionReasoningScore

Conciseness

The body is lean and code-first: short executable blocks and two quick-reference tables with no prose explaining CLI concepts or how libraries work, so every token earns its place.

3 / 3

Actionability

It provides complete, executable Typer and Rich code (app setup, command groups, tables, progress, an error helper) plus copy-paste syntax tables; the minor undefined references in the Error Handling snippet do not outweigh the otherwise concrete, runnable guidance.

3 / 3

Workflow Clarity

This is a patterns catalog organized into clearly labeled, unambiguous sections rather than a risky multi-step process, so per the simple-skill guidance the single-purpose content is clear and no validation cap applies.

3 / 3

Progressive Disclosure

References are well-signaled and one-level-deep, but the listed files (./references/typer-patterns.md, rich-output.md, configuration.md, ./assets/cli-template.py) and their directories do not exist, so the navigation paths are broken rather than resolvable.

2 / 3

Total

11

/

12

Passed

Description

90%

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

The description is concise, third-person, and provides explicit trigger terms with broad natural-language coverage. Its only weakness is that it describes the domain rather than enumerating concrete capabilities.

DimensionReasoningScore

Specificity

"CLI application patterns for Python" names the domain but lists no concrete actions (e.g. building commands, adding flags, rendering tables), matching the anchor that names domain and some actions without being comprehensive.

2 / 3

Completeness

It states what the skill does ("CLI application patterns for Python") and gives an explicit when ("Triggers on: ..."), satisfying both the what and when with explicit triggers; the 'Triggers on:' clause is an explicit trigger guidance equivalent.

3 / 3

Trigger Term Quality

"Triggers on: cli, command line, typer, click, argparse, terminal, rich, console, terminal ui" gives broad coverage of natural terms users would say plus common library names, matching the high-coverage anchor.

3 / 3

Distinctiveness Conflict Risk

The Python CLI niche combined with library-specific triggers (typer, click, argparse, rich) gives a clear, distinct scope unlikely to fire for unrelated skills.

3 / 3

Total

11

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
NeverSight/skills_feed
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.