v0.2.1
Patch release for Vercel skills CLI compatibility.
- Documented the supported install path:
npx skills add intertwine/dspy-agent-skills. - Clarified that bare
npx skills add dspy-agent-skillscurrently requires an upstream CLI alias and is not repo-resolvable by itself. - Fixed
dspy-evaluation-harnessfrontmatter so strict YAML parsers discover all five skills. - Added a regression guard for inline YAML frontmatter values containing
:.
Validation:
uv run --with pytest python -m pytest tests/ -v-> 87 passed.npx --yes skills add . --list-> Found 5 skills.- Temp Codex install wrote all five
SKILL.mdfiles under.agents/skills.