Dotfiles sample-valid
Sample skill for testing. Trigger on "how do I test frontmatter parsing".
install
source · Clone the upstream repo
git clone https://github.com/msbaek/dotfiles
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/msbaek/dotfiles "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/bin/tests/fixtures/valid" ~/.claude/skills/msbaek-dotfiles-sample-valid && rm -rf "$T"
manifest:
.claude/bin/tests/fixtures/valid/SKILL.mdsource content
Sample Valid Skill
Body content.