This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
78
70%
Does it follow best practices?
Impact
94%
1.84xAverage score across 3 eval scenarios
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/plugin-dev/skills/plugin-settings/SKILL.mdQuality
Discovery
89%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a well-constructed skill description with strong trigger term coverage and clear 'when to use' guidance. Its main weakness is that the 'what it does' portion is somewhat thin — it 'documents a pattern' rather than listing specific actionable capabilities. The description also uses passive/third-person voice appropriately.
Suggestions
Expand the 'what' portion with more specific actions, e.g., 'Creates .local.md configuration files, reads and parses YAML frontmatter settings, sets up per-project plugin defaults, validates plugin configuration structure.'
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | The description names the domain (plugin configuration) and mentions the specific pattern (.claude/plugin-name.local.md with YAML frontmatter and markdown content), but the concrete actions are limited to 'documents the pattern' and 'storing plugin-specific configuration' rather than listing multiple distinct actions like 'read settings', 'write defaults', 'validate configuration'. | 2 / 3 |
Completeness | The description explicitly answers both 'what' (documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content) and 'when' (lists explicit trigger phrases at the beginning with 'This skill should be used when...'). | 3 / 3 |
Trigger Term Quality | Excellent coverage of natural trigger terms including 'plugin settings', 'store plugin configuration', 'user-configurable plugin', '.local.md files', 'plugin state files', 'read YAML frontmatter', 'per-project plugin settings', and 'make plugin behavior configurable'. These are terms users would naturally use when asking about this topic. | 3 / 3 |
Distinctiveness Conflict Risk | The description targets a very specific niche — plugin configuration via .local.md files with YAML frontmatter in the .claude directory. The trigger terms are highly specific to this pattern and unlikely to conflict with general configuration or YAML skills. | 3 / 3 |
Total | 11 / 12 Passed |
Implementation
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill is highly actionable with excellent executable bash examples for parsing YAML frontmatter settings files, but suffers severely from verbosity and redundancy. The same frontmatter parsing pattern is repeated at least 5 times, and the document could be reduced by 60%+ without losing information. The structure references external files but keeps too much detail inline, undermining the progressive disclosure pattern it attempts.
Suggestions
Consolidate the repeated frontmatter parsing pattern into a single 'Parsing Reference' section and reference it from other sections instead of repeating the sed/awk commands each time.
Move 'Common Patterns', 'Security Considerations', and 'Real-World Examples' into referenced files (e.g., references/patterns.md) and keep only a 2-line summary with link in the main skill.
Remove explanatory text Claude already knows (e.g., 'This markdown body can contain: Task descriptions, Additional instructions...') and trust Claude to understand the file format from the template alone.
Add an explicit validation checkpoint to the Implementation Workflow, e.g., 'Test: run your hook manually and verify settings are parsed correctly before integrating.'
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is extremely verbose at ~350+ lines, with significant redundancy. The same parsing patterns (sed frontmatter extraction, field reading) are repeated 5+ times throughout. Sections like 'Common Patterns' largely duplicate the 'Reading Settings Files' section. The overview explains obvious concepts Claude already knows (what YAML frontmatter is, what markdown body can contain). The 'Real-World Examples' section repeats patterns already shown. Much of this could be condensed to under 100 lines. | 1 / 3 |
Actionability | The skill provides fully executable bash code for parsing YAML frontmatter, extracting fields, reading markdown bodies, and validating settings. All code examples are copy-paste ready with specific sed/awk commands, complete with error handling patterns and real file paths. | 3 / 3 |
Workflow Clarity | The 'Implementation Workflow' section at the end provides a clear 7-step sequence for adding settings to a plugin, but lacks explicit validation checkpoints. There's no 'validate your settings file works' step between creating and using it. The restart requirement is mentioned but not integrated into the workflow as a checkpoint. | 2 / 3 |
Progressive Disclosure | The skill references external files (examples/, references/, scripts/) which is good progressive disclosure, but the main file itself is a monolithic wall of content. Much of the inline content (parsing techniques, common patterns, security considerations) could be split into referenced files, keeping the SKILL.md as a concise overview with pointers. | 2 / 3 |
Total | 8 / 12 Passed |
Validation
81%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 9 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
skill_md_line_count | SKILL.md is long (545 lines); consider splitting into references/ and linking | Warning |
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 9 / 11 Passed | |
48aa435
Table of Contents
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.