Releases: xiaokillua/skillforge
Releases · xiaokillua/skillforge
SkillForge v0.3.0
SkillForge v0.3.0 is the launch-ready release for turning GitHub repositories into audited, portable agent skills.
Highlights
- add report JSON output with checked-in markdown and JSON sample reports
- add launch-ready README positioning, compatibility snapshot, and showcase links
- add community health files, issue forms, and a pull request template
- add a script to regenerate public sample reports from Scrapling
- validate Codex, Hermes, and OpenClaw runtime paths and keep Claude and Copilot packaging-ready
Start here
- Tutorial: https://github.com/xiaokillua/skillforge/blob/main/docs/TUTORIAL.md
- Compatibility matrix: https://github.com/xiaokillua/skillforge/blob/main/docs/RUNTIME_COMPATIBILITY.md
- Sample report: https://github.com/xiaokillua/skillforge/blob/main/examples/SCRAPLING_REPORT.md
- Sample JSON: https://github.com/xiaokillua/skillforge/blob/main/examples/SCRAPLING_REPORT.json
SkillForge v0.2.0
SkillForge v0.2.0
- Align Claude packaging with the official
.claude/skills/<name>layout. - Keep
.skillarchives as an optional sharing artifact instead of the primary Claude install path. - Add Claude showcase documentation in English and Chinese.
- Add a
verifycommand for validating generated skill layouts and Claude archives. - Add packaging and release automation for wheels, sdists, GitHub Releases, and optional PyPI trusted publishing.