Commit Graph

24 Commits

Author SHA1 Message Date
Shivansh Gupta
9ffd57737d chore: remove test log file 2026-03-05 00:36:50 +05:30
Shivansh Gupta
8840d0e8aa Revert "feat(metadata): auto-categorize 851 skills and update index"
This reverts commit 3f43c359d5.
2026-03-05 00:21:38 +05:30
Shivansh Gupta
3f43c359d5 feat(metadata): auto-categorize 851 skills and update index 2026-03-05 00:19:09 +05:30
Shivansh Gupta
3f35844ec9 feat(ux): implement incremental loading and edge-to-edge scrolling 2026-03-05 00:09:23 +05:30
Shivansh Gupta
44860d5f7b feat(perf): implement global state, list virtualization, and debounced search 2026-03-04 23:57:54 +05:30
Shivansh Gupta
a33a9eaa1a feat: optimize SkillDetail with lazy loading and shared state 2026-03-04 23:40:53 +05:30
Shivansh Gupta
804b5f6d75 feat: optimize Home page with list virtualization and debounced search 2026-03-04 23:33:33 +05:30
Shivansh Gupta
45bda8009f feat: implement SkillContext for optimized data fetching 2026-03-04 23:29:01 +05:30
sck_0
4ab3377fee refactor(web-app): migrate to TypeScript, add security fix and test suite 2026-03-03 17:03:58 +01:00
Zied
dd73c5d98f feat: implement initial Home page with skill listing, search, filter, sort, star functionality, and sync capabilities. 2026-03-03 09:45:08 +01:00
Zied
7399b2973c feat: Add initial web-app structure and import skill definitions. 2026-03-03 09:27:19 +01:00
Zied
b42ab600ec feat: add in-app Sync Skills button and simplify START_APP.bat launcher 2026-03-02 09:56:15 +01:00
sck_0
4b2cfa91be Merge pull request #150 from zinzied/main - Enhanced User Experience
Features integrated:
- Stars Feature: Community-driven skill discovery with upvotes
- Auto-Update: Automatic skill updates via START_APP.bat (Git + PowerShell fallback)
- Interactive Prompt Builder: Context-aware prompt construction
- Date Tracking: Added date_added field to all skills
- Auto-Categorization: Smart category assignment based on keywords
- Enhanced UI: Risk level badges, date display, category stats

Conflicts resolved:
- START_APP.bat: Merged enhanced auto-update logic
- README.md: Kept v6.4.1 with new feature documentation
- Home.jsx: Combined fuzzy search + pagination + stars
- SkillDetail.jsx: Merged syntax highlighting + stars + date badges

All 950+ skills updated with date tracking and proper categorization.

Made-with: Cursor
2026-02-27 09:14:48 +01:00
sck_0
6b4dae330c feat: enhance web app with fuzzy search, syntax highlighting, and pagination
- 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
2026-02-27 09:05:13 +01:00
sck_0
1e73502c3d chore: remove redundant files, fix app:setup symlinks
- Remove antigravity-awesome-skills-5.9.0.tgz (npm pack artifact)
- Remove .DS_Store from tracking
- Stop tracking web-app/public/skills and skills.json (generated by app:setup)
- Add .DS_Store, .ruff_cache, *.tgz, web-app/public/skills to .gitignore
- Fix setup_web.js: use statSync to follow symlinks (fixes ENOTDIR on CLAUDE.md)

Made-with: Cursor
2026-02-27 08:59:16 +01:00
Zied
8de886a2ff feat: Implement intelligent auto-categorization for skills
- 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.
2026-02-26 12:52:03 +01:00
Zied
f8123cb5a9 feat: Implement date tracking for skills
- 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.
2026-02-26 12:39:28 +01:00
Zied
689a825411 Refactor code structure for improved readability and maintainability 2026-02-26 11:40:51 +01:00
Zied
68266007b9 feat: Initialize web application with core pages, skill data, and Supabase integration. 2026-02-25 17:56:20 +01:00
Zied Boughdir
ea47fe330f feat: auto-updating web app and prompt builder
* docs: detail auto-update via START_APP.bat

* feat: add interactive prompt builder to skill detail page

* Add a robust auto-update mechanism to the Web App launcher and introduce the Interactive Prompt Builder.

* docs: add interactive prompt builder section

* feat: add copy full content button
2026-02-25 15:57:15 +01:00
Zied
7c4aa1c88b feat: add copy full content button 2026-02-25 11:19:01 +01:00
Zied
0fb8b52bcb Add a robust auto-update mechanism to the Web App launcher and introduce the Interactive Prompt Builder. 2026-02-25 10:14:44 +01:00
Zied
338420a924 feat: add interactive prompt builder to skill detail page 2026-02-25 10:05:30 +01:00
Zied
a335846680 add gui web interface 2026-02-24 09:44:01 +01:00