- Added `scripts/auto_categorize_skills.py` to analyze skill names and descriptions, auto-assigning categories based on keyword matching.
- Updated category distribution to show counts and sort categories by skill count in the Home page dropdown.
- Created documentation in `docs/CATEGORIZATION_IMPLEMENTATION.md` and `docs/SMART_AUTO_CATEGORIZATION.md` detailing the new categorization process and usage.
- Introduced `scripts/fix_year_2025_to_2026.py` to update all skill dates from 2025 to 2026.
- Enhanced user experience by moving "uncategorized" to the bottom of the category list and displaying skill counts in the dropdown.
- Added `date_added` field to all skills in frontmatter.
- Updated Home page to display skill addition date alongside risk level.
- Enhanced Skill Detail page to show date added in a badge format.
- Created scripts for managing skill dates, including adding missing dates and generating reports.
- Updated validators to enforce date format compliance.
- Added comprehensive documentation on date tracking implementation and usage.
- Introduced a new skill template including the `date_added` field.
- README: update 'New Here' section from V6.2.0 to V6.3.1
- README: fix stale skill count from 927+ to 946+ in Bundles section
- docs/GETTING_STARTED.md: fix default install path from ~/.agent/skills to ~/.gemini/antigravity/skills (changed in v5.9.0); add --kiro flag
- CHANGELOG.md: add missing [5.2.0] header for dangling Podcast Generation & Azure AI Skills release content
* Add 8 operational domain skills from Evos
Adds domain-expert skills for logistics, manufacturing, retail, and
energy operations. Each codifies 15+ years of real industry expertise.
Source: https://github.com/ai-evos/agent-skills
License: Apache-2.0
Co-authored-by: Cursor <cursoragent@cursor.com>
* Add reference files and fix frontmatter validation
- Change risk: low to risk: safe (valid enum value)
- Add source field pointing to upstream repo
- Include references/ directory for each skill
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: Cursor <cursoragent@cursor.com>
It's best practice since 0.15 to use Require Components instead of Bundles. Required Components are cached on the archetype graph, meaning computing what required components are necessary for a given type of insert only happens once.
* chore: restore personal skills after history sync
* chore: update star history chart
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>