CtrlK
BlogDocsLog inGet started
Tessl Logo

cc-workflow-ai-editor

AI workflow editor for CC Workflow Studio. Create and edit visual AI agent workflows through interactive conversation using MCP tools (get_workflow_schema, get_current_workflow, apply_workflow, update_nodes). Use when the user wants to create a new workflow, modify an existing workflow, or edit the workflow canvas in CC Workflow Studio via the built-in MCP server.

64

Quality

76%

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

Fix and improve this skill with Tessl

tessl review fix ./.github/skills/cc-workflow-ai-editor/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

68%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.

Concise, actionable content with a clear workflow and a useful group-node example, but the apply_workflow step lacks an explicit validation checkpoint before structural changes are committed. Overall well-structured for a single-file skill.

Suggestions

Add an explicit validation checkpoint after apply_workflow (e.g., call get_current_workflow to verify the applied state, and only proceed once confirmed) rather than the implicit 'Fix errors if any'.

Include a minimal complete workflow JSON example (nodes + connections) alongside the group-node example so the common non-group case is copy-paste ready.

Clarify what 'errors' in step 5 means and how to detect them (e.g., error response shape from apply_workflow) so the fix loop is actionable.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence, avoiding explanations of concepts Claude already knows; only minor phrasing like '(more token-efficient)' could be trimmed.

4 / 5

Actionability

Provides concrete MCP tool names and a complete, copy-paste-ready JSON example for group nodes, but lacks a full end-to-end workflow JSON example covering the common non-group case.

4 / 5

Workflow Clarity

A clear 6-step numbered sequence with a feedback loop is present, but validation is only implicit ('Fix errors if any') and there is no explicit validate-then-proceed checkpoint for apply_workflow, which makes structural changes to the user's canvas.

3 / 5

Progressive Disclosure

A single-file skill under 50 lines with clear section headers and a well-organized Group Node subsection (Rules/Example); no external references are needed, though the Group Node spec is inlined rather than split out.

4 / 5

Total

15

/

20

Passed

Description

83%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.

A strong, well-scoped description that clearly answers both what the skill does and when to invoke it, naming concrete MCP tools and natural trigger phrases. Minor room to expand action-verb coverage and trigger synonyms.

DimensionReasoningScore

Specificity

Names concrete actions ('Create and edit visual AI agent workflows through interactive conversation') and lists the specific MCP tools (get_workflow_schema, get_current_workflow, apply_workflow, update_nodes), but action-verb coverage is limited to create/edit rather than a comprehensive set.

4 / 5

Completeness

Explicitly states both what the skill does (AI workflow editor using named MCP tools) and when to use it via a concrete 'Use when...' clause with multiple trigger conditions.

5 / 5

Trigger Term Quality

Includes natural user phrases like 'create a new workflow, modify an existing workflow, or edit the workflow canvas', but misses common synonyms/variants a user might say.

4 / 5

Distinctiveness Conflict Risk

Scoped to the specific 'CC Workflow Studio' product with distinct MCP-based triggers, but 'workflow' is a broadly used term creating minor overlap risk with general workflow skills.

4 / 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
breaking-brake/cc-wf-studio
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.