CtrlK
BlogDocsLog inGet started
Tessl Logo

docker-patterns

Patrones de Docker y Docker Compose para desarrollo local, seguridad de contenedores, networking, estrategias de volúmenes y orquestación de múltiples servicios.

54

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

65%

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

The content is highly actionable with complete, executable Docker/Docker Compose examples and clean organization, but it is a monolithic 365-line file with some duplicated volume/security material and lacks validation checkpoints around destructive operations.

Suggestions

Add an explicit validate-before-destroy checkpoint for destructive commands, e.g. confirm containers/volumes before `docker compose down -v`.

De-duplicate volume and security guidance that appears in both the main compose/Dockerfile examples and the dedicated sections.

Split the detailed networking and security sections into reference files (e.g. NETWORKING.md, SECURITY.md) referenced from the overview to reduce the monolithic body.

DimensionReasoningScore

Conciseness

The body is largely lean and code-dense with terse inline comments and no concept over-explanation, but volume patterns and security hardening are duplicated across the main compose/Dockerfile and the dedicated 'Estrategias de Volúmenes' / 'Seguridad de Contenedores' sections, so it could be tightened past level 2.

2 / 3

Actionability

It provides complete, copy-paste-ready artifacts — a full docker-compose.yml, a multi-stage Dockerfile, override files, and real `docker compose` commands — matching the level-3 'fully executable, specific examples' anchor.

3 / 3

Workflow Clarity

This is a patterns/reference skill with no sequenced multi-step workflow, and the destructive `docker compose down -v` is flagged DESTRUCTIVO without a validate-before-running checkpoint, capping workflow clarity at 2 per the destructive-operations guideline.

2 / 3

Progressive Disclosure

The 365-line body is well organized into clear sections but is a monolith with no external references; at this size some material (detailed security, networking) could be split into reference files, matching the level-2 'content that should be separate is inline' anchor.

2 / 3

Total

9

/

12

Passed

Description

57%

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 clearly scopes the Docker/Docker Compose domain and its subtopics with strong distinctiveness, but it enumerates topic areas rather than concrete actions and omits an explicit 'Use when' trigger clause, leaving completeness and specificity at the middle level.

Suggestions

Add an explicit 'Use when...' trigger clause, e.g. 'Use cuando se configure Docker Compose local, se diseñen arquitecturas multi-contenedor, o se depuren problemas de networking o volúmenes.'

Replace topic-area enumeration with concrete actions (e.g. 'Configurar stacks multi-contenedor, revisar Dockerfiles para seguridad, depurar networking y volúmenes').

Include natural trigger variations users would actually say, such as 'Dockerfile', 'contenedores' and 'docker compose'.

DimensionReasoningScore

Specificity

Names the Docker/Docker Compose domain and several topic areas ('desarrollo local, seguridad de contenedores, networking, estrategias de volúmenes y orquestación'), but these are topic enumerations rather than concrete actions like 'configure' or 'debug', matching the level-2 anchor and falling short of the multi-action level-3 example.

2 / 3

Completeness

It clearly answers 'what' the skill covers but lacks any explicit 'Use when...' trigger guidance, so per the judging guidelines completeness is capped at 2.

2 / 3

Trigger Term Quality

'Docker' and 'Docker Compose' are natural terms users would say, but more technical phrasing like 'orquestación de múltiples servicios' and missing common variations ('Dockerfile', 'contenedores') place it at level 2 rather than full level-3 coverage.

2 / 3

Distinctiveness Conflict Risk

'Patrones de Docker y Docker Compose' carves a clear, distinctive niche unlikely to trigger for non-container skills, matching the level-3 'clear niche with distinct triggers' anchor.

3 / 3

Total

9

/

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
affaan-m/ECC
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.