CtrlK
BlogDocsLog inGet started
Tessl Logo

plugin-structure

This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.

72

1.96x
Quality

57%

Does it follow best practices?

Impact

100%

1.96x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/plugin-dev/skills/plugin-structure/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

72%

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 excels at trigger term coverage and distinctiveness, providing extensive natural language phrases that would help Claude match this skill accurately. However, it is structurally imbalanced — it reads entirely as a 'Use when...' clause without a preceding 'what this does' statement describing the skill's concrete capabilities and outputs. Adding a clear capability summary would significantly improve it.

Suggestions

Add a leading capability statement before the trigger clause, e.g., 'Scaffolds Claude Code plugins, generates plugin.json manifests, organizes components (commands, agents, skills, hooks), and enforces directory layout best practices.'

Restructure to separate 'what' from 'when': start with concrete actions the skill performs, then follow with the existing 'Use when...' trigger list.

DimensionReasoningScore

Specificity

The description names the domain (Claude Code plugins) and references several actions like 'create a plugin', 'scaffold a plugin', 'set up plugin.json', 'add commands/agents/skills/hooks', but these are embedded within trigger phrases rather than stated as concrete capabilities the skill performs. It lacks a clear 'what this does' statement listing specific actions.

2 / 3

Completeness

The description is essentially all 'when' (trigger conditions) but lacks a clear 'what does this do' statement. There is no explicit description of the skill's capabilities or outputs — it only lists when it should be triggered. The 'what' is only implied through the trigger phrases.

2 / 3

Trigger Term Quality

Excellent coverage of natural trigger terms users would say: 'create a plugin', 'scaffold a plugin', 'plugin structure', 'plugin.json', 'auto-discovery', 'commands/agents/skills/hooks', 'plugin directory layout', 'manifest configuration'. These are highly natural phrases a user would use.

3 / 3

Distinctiveness Conflict Risk

The description is highly specific to Claude Code plugin architecture, with distinct terms like 'plugin.json', '${CLAUDE_PLUGIN_ROOT}', 'auto-discovery', and 'Claude Code plugin architecture'. This creates a very clear niche unlikely to conflict with other skills.

3 / 3

Total

10

/

12

Passed

Implementation

42%

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

This skill is highly actionable with excellent concrete examples for every component type, but it's severely bloated—much of the content (naming conventions, best practices, maintenance tips, basic concept explanations) is either obvious to Claude or could be split into reference files. The lack of a clear step-by-step plugin creation workflow and the monolithic structure significantly reduce its effectiveness as a skill document.

Suggestions

Reduce content by ~60%: remove best practices, naming conventions, and maintenance sections (Claude knows these), and trim metadata fields to just the required/critical ones with a reference link for the full schema.

Add an explicit numbered workflow for scaffolding a new plugin: create directory → create manifest → add components → validate structure → test in Claude Code, with validation checkpoints.

Split into SKILL.md (overview + quick start + minimal plugin creation) and reference files (full manifest schema, component details, troubleshooting) to improve progressive disclosure.

Create the referenced 'references/' and 'examples/' directories with supporting content, or remove the dangling reference at the end of the document.

DimensionReasoningScore

Conciseness

Extremely verbose at ~350+ lines. Extensively explains concepts Claude already knows (what kebab-case is, what semantic versioning is, what markdown frontmatter is, basic file organization principles). The best practices, naming conventions, and maintenance sections are largely common sense that Claude doesn't need spelled out. Could be reduced to ~30-40% of current size without losing actionable information.

1 / 3

Actionability

Provides concrete, copy-paste-ready directory structures, JSON configurations, and file format examples for every component type. The plugin.json examples, hooks configuration, MCP server configuration, and component file formats are all executable and specific.

3 / 3

Workflow Clarity

The auto-discovery mechanism section provides a clear sequence, and the troubleshooting section helps with error recovery. However, there's no explicit workflow for creating a plugin from scratch (e.g., step 1: create directory, step 2: create manifest, step 3: add components, step 4: validate/test). The process is implied but never sequenced with validation checkpoints.

2 / 3

Progressive Disclosure

Monolithic wall of text with everything inline. References 'references/' and 'examples/' directories at the end but no bundle files exist. Content like the full metadata schema, all event types, naming conventions, best practices, and troubleshooting could easily be split into separate reference files. The skill tries to be both a quick-start guide and a comprehensive reference simultaneously.

1 / 3

Total

7

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
anthropics/claude-plugins-official
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.