Files
agentskills/skills-ref/CLAUDE.md
T
Keith Lazuka 547831f3a2 Add skills-ref library (#2)
Reference library for Agent Skills with CLI and Python API:
- validate: Check skill directories for valid SKILL.md with proper frontmatter
- read-properties: Parse and output skill properties as JSON
- to-prompt: Generate suggested <available_skills> XML for agent prompts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-18 09:39:21 -05:00

182 B

Development

Code Quality

Format and lint with ruff:

uv run ruff format .
uv run ruff check --fix .

Testing

Run tests with pytest:

uv run pytest