CtrlK
BlogDocsLog inGet started
Tessl Logo

sqlitecpp-build-meson

Builds SQLiteCpp with Meson. Use when configuring Meson builds, tests, or Meson options.

72

Quality

88%

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

93%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 an exemplary lean, executable build reference with well-organized sections and copy-paste-ready commands. The only gap is the absence of an explicit error-recovery feedback loop for test failures.

Suggestions

Add a brief validation/recovery note for tests, e.g. 'If `meson test` fails, rerun with `meson test -C builddir -v` for details, fix the failing target, then recompile and retest.'

Clarify that options can be introspected with `meson configure builddir` so users can discover the current option values.

DimensionReasoningScore

Conciseness

The body is lean and command-driven with no padding and no explanation of concepts Claude already knows; every line (commands, option flags, short notes) earns its place. It is not below 5 because there is no verbosity or over-explanation to trim.

5 / 5

Actionability

Provides copy-paste-ready, fully executable commands (`meson setup builddir`, `meson compile -C builddir`, `meson test -C builddir`) with exact option flags for the common default, tests+examples, and CI cases. It is not 4 because there are no missing key details for the common cases.

5 / 5

Workflow Clarity

The setup -> compile -> test sequence is clearly ordered and `meson test` serves as a verification step. It is below 5 because there is no explicit error-recovery feedback loop (e.g. 'if a test fails, fix and re-run'), and above 3 because the sequence and validation step are present rather than implicit.

4 / 5

Progressive Disclosure

At under 50 lines with no need for external references, the content is split into well-organized sections (Quick builds, CI-style setup, Options, Notes) with no nested references. It is not below 5 because the structure is clear and self-contained.

5 / 5

Total

19

/

20

Passed

Description

82%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 concise and uses correct third-person voice, clearly pairing a concrete 'what' with an explicit 'Use when' trigger clause. Its main weakness is specificity, as it names only a single build action rather than a fuller action set.

Suggestions

Expand the 'what' to list a few more concrete actions, e.g. 'Builds SQLiteCpp with Meson, configures build options, runs unit tests, and enables optional features like SQLCipher codec support.'

Add natural synonyms/file extensions to the trigger, such as 'meson.build' or 'Ninja backend', to improve keyword coverage.

DimensionReasoningScore

Specificity

Names the domain and one concrete action ('Builds SQLiteCpp with Meson'), but only a single verb is offered rather than a comprehensive action list. It is above score 2 (which expects only minimal/generic actions) because the action is concrete and domain-specific, but below 4 because no additional build-related actions (e.g. configure options, run tests, package) are enumerated.

3 / 5

Completeness

Clearly states what it does ('Builds SQLiteCpp with Meson') and gives an explicit 'Use when' clause with concrete trigger phrases covering builds, tests, and options. It is not 4 because the 'when' is already explicit and specific with multiple triggers, matching the 5 anchor.

5 / 5

Trigger Term Quality

Includes natural phrases users would say ('configuring Meson builds, tests, or Meson options') plus the named library SQLiteCpp. It is below 5 because it lacks synonyms or file extensions (e.g. 'Meson build system', 'meson.build', 'Ninja'), but above 3 because the trigger terms are genuine user language, not jargon-only.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche (SQLiteCpp built with Meson) with distinct triggers, so overlap with other skills is minimal. It is not 4 because no closely related skill would plausibly fire on these same specific triggers.

5 / 5

Total

17

/

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
SRombauts/SQLiteCpp
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.