Commit Graph

11 Commits

Author SHA1 Message Date
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
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
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
689a825411 Refactor code structure for improved readability and maintainability 2026-02-26 11:40:51 +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
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
a335846680 add gui web interface 2026-02-24 09:44:01 +01:00