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 strong skill description with excellent 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 effectively carves out a distinct niche that would be easy for Claude to match against user requests.
Suggestions
Add more specific concrete actions beyond 'documents the pattern', such as 'Creates .local.md configuration files, reads and parses YAML frontmatter settings, sets up per-project plugin defaults' to improve specificity.
| 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' (with a clear 'Use when' equivalent listing specific trigger phrases at the beginning). The trigger guidance is explicit and detailed. | 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, YAML, or plugin development 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 executable bash examples and concrete file templates, but is severely bloated with repetitive content. The same frontmatter parsing pattern appears 5+ times, and sections like 'Common Patterns' and 'Real-World Examples' duplicate earlier content. The referenced bundle files don't exist, and much of the inline content should have been moved to those files to achieve proper progressive disclosure.
Suggestions
Reduce the file by 60%+ by showing the frontmatter parsing pattern once in a 'Parsing Techniques' section and referencing it elsewhere, rather than repeating it in every example.
Move 'Common Patterns', 'Real-World Examples', and 'Security Considerations' into the referenced files (references/real-world-examples.md, references/parsing-techniques.md) and keep only brief summaries with links in the main SKILL.md.
Add an explicit validation checkpoint to the Implementation Workflow, e.g., 'Test settings parsing with validate-settings.sh before deploying hooks'.
Remove explanatory text Claude already knows (e.g., 'This markdown body can contain: Task descriptions, Additional instructions...') and trust Claude to understand file format semantics.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely verbose at ~350+ lines. Massive repetition of the same frontmatter parsing pattern (shown at least 5 times). Explains obvious concepts like what markdown body can contain, what YAML frontmatter is, and how to compare strings in bash. Many sections could be collapsed or eliminated entirely. The 'Quick Reference' section at the end repeats code already shown multiple times above. | 1 / 3 |
Actionability | Provides fully executable bash code for parsing YAML frontmatter, extracting fields, reading markdown bodies, and validating settings. Code examples are copy-paste ready with concrete sed/awk commands, complete hook scripts, and real file templates. | 3 / 3 |
Workflow Clarity | The 'Implementation Workflow' section at the end provides a clear 7-step sequence, but lacks explicit validation checkpoints. There's no 'validate your settings file works' step or feedback loop for error recovery when parsing fails. The validation section exists but is disconnected from the workflow. | 2 / 3 |
Progressive Disclosure | References external files (references/, examples/, scripts/) for deeper content, which is good structure. However, no bundle files are provided, so these references are unverifiable. The main file itself is a monolithic wall of text that inlines extensive content that should be in those referenced files — the parsing techniques, real-world examples, and common patterns sections are all substantial enough to warrant their own files. | 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 | |
76b35e9
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.