| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-25 | 1.6 kB | |
| SkillForge v5.0.0 - Context-Efficient Redesign source code.tar.gz | 2026-02-25 | 13.3 MB | |
| SkillForge v5.0.0 - Context-Efficient Redesign source code.zip | 2026-02-25 | 13.3 MB | |
| Totals: 3 Items | 26.5 MB | 0 | |
What's New in v5.0
Redesigned around a single insight from Vercel's skill-creator: the context window is a public good. Every line in SKILL.md competes with the user's actual work.
Breaking Changes
- Frontmatter simplified to
name+descriptiononly. Fields likelicense,metadata,disable-model-invocationare no longer expected by validators. - README.md excluded from installation — exists in the repo for GitHub browsing but is not part of the skill. Use
.skillignoreto control what gets packaged.
Highlights
- SKILL.md slimmed from 872 to 313 lines (64% reduction). Deep dives moved to
references/where they belong. - Triggers moved into
description— the description field is the primary routing mechanism; the body only loads after triggering. - New:
.skillignore— controls which files are excluded from.skillpackages (like.gitignorefor skill distribution).package_skill.pynow respects these patterns. - New: Degrees of Freedom concept (
references/degrees-of-freedom.md) — match instruction specificity to task fragility (high/medium/low freedom). - New: Iteration guide (
references/iteration-guide.md) — iteration is now a formal step in the skill creation process. - New:
init_skill.pyscaffold script — creates rich skill templates with TODO placeholders, organizational pattern suggestions, and example resource files. - Updated validators —
validate-skill.pyandquick_validate.pyaligned to new frontmatter standard.
Full Changelog
https://github.com/tripleyak/SkillForge/compare/v4.0.0...v5.0.0