* feat: add pipecat-friday-agent skill and sync generated files
* chore: sync generated files and update changelog for pipecat-friday-agent
* fix: normalize path separators in data registry for cross-platform CI
* chore: sync generated registry files and resolve CI drift
* feat: Add initial skill catalog, aliases, and bundles data files and update README.
* fix: normalize path separators in skill utils and resolve CI drift
* feat: Introduce skill catalog, aliases, and bundles with a new utility and updated documentation.
* feat: Add new skill catalog data files for aliases, bundles, and the main catalog, and update total skill count.
* feat: Update skill and star counts, and registry sync metadata in README.md.
* chore: sync generated registry files
* chore: fix drift
---------
Co-authored-by: sck_0 <samujackson1337@gmail.com>
* Revise Pakistan Payments Stack skill details and guidelines
Updated the description, category, and risk level for the Pakistan payments stack skill. Added mandatory authenticity and verification rules, implementation guide, and best practices.
* Change risk level from medium to safe
* chore: sync registry and catalog after Pakistan payments stack update
---------
Co-authored-by: sck_0 <samujackson1337@gmail.com>
* docs(skills): update frontend-slides with missing dependencies and formatting
* chore: rebuild indices for frontend-slides update
---------
Co-authored-by: sck_0 <samujackson1337@gmail.com>
* feat(skills): add tanstack-query-expert skill for async state management
* chore: sync generated registry files
* revert: restore README.md and package-lock.json to fix CI drift
Add three Bitcoin Lightning Network agent skills from the SuperScalar project
(https://github.com/8144225309/SuperScalar):
- lightning-factory-explainer: Explains channel factories and the SuperScalar protocol
- lightning-channel-factories: Technical reference for channel factory implementations
- lightning-architecture-review: Reviews Lightning protocol designs and scaling tradeoffs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add date_added to all 950+ skills for complete tracking
- Update version to 6.5.0 in package.json and README
- Regenerate all indexes and catalog
- Sync all generated files
Features from merged PR #150:
- Stars/Upvotes system for community-driven discovery
- Auto-update mechanism via START_APP.bat
- Interactive Prompt Builder
- Date tracking badges
- Smart auto-categorization
All skills validated and indexed.
Made-with: Cursor
- 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.