Commit Graph

773 Commits

Author SHA1 Message Date
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
Teddy
b6d09b33d8 docs: bevy require components
It's best practice since 0.15 to use Require Components instead of Bundles. Required Components are cached on the archetype graph, meaning computing what required components are necessary for a given type of insert only happens once.
2026-02-25 15:56:49 +01:00
Vlad Prudnikov
bdec7fdf99 feat: add linkedin-cli skill 2026-02-25 15:56:44 +01:00
Andruia
2247db8930 chore: update PR template copy
* chore: restore personal skills after history sync

* chore: update star history chart

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-25 15:56:18 +01:00
sck_0
9d741b6b2f feat: add agentfolio skill
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-25 15:55:30 +01:00
Zied
7c4aa1c88b feat: add copy full content button 2026-02-25 11:19:01 +01:00
Zied
d1c70dccce docs: add interactive prompt builder section 2026-02-25 10:33:26 +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
f66ac28dc0 docs: detail auto-update via START_APP.bat 2026-02-25 09:48:50 +01:00
github-actions[bot]
3652013e36 chore: update star history chart 2026-02-25 06:25:58 +00:00
sck_0
0263440419 chore: release 6.2.0
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 13:44:54 +01:00
github-actions[bot]
337a9cac44 chore: sync generated registry files [ci skip] 2026-02-24 12:38:34 +00:00
sickn33
fda65a606a Merge pull request #127 from code-vj/patch-1
feat: add ssojet implementation skill
2026-02-24 13:38:08 +01:00
sickn33
48e99a7e68 Merge pull request #126 from zinzied/main
Add Interactive Skills Web App
2026-02-24 13:38:06 +01:00
sickn33
7fd7b1af54 Merge pull request #125 from thuanlm215/patch-1
Fix markdown syntax errors in the SKILL.md file of shopify-development
2026-02-24 13:38:03 +01:00
sickn33
65fb92c567 Merge pull request #124 from ssumanbiswas/feat/aws-iac-skills
feat: add AWS Infrastructure as Code skills
2026-02-24 13:38:00 +01:00
Vijay Singh
735044b07a feat: add ssojet implementation skill
Added a new skill link for SSOJet skills and integration guides.
2026-02-24 15:09:38 +05:30
Zied
d51adc44c3 feat: Add new skills, skill-related content, and update project dependencies. 2026-02-24 09:49:45 +01:00
Zied
a335846680 add gui web interface 2026-02-24 09:44:01 +01:00
github-actions[bot]
b4ea5418e4 chore: update star history chart 2026-02-24 06:44:59 +00:00
thuanlm
5025bba0bd Fix markdown syntax errors in the SKILL.md file of shopify-development 2026-02-23 23:37:03 +07:00