* Update print statement from 'Hello' to 'Goodbye'
* Remove outdated skill descriptions from SEC_SKILLS.md
Removed several sections related to analytics tracking, SEO auditing, Slack bot building, and other skills from SEC_SKILLS.md.
- Standardize skill count to "950+" everywhere (was mix of "950", "946+", "950+")
- Fix Table of Contents: deduplicate emojis, match labels to actual headings, remove stale anchor
- Remove duplicate Kiro CLI git clone entries (identical paths listed twice)
- Make "Update an existing installation" cross-platform (was Windows-only START_APP.bat)
- Add alt text to contributor image for accessibility
- Fix missing space/comma in SSOJet description
- Merge duplicate "Prompt Builder" subsections into single "Interactive Prompt Builder"
- Move GitHub Topics from visible section to HTML comment (maintainer-only content)
- Remove redundant support CTA from Star History section (already in dedicated Support section)
- Remove stray blank line in Community Contributors list
- 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
- Expand README with detailed Web App section (English)
- Improve SEO meta tags in index.html
- Add rehype-highlight for code syntax highlighting in skill details
- Implement fuzzy search with scoring (name > category > description)
- Add clear search button and result counter
- Implement Load More pagination (24 items initially) for 950+ skills
- Add rehype-highlight and highlight.js dependencies
Made-with: Cursor
Added a comprehensive skill for auditing local SEO specifically tailored for legal and professional services, including guidelines for assessment, audit framework, and content strategy.
- 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.