CtrlK
BlogDocsLog inGet started
Tessl Logo

workbench-ops-skill

Triggered when the user wants to add, modify, view, or delete widgets (desktop components / mini apps / dashboard cards) on the OpenLoaf workbench / desktop. Typical phrasings: "add a weather widget", "build a pomodoro component", "change the color of this widget". **Not for**: one-off chart rendering inside a chat message (→visualization-ops-skill), AI image generation (→cloud-media-skill), casually mentioning "clock / countdown" in conversation (→answer directly).

80

Quality

100%

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

100%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, well-structured orchestration guide: concrete tool inventory, a decision tree, ordered creation/modification flows, a compile-failure recovery loop, capability boundaries, and key constraints. It delegates code authoring appropriately and stays lean throughout.

DimensionReasoningScore

Conciseness

Lean tables, decision trees, and ordered steps; the only explanatory prose ('Why init first?', 'Why must check run last?') justifies non-obvious ordering constraints rather than padding.

5 / 5

Actionability

Gives exact tool names, precise ToolSearch strings, the import whitelist, and concrete TypeScript error-to-fix mappings; code authoring is correctly delegated to the generate-dynamic-widget sibling skill.

5 / 5

Workflow Clarity

Explicit ordered 'must follow this order' sequence with the WidgetCheck validation checkpoint in every flow and a dedicated compile-failure feedback loop ('Fix with Edit → run WidgetCheck again, repeat until compile passes').

5 / 5

Progressive Disclosure

Well-organized overview that keeps SKILL.md as orchestration and uses one clearly signaled one-level reference (LoadSkill generate-dynamic-widget) for code authoring; no bundle files are needed.

5 / 5

Total

20

/

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.

An excellent description: it names concrete actions, gives natural trigger phrasings with synonyms, and explicitly disambiguates from sibling skills via a 'Not for' section. It cleanly answers both what the skill does and when to use it.

DimensionReasoningScore

Specificity

Lists four concrete lifecycle actions ('add, modify, view, or delete widgets') giving comprehensive coverage of the widget management domain.

5 / 5

Completeness

Explicitly answers both 'what' (widget lifecycle on the OpenLoaf workbench) and 'when' (typical phrasings plus an explicit 'Not for' exclusion section).

5 / 5

Trigger Term Quality

Provides natural user phrasings ('add a weather widget', 'build a pomodoro component') plus synonyms ('widgets / desktop components / mini apps / dashboard cards').

5 / 5

Distinctiveness Conflict Risk

Clear niche with distinct triggers and explicit 'Not for' disambiguation against visualization-ops-skill, cloud-media-skill, and casual mentions.

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
itsablabla/openloaf-web
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.