v0.2.1
Release v0.2.1 - The Optimization Release
This release introduces the Optimization category to the Skillware ecosystem, anchored by the first of five planned operational efficiency tools.
New Features
- Prompt Token Rewriter Skill: A deterministic middleware skill (
optimization/prompt_rewriter) that heuristically compresses bloated prompts and conversation histories.- Reduces token usage by 50-80% while retaining 100% of the semantic meaning and instructions.
- Includes three levels of aggression (low, medium, high) for granular control over compression.
- Optimization Category: Established the registry infrastructure for skills focused on operational and cost efficiency.
Registry & Documentation Refinements
- Scalable Architecture: Refactored the main README to use generic
category/skillpatterns, ensuring a clean overview as the registry grows. - Centralized Documentation: Finalized the docs/skills/prompt_rewriter.md reference card and unified documentation in the
docs/system. - Skill Chaining Patterns: Updated the Gemini usage guide with examples of using the Rewriter as an automated pre-processor.
- CI/CD Polish: Resolved all white-space and formatting linting issues to ensure a clean build.
Versioning
- Major jump from
0.1.0->0.2.1to consolidate this first batch of enterprise-grade skill additions.