CtrlK
BlogDocsLog inGet started
Tessl Logo

a0-debug-plugin

Diagnose and fix Agent Zero plugin problems. Covers plugin not appearing, won't enable, API endpoints not responding, frontend store errors, extension point injection, settings resolution, hooks.py issues, and log inspection. Use when a plugin is not working, not loading, crashing, missing from the list, or behaving unexpectedly.

79

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%

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

A well-structured, actionable debugging runbook with concrete commands, specific gotchas, and a clear ordered workflow. It is lean, assumes competence, and keeps references shallow.

DimensionReasoningScore

Conciseness

The body is lean: checklists plus executable bash snippets with specific paths, and it assumes Claude's competence rather than explaining what plugins or YAML are. The 'How Plugin Discovery Works' background is brief and directly relevant to diagnosis rather than padded filler.

3 / 3

Actionability

Concrete, copy-paste-ready commands and code throughout — e.g. 'python3 -c "import yaml; yaml.safe_load(open(...))"', the exact config resolution order, correct import paths ('from agent import AgentContext not from helpers.context import AgentContext'), named breakpoints, and executable install/pre_update/uninstall trigger scripts using '/opt/venv-a0/bin/python'.

3 / 3

Workflow Clarity

A clear ordered sequence is set up front ('Work through these checks in order. Stop at the first failure and fix it before continuing.') with eight numbered checks; each check supplies verification commands. The operations are mostly read-only diagnostics, so the stop-and-fix checkpoint is the appropriate validation gate.

3 / 3

Progressive Disclosure

Content is well-organized into clearly headed sections with no nested reference chains. The References section points one level deep to external system paths (/a0/plugins/AGENTS.md, /a0/skills/a0-manage-plugin/SKILL.md); no bundle files are present, so the structure is appropriate as written.

3 / 3

Total

12

/

12

Passed

Description

100%

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, specific, well-triggered description that clearly states what it does and when to use it, niched to Agent Zero plugin troubleshooting. It avoids vague fluff and uses natural language a user would actually say.

DimensionReasoningScore

Specificity

Lists multiple concrete debugging areas — 'plugin not appearing', 'won't enable', 'API endpoints not responding', 'frontend store errors', 'extension point injection', 'settings resolution', 'hooks.py issues', and 'log inspection' — matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly answers both what ('Diagnose and fix Agent Zero plugin problems. Covers...') and when ('Use when a plugin is not working, not loading, crashing, missing from the list, or behaving unexpectedly.').

3 / 3

Trigger Term Quality

Natural user phrasing is well covered: 'plugin is not working, not loading, crashing, missing from the list, or behaving unexpectedly', plus tag-style terms like 'plugin broken'/'plugin error' in frontmatter — these are phrases users would actually say.

3 / 3

Distinctiveness Conflict Risk

Scoped specifically to 'Agent Zero plugin problems' with distinct trigger phrases, making it unlikely to fire for unrelated skills; third-person voice ('Diagnose and fix') is correct.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
agent0ai/agent-zero
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.