Comprehensive knowledge of dotfiles management, configuration file organization, symlink strategies, and cross-platform environment setup. Use when the user needs to organize, sync, or deploy dotfiles and development configurations.
66
Quality
57%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./claude/skills/dotfiles-manager/SKILL.mdQuality
Discovery
N/ABased on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
Something went wrong
Implementation
57%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill provides solid, actionable guidance with executable code examples for dotfiles management. However, it's overly comprehensive for a single file, lacking progressive disclosure structure, and misses validation checkpoints in workflows that could fail silently (symlink creation, plugin installation).
Suggestions
Split content into separate files: keep SKILL.md as a quick-start overview, move detailed tool configs (Stow, dotbot, chezmoi) to separate reference files
Add validation steps to the bootstrap script: verify symlinks were created correctly, check plugin installation succeeded, provide rollback guidance
Remove explanatory content Claude already knows (e.g., what .zshrc vs .zprofile are for) to improve conciseness
Add a troubleshooting section or error handling guidance for common failure modes (existing files blocking symlinks, missing dependencies)
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is reasonably efficient but includes some unnecessary explanation (e.g., listing what common config files are for when Claude already knows). The tool lists and best practices sections could be tightened. | 2 / 3 |
Actionability | Provides fully executable code examples throughout - bash scripts, Makefile patterns, dotbot YAML, and stow commands are all copy-paste ready with concrete, working examples. | 3 / 3 |
Workflow Clarity | The bootstrap script shows a clear sequence, but lacks validation checkpoints. No verification steps after symlink creation or plugin installation to confirm success or handle failures beyond set -euo pipefail. | 2 / 3 |
Progressive Disclosure | This is a monolithic wall of text with no references to external files. All content is inline despite being comprehensive enough to warrant splitting into separate reference files (e.g., tool-specific guides, examples). | 1 / 3 |
Total | 8 / 12 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.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
b1b2fe0
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.