Commit Graph
3 Commits
Author SHA1 Message Date
492e1b7104 Use GitHub > [!IMPORTANT] callout in skills-ref/README.md (#164)
Replace the plain bold-text blockquote with GitHub's alert syntax so the
"not for production" notice renders with a colored icon and background,
making it harder to miss.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-15 14:41:31 -06:00
Skill CreatorandGitHub 7f094a2f79 Add Windows installation instructions for skills-ref (#25)
Fixes #24

- Add platform-specific headers (macOS/Linux vs Windows)
- Add PowerShell activation: .venv\Scripts\Activate.ps1
- Add Command Prompt activation: .venv\Scripts\activate.bat
- Cover both pip and uv installation methods
2026-01-09 12:15:44 -05:00
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