CtrlK
BlogDocsLog inGet started
Tessl Logo

dockerhub-credentials

Manages Docker Hub credentials for the MockServer project. Guides the user through creating a Docker Hub Personal Access Token, validates it, and stores it in AWS Secrets Manager for use by CI pipelines. Use when the user says "docker hub credentials", "docker hub token", "set up docker push", "configure docker hub", "rotate docker token", or needs to store Docker Hub credentials in AWS Secrets Manager.

76

Quality

94%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

88%Weight 40%Scale 1-5

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

The body is a tight, executable workflow with strong validation checkpoints and helpful error-recovery guidance. It is well-structured though monolithic, with minor conciseness trimming possible in the optional shortcut and verification steps.

Suggestions

Tighten the Step 5 verification python one-liner (e.g. move the JSON-structure check into a short script reference or a shorter jq/python snippet) to improve conciseness.

Consider extracting the Troubleshooting table or Security Notes into a short reference file if the skill grows, to push progressive disclosure toward a clear one-level-deep structure.

Trim the optional Step 1 prose (e.g. the Docker Desktop session-token caveat) to the essential decision point to save tokens.

DimensionReasoningScore

Conciseness

Mostly lean with copy-paste commands and purposeful instructions, but a few spots could tighten — e.g. the long inline python one-liner in Step 5 and some explanatory notes in the optional Step 1.

4 / 5

Actionability

Fully executable bash commands throughout (docker login, aws secretsmanager put-secret-value, get-secret-value) with clearly marked placeholders; manual web steps in Step 2 are inherent to the task and appropriately handled.

5 / 5

Workflow Clarity

Five clearly sequenced steps with explicit validation checkpoints (Step 3 validates credentials, Step 5 verifies storage) and a troubleshooting table providing error-recovery feedback loops.

5 / 5

Progressive Disclosure

Well-organized into clear sections (Prerequisites, Steps 1-5, Troubleshooting, Security Notes) as a single cohesive file with no nested references; over the ~50-line simple-skill threshold so a one-level reference split would be needed to reach 5.

4 / 5

Total

18

/

20

Passed

Description

100%Weight 40%Scale 1-5

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 excellent: it states concrete capabilities, provides explicit 'Use when' trigger guidance with natural phrases, and carves out a distinct niche. Voice is appropriately third person ('Guides the user', 'Use when the user says').

DimensionReasoningScore

Specificity

Names the domain (Docker Hub credentials, AWS Secrets Manager) and multiple concrete actions across the full lifecycle — 'creating a Docker Hub Personal Access Token, validates it, and stores it in AWS Secrets Manager' — giving comprehensive coverage for this task.

5 / 5

Completeness

Explicitly answers both 'what' (manages/creates/validates/stores Docker Hub credentials) and 'when' via a concrete 'Use when the user says...' clause with multiple trigger phrases.

5 / 5

Trigger Term Quality

Includes natural phrases a user would actually say — 'docker hub credentials', 'docker hub token', 'set up docker push', 'configure docker hub', 'rotate docker token' — covering synonyms (credentials/token) and several phrasings.

5 / 5

Distinctiveness Conflict Risk

Targets a clear niche (Docker Hub credentials stored in AWS Secrets Manager for MockServer CI pipelines) with distinct triggers, giving minimal overlap risk with other skills.

5 / 5

Total

20

/

20

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
mock-server/mockserver-monorepo
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.