CtrlK
BlogDocsLog inGet started
Tessl Logo

flox-services

Running services and background processes in Flox environments. Use for service configuration, network services, logging, database setup, and service debugging.

68

Quality

82%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

65%Weight 40%Scale 1-3

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

A highly actionable reference packed with executable service patterns, but it is a monolithic, redundant file: best-practice and pitfall sections restate content already shown in the examples, and nothing is offloaded to bundle files despite the length. Workflow guidance lacks explicit validation feedback loops for the database operations it covers.

Suggestions

Collapse the Best Practices and Common Pitfalls sections into the patterns they duplicate, or keep only the non-redundant items, to remove the logging/exec/venv/is-daemon and HOST/PORT repetitions.

Add a validate→fix→retry feedback loop for database service setup (e.g., after initdb/postgres start, check readiness with pg_isready and surface a recovery path on failure) so the database operations meet the workflow-clarity bar.

Move the extended database/web example catalog (Postgres, Redis, MongoDB, Node, Flask, HTTP) into a references/ file linked from a concise overview in SKILL.md, giving the skill genuine one-level-deep progressive disclosure.

DimensionReasoningScore

Conciseness

The code blocks are lean, but prose sections restate earlier points — "Best Practices" repeats logging/exec/venv/is-daemon already demonstrated, "Common Pitfalls" re-explains "Service Commands Don't Inherit Hook Activations" and "Forgetting to Create Directories", and the Environment Variable Convention re-walks HOST/PORT. Not score 3 because of this redundancy; not score 1 because it does not explain concepts Claude already knows.

2 / 3

Actionability

Provides fully executable, copy-paste-ready TOML service definitions (Postgres, Redis, MongoDB, Node, Flask) plus concrete `flox services status/logs/restart` commands — no pseudocode, with specific vars and ports filled in.

3 / 3

Workflow Clarity

A readiness gate exists ("until pg_isready -h localhost -p 5432; do sleep 1; done") and the Debugging section is sequenced, but there are no validate→fix→retry feedback loops for the database operations; per the rubric, missing validation steps for destructive/database ops caps this at 2.

2 / 3

Progressive Disclosure

A ~290-line single-file skill with no bundle files (references/, scripts/, assets/ empty); the bulky example catalog is inline rather than split out, and the only cross-links ("Related Skills") point to sibling skills, not one-level-deep references. Not score 1 because sections are well-organized; not score 3 because content that could be separate is inline and nothing is split into referenced files.

2 / 3

Total

9

/

12

Passed

Description

100%Weight 40%Scale 1-3

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

A tight, third-person description that states the capability and provides an explicit 'Use for' trigger covering several concrete service tasks. It answers both what and when without padding or over-claims.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions — "service configuration, network services, logging, database setup, and service debugging" — matching the score-3 anchor that enumerates several concrete actions rather than vague verbs.

3 / 3

Completeness

Answers both what ("Running services and background processes in Flox environments") and when via an explicit trigger clause ("Use for service configuration, network services, logging, database setup, and service debugging"), satisfying the what-AND-when bar.

3 / 3

Trigger Term Quality

Covers natural terms a user would say — "Flox environments", "services", "background processes", "database setup", "service debugging" — giving good coverage rather than jargon-only language.

3 / 3

Distinctiveness Conflict Risk

Scoping to "Flox environments" plus service-specific triggers carves a clear niche unlikely to fire for unrelated skills; the scope qualifier makes it distinct rather than generic.

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
flox/flox-agentic
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.