Commit Graph

637 Commits

Author SHA1 Message Date
sck_0
ce5564a537 chore: regenerate skills index after merge
Made-with: Cursor
2026-02-27 09:15:00 +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
sck_0
2b551eaef4 chore: release 6.4.1
Made-with: Cursor
2026-02-27 08:55:30 +01:00
github-actions[bot]
b2da47b423 chore: sync generated registry files [ci skip] 2026-02-27 07:53:59 +00:00
sck_0
3f39c9faf0 Merge remote-tracking branch 'origin/main' 2026-02-27 08:53:34 +01:00
sck_0
e60d880835 Merge PR #152: convex backend skill
Made-with: Cursor
2026-02-27 08:46:44 +01:00
github-actions[bot]
9922e10734 chore: sync generated registry files [ci skip] 2026-02-27 07:40:17 +00:00
sck_0
b06ee9ee23 feat: add convex backend skill and fix seo incident/local audit
Made-with: Cursor
2026-02-27 08:39:50 +01:00
sck_0
d8f67c250e feat: add temporal-golang-pro skill 2026-02-27 08:37:44 +01:00
sck_0
064c6515fe chore: bump version to 6.4.0
Made-with: Cursor
2026-02-27 08:27:19 +01:00
sck_0
67f49c4545 docs: add changelog for 6.4.0
Made-with: Cursor
2026-02-27 08:27:19 +01:00
sck_0
c19461ab45 chore: sync generated files
Made-with: Cursor
2026-02-27 08:27:19 +01:00
sickn33
df0d54e695 Merge pull request #154 from talesperito/feat/local-legal-seo-audit
feat: add local-legal-seo-audit skill
2026-02-27 08:23:03 +01:00
sickn33
d0af77c0a2 Merge pull request #149 from developer-victor/main
feat: add mojoauth implementation skill
2026-02-27 08:23:01 +01:00
github-actions[bot]
51d5fbe407 chore: update star history chart 2026-02-27 06:19:08 +00:00
Khanh
c4df829d6b feat: add temporal-golang-pro skill 2026-02-27 09:00:05 +07:00
Tales Vieira
f0c9dc21d7 feat: add local-legal-seo-audit skill
Added a comprehensive skill for auditing local SEO specifically tailored for legal and professional services, including guidelines for assessment, audit framework, and content strategy.
2026-02-26 21:53:17 -03:00
Tales Vieira
ec2b50d285 feat: add seo-forensic-incident-response skill
Add SEO forensic incident response skill documentation for investigating drops in organic traffic or rankings.
2026-02-26 21:44:55 -03:00
Chau (Joe) Nguyen
7445683846 chore: sync generated registry files 2026-02-26 16:57:14 -06:00
Chau (Joe) Nguyen
1f9d51f99f feat: add comprehensive Convex reactive backend skill
- Schema design with validators, indexes (standard, compound, search, vector)
- All function types: queries, mutations, actions, HTTP actions
- Cursor-based pagination with usePaginatedQuery
- Auth: Convex Auth, Clerk, Better Auth component
- Angular integration with ConvexClient + Signals
- React/Next.js client provider and hooks
- Scheduling, cron jobs, file storage, environment variables
- CLI/deployment commands reference
- Best practices, anti-patterns, common pitfalls, limitations
- ~795 lines of actionable, copy-pasteable content
2026-02-26 16:50:12 -06: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
f88fde08b2 auto-update: sync latest skills from upstream 2026-02-26 11:02:28 +01:00
developer-victor
b55198d14b feat: add mojoauth implementation skill
Updated the list of skills and integrations in the README.
2026-02-26 15:22:00 +05:30
Zied
50b2667e47 add auto install depencies database 2026-02-26 09:39:26 +01:00
github-actions[bot]
5174a1eae6 chore: update star history chart 2026-02-26 06:22:48 +00:00
Zied
68266007b9 feat: Initialize web application with core pages, skill data, and Supabase integration. 2026-02-25 17:56:20 +01:00
sck_0
3a0dbf6cfe docs: add missing tools to Supported Tools table in GETTING_STARTED (Kiro CLI, Kiro IDE, OpenCode, AdaL CLI) 2026-02-25 17:04:20 +01:00
sck_0
8f675c1412 docs: fix version refs, stale skill count, install path, and add missing [5.2.0] changelog entry
- 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
2026-02-25 17:00:47 +01:00
sck_0
76b6197456 docs: align release notes and skill counts with v6.3.1 and Maintenance Guide V5 2026-02-25 16:56:05 +01:00
github-actions[bot]
f1ce72dd76 chore: sync generated registry files [ci skip] 2026-02-25 15:52:29 +00:00
sickn33
3364c7f69d Merge pull request #139 from itsmeares/fix-descs-and-validate
fix for invalid YAML issues when using codex
2026-02-25 16:51:45 +01:00
sck_0
a5a1ba72ef release: v6.3.1 - Validation & Multi-Protocol Hotfix 2026-02-25 16:51:25 +01:00
sck_0
aaa82fa5b7 fix: resolve validation errors in PR #139 and restore PR #128 skills 2026-02-25 16:50:45 +01:00
Ares
725e053997 refactor: update skill validation logic in validate_skills.py 2026-02-25 16:49:57 +01:00
Ares
bd3dae68cb docs: update skill descriptions and fix formatting in markdown files 2026-02-25 16:49:57 +01:00
github-actions[bot]
6722218221 chore: sync generated registry files [ci skip] 2026-02-25 15:23:14 +00:00
sck_0
cb67b1c4f7 chore: fix 6.3.0 release description format 2026-02-25 16:22:45 +01:00
Ares
09b542a18c refactor: update skill validation logic in validate_skills.py 2026-02-25 15:09:16 +00:00
Ares
7774cd27eb docs: update skill descriptions and fix formatting in markdown files 2026-02-25 15:09:15 +00:00
github-actions[bot]
39f4c93b38 chore: sync generated registry files [ci skip] 2026-02-25 15:06:07 +00:00
sck_0
809df3a251 chore: release 6.3.0
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-25 16:05:43 +01:00
nocodemf
2534c2207a feat: add Evos operational skills
* 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>
2026-02-25 15:57: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
Huynh Nhat Khanh
3e0c2fc3f2 feat: add gRPC Go skill 2026-02-25 15:57:09 +01:00
avimak
bb40f76957 feat: add appdeploy skill 2026-02-25 15:57:03 +01:00
Abdelrahman Sayed Soliman Mohamed
73ed4245cd docs: add AdaL CLI instructions
Added instructions for AdaL CLI to README.
2026-02-25 15:56:56 +01:00