CtrlK
BlogDocsLog inGet started
Tessl Logo

accint-solve

Route a goal through acc's scored-memory loop via acc_act(runtime="solve"); deliberate any returned brain_frame and submit via continue.

60

Quality

68%

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 ./plugins/AI-Agents-Safe-Coding-Skills/skills/accint-solve/SKILL.md

The canonical home for this skill is accint-solve in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

86%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 lean, action-oriented overview with concrete parameterized API calls and a clear branching workflow; the main gaps are unfilled placeholders in the continue call and the absence of an explicit error-recovery feedback loop.

Suggestions

Fill the continue call's placeholders with a worked example (e.g., a sample frame_id, submit_token, and proposal_text) to make it copy-paste ready.

Add a short 'if the frame is malformed or submit fails' branch so the workflow has an explicit error-recovery feedback loop.

Clarify what 'reason over it' should produce so step 3 is actionable rather than purely instructional.

DimensionReasoningScore

Conciseness

The ~15-line body is lean throughout with no padding and no explanation of concepts Claude already knows; the single orienting line 'Routing sugar over the two MCP verbs — no logic lives here' earns its place, meeting the lean/efficient anchor.

5 / 5

Actionability

Concrete parameterized API calls are given for solve and continue plus a specific PREDICT format, but the continue call leaves frame_id/submit_token/proposal_text as '...' placeholders and step 3 includes a non-executable 'reason over it' instruction, leaving minor gaps short of copy-paste-ready 5.

4 / 5

Workflow Clarity

A clear numbered sequence with explicit final-vs-brain_frame branching and guardrails ('Never leave a received frame unresolved') is present, but there is no explicit error-recovery feedback loop, so it sits at 'clear sequence with most checkpoints' rather than the feedback-loop 5.

4 / 5

Progressive Disclosure

Under 50 lines, single-purpose, no external references needed, and well-organized with a '## When to Use' header and numbered list, satisfying the simple-skill exception for a top score.

5 / 5

Total

18

/

20

Passed

Description

51%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 states a clear, concrete 'what' anchored to a specific API, but omits any explicit 'when to use' trigger guidance and leans on internal terminology rather than phrases a user would naturally say.

Suggestions

Add an explicit 'Use when...' clause naming natural trigger phrases (e.g., 'Use when the user wants to run a goal through acc's solve runtime or continue a pending deliberation frame').

Replace or supplement jargon (brain_frame, scored-memory loop) with user-facing synonyms so the description triggers on natural language.

State the capability in third-person action form and pair it with concrete 'when' conditions to lift completeness from 3 toward 5.

DimensionReasoningScore

Specificity

Names the domain (acc's scored-memory loop) and three concrete actions tied to a named API call (route a goal, deliberate a brain_frame, submit via continue), placing it just above the 1-2-action anchor at 3 but short of comprehensive coverage for a 5.

4 / 5

Completeness

It gives a clear 'what' (route/deliberate/submit) but no 'Use when...' clause or equivalent trigger guidance, so per the judging guideline a missing explicit 'when' caps completeness at 3.

3 / 5

Trigger Term Quality

Only 'route a goal' is a near-natural user phrase; the rest ('scored-memory loop', 'brain_frame', 'acc_act', 'continue') is system-internal jargon with no common synonyms or variations, matching the 'one or two generic keywords, missing natural phrases' anchor.

2 / 5

Distinctiveness Conflict Risk

The highly specific API surface (acc_act runtime='solve', brain_frame, continue) gives it a clear niche with minimal overlap risk, but the triggers are jargon rather than clear natural triggers, keeping it just below a 5.

4 / 5

Total

13

/

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
administrakt0r/AI-Agents-Safe-Coding-Skills
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.