CtrlK
BlogDocsLog inGet started
Tessl Logo

configs-create

Create and configure configs in LaunchDarkly. Helps you choose between agent vs completion mode, create the config, add variations with models and prompts, and verify the setup.

57

Quality

65%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/agentcontrol/configs-create/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

62%

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

The skill is highly actionable with excellent workflow clarity, providing concrete examples, executable commands, and explicit validation checkpoints throughout a well-sequenced 5-step process. However, it is significantly over-verbose — the targeting/fallthrough warning is repeated at least 4 times across the document, and substantial content could be offloaded to supporting files. The monolithic structure and redundant explanations significantly hurt token efficiency.

Suggestions

Consolidate the targeting/fallthrough warning to a single prominent callout instead of repeating it in the intro, Step 5, the checklist, and the 'What NOT to Do' section.

Extract the agent vs completion decision matrix, modelConfigKey reference table, and the REST/CLI targeting shortcut into separate bundle files referenced from the main skill.

Remove explanatory framing like 'This choice is about input schema and framework compatibility, not execution behavior' — Claude can infer this from the concrete examples.

DimensionReasoningScore

Conciseness

The skill is extremely verbose at ~250+ lines. The giant warning block at the top, repeated explanations of the targeting/fallthrough issue (mentioned at least 4 times), explanations of what agent vs completion mode means, and the 'What NOT to Do' section that largely restates earlier content all waste tokens. Much of this could be condensed by 50%+ without losing actionable information.

1 / 3

Actionability

The skill provides fully executable JSON examples for both agent and completion modes, concrete curl commands for the targeting shortcut, specific MCP tool names with exact parameter formats, and clear field requirements like the modelConfigKey format. The guidance is copy-paste ready throughout.

3 / 3

Workflow Clarity

The workflow is clearly sequenced (Steps 1-5) with explicit validation checkpoints (Step 4 verification checklist, Step 5 targeting confirmation). It includes feedback loops for error recovery (e.g., 'NO MODEL' fix, jq shape inspection), a verbatim checklist to print to users, and clear 'do not proceed until confirmed' gates.

3 / 3

Progressive Disclosure

The content is entirely monolithic with no bundle files to offload detail into. The agent vs completion decision matrix, modelConfigKey reference, edge cases, and the lengthy targeting shortcut section could all be split into separate reference files. References to sibling skills exist but the main file carries too much inline detail.

2 / 3

Total

9

/

12

Passed

Description

67%

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 does a good job listing specific actions and is clearly tied to the LaunchDarkly platform, making it distinctive. However, it lacks an explicit 'Use when...' clause and could benefit from more natural trigger terms that users might say when they need this skill. The use of second person ('Helps you') is a minor voice issue.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user wants to set up or configure AI configs in LaunchDarkly, manage prompt variations, or work with LLM model configurations.'

Include additional natural trigger terms users might say, such as 'feature flags', 'AI config', 'prompt management', 'LLM configuration', or 'LaunchDarkly setup'.

Switch from second person ('Helps you choose') to third person ('Helps choose between' or 'Guides selection of') to match the expected voice.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: choose between agent vs completion mode, create the config, add variations with models and prompts, and verify the setup. These are clear, actionable steps.

3 / 3

Completeness

Clearly answers 'what' (create and configure configs with specific steps), but lacks an explicit 'Use when...' clause or equivalent trigger guidance. The 'when' is only implied by the actions described.

2 / 3

Trigger Term Quality

Includes 'LaunchDarkly', 'configs', 'agent', 'completion mode', 'variations', 'models', 'prompts' which are relevant but somewhat technical. Missing common user phrasings like 'feature flags', 'AI config', 'LLM configuration', or 'prompt management'.

2 / 3

Distinctiveness Conflict Risk

Very distinct due to the specific mention of 'LaunchDarkly' as a platform and the specific workflow of agent vs completion mode, variations with models and prompts. Unlikely to conflict with other skills.

3 / 3

Total

10

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
launchdarkly/ai-tooling
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.