206 Commits

Author SHA1 Message Date
sck_0
1c5a4c3b5f chore: sync generated files for odoo skills 2026-03-05 15:58:58 +01:00
sck_0
3b31911cdb chore: sync generated files for fda-auditor skills 2026-03-05 15:58:37 +01:00
sx4im
d6b9de1beb feat(skills): add drizzle-orm-expert skill for type-safe database development with Drizzle ORM 2026-03-04 23:16:02 +05:00
github-actions[bot]
bc269088f3 chore: sync generated registry files [ci skip] 2026-03-04 17:07:36 +00:00
8144225309
bfa3bb724c Add SuperScalar Lightning Network skills
Add three Bitcoin Lightning Network agent skills from the SuperScalar project
(https://github.com/8144225309/SuperScalar):
- lightning-factory-explainer: Explains channel factories and the SuperScalar protocol
- lightning-channel-factories: Technical reference for channel factory implementations
- lightning-architecture-review: Reviews Lightning protocol designs and scaling tradeoffs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 17:45:26 -05:00
sck_0
3e06da51a2 chore: sync generated files and fix agentmail metadata
- Fixed agentmail/SKILL.md description (was 305 chars, now concise)
- Added risk: safe and source: community labels
- Regenerated skills_index.json (970 skills)
- Updated README.md with latest skill count
- Regenerated CATALOG.md, data/catalog.json, data/bundles.json

Post-merge fixes for PR #183 following MAINTENANCE.md procedures.
2026-03-03 16:35:12 +01:00
sck_0
d288b4e6fc chore: sync generated files and fix videodb description
- Fixed videodb/SKILL.md description (was 583 chars, now concise)
- Regenerated skills_index.json (969 skills)
- Updated README.md with latest skill count
- Regenerated CATALOG.md and data/catalog.json

Fixes validation error from PR #181 merge.
2026-03-03 16:31:32 +01:00
sck_0
a016ed09f2 chore: sync generated files after PR merges
- Fixed tutorial-engineer frontmatter (date_added, version, risk)
- Updated skills_index.json

Refs: #172, #178
Made-with: Cursor
2026-03-02 16:36:09 +01:00
github-actions[bot]
cdaf1cc518 chore: sync generated registry files [ci skip] 2026-03-01 09:03:11 +00:00
sck_0
6b0cbf26fb revert: undo manual merges of #165 and #167 for proper GitHub merge attribution 2026-03-01 09:54:04 +01:00
sck_0
38237ef159 chore: sync generated files after merging 4 PRs [968 skills] 2026-03-01 09:49:25 +01:00
sck_0
7f4f7b815f feat: add 12 official Apify agent-skills for web scraping & data extraction (#165) 2026-03-01 09:48:57 +01:00
github-actions[bot]
3ae7f24d20 chore: sync generated registry files [ci skip] 2026-03-01 08:40:09 +00:00
Ares
4a5f1234bb fix: harden registry tooling, make tests hermetic, and restore metadata consistency (#168)
* chore: upgrade maintenance scripts to robust PyYAML parsing

- Replaces fragile regex frontmatter parsing with PyYAML/yaml library
- Ensures multi-line descriptions and complex characters are handled safely
- Normalizes quoting and field ordering across all maintenance scripts
- Updates validator to strictly enforce description quality

* fix: restore and refine truncated skill descriptions

- Recovered 223+ truncated descriptions from git history (6.5.0 regression)
- Refined long descriptions into concise, complete sentences (<200 chars)
- Added missing descriptions for brainstorming and orchestration skills
- Manually fixed imagen skill description
- Resolved dangling links in competitor-alternatives skill

* chore: sync generated registry files and document fixes

- Regenerated skills index with normalized forward-slash paths
- Updated README and CATALOG to reflect restored descriptions
- Documented restoration and script improvements in CHANGELOG.md

* fix: restore missing skill and align metadata for full 955 count

- Renamed SKILL.MD to SKILL.md in andruia-skill-smith to ensure indexing
- Fixed risk level and missing section in andruia-skill-smith
- Synchronized all registry files for final 955 skill count

* chore(scripts): add cross-platform runners and hermetic test orchestration

* fix(scripts): harden utf-8 output and clone target writeability

* fix(skills): add missing date metadata for strict validation

* chore(index): sync generated metadata dates

* fix(catalog): normalize skill paths to prevent CI drift

* chore: sync generated registry files

* fix: enforce LF line endings for generated registry files
2026-03-01 09:38:25 +01:00
sck_0
518d3ca85e chore: Apply cleaner README changes and build catalog 2026-02-28 08:21:07 +01:00
Alex Mastny
7c30e0cc31 feat: add android_ui_verification skill (#155)
Co-authored-by: Alex Mastny <alexandermastny@gmail.com>
2026-02-28 08:13:58 +01:00
sck_0
aa71e76eb9 chore: release 6.5.0 - Community & Experience
- 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
2026-02-27 09:19:41 +01:00
sck_0
ce5564a537 chore: regenerate skills index after merge
Made-with: Cursor
2026-02-27 09:15:00 +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
github-actions[bot]
337a9cac44 chore: sync generated registry files [ci skip] 2026-02-24 12:38:34 +00:00
ssumanbiswas
861fdaa42b chore: sync generated registry files 2026-02-23 09:27:11 -05:00
sck_0
0e7945c654 Merge main into add-aws-cost-optimization-skills, resolve conflicts by regenerating catalog (927 skills)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-23 07:36:00 +01:00
sck_0
c7a09399d5 chore: sync generated files (925 skills, stats consistency)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-23 07:30:23 +01:00
Nikolas Hor
6dd1307be6 feat: add Game Development Expansion Bundle (Bevy ECS, GLSL, Godot 4 Migration) (#121)
* add libreoffice skill and +29 workflow bundles.

* Add documentation for workflow bundles

Added comprehensive documentation for workflow bundles, detailing granular and consolidated bundles across various development scenarios including frontend, backend, WordPress, system administration, security testing, AI/ML, cloud/DevOps, database, testing/QA, and LibreOffice skills.

* add readme for workflow bundles. correct descriptions of libreoffice skills and match them with folder names.

* add readme for workflow bundles. correct descriptions of libreoffice skills and match them with folder names.

* Simplify LibreOffice skill names in README

* Refactor LibreOffice Base skill to LibreOffice Writer

Updated the skill from LibreOffice Base to LibreOffice Writer, modifying the name, description, and core capabilities. Adjusted workflows and examples to reflect document creation and automation.

* Rename skill from Writer to Base and update capabilities

Updated the LibreOffice skill from Writer to Base, reflecting changes in functionality related to database management and operations.

* Revise LibreOffice Calc skill details and capabilities

Updated the LibreOffice Calc skill description and removed outdated sections. Streamlined capabilities and workflows while maintaining essential information.

* Refine LibreOffice Draw skill details and capabilities

Updated the LibreOffice Draw skill description and capabilities. Removed flowchart automation example and adjusted related skills.

* Refine SKILL.md for LibreOffice Impress

Updated the SKILL.md file for LibreOffice Impress to refine the name and description, streamline core capabilities, and adjust related skills.

* Refine LibreOffice Writer skill details and capabilities

Updated the LibreOffice Writer skill description and capabilities. Simplified the name and improved clarity in the core capabilities section.

* chore: sync generated registry files [ci skip]

* feat: add Game Development Expansion Bundle (Bevy ECS, GLSL, Godot 4 Migration)

---------

Co-authored-by: Munir Abbasi <munir@ayubmed.edu.pk>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-23 07:29:08 +01:00
ssumanbiswas
82016d59fa chore: sync generated registry files 2026-02-22 22:14:28 -05:00
ssumanbiswas
7216699381 fix: move AWS cost skills to flat structure and remove non-standard frontmatter
- Move skills/infrastructure/aws-cost-* to skills/aws-cost-*
- Remove category and tags from frontmatter (non-standard in V4)
- Update 'When to Use' to 'When to Use This Skill' per template
- Make skills generic (not Kiro-specific)
- Run validation chain and update generated files
2026-02-22 22:09:14 -05:00
Suman Biswas
c7ef825518 Merge branch 'main' into add-aws-cost-optimization-skills 2026-02-22 21:54:22 -05:00
sck_0
18378cff8a chore: fix nerdzao-elite validation (frontmatter, When to Use) and sync generated files
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-22 08:32:30 +01:00
ssumanbiswas
069df9410e chore: sync all generated files (README, index, catalog, data) 2026-02-21 10:40:59 -05:00
ssumanbiswas
baf41677b4 chore: sync generated registry files 2026-02-21 10:33:25 -05:00
sck_0
6036047c66 chore: repo coherence audit — counts, validation, references, docs
- Align package.json description to 883+ skills
- Allow risk:unknown in validate_skills.py for legacy skills
- Add When to Use section to 6 skills; fix frontmatter in brainstorming, agents-v2-py, hosted-agents-v2-py
- Add scripts/validate_references.py for workflows, bundles, BUNDLES.md links
- Update QUALITY_BAR and SKILL_ANATOMY; add docs/AUDIT.md and MAINTENANCE note for data/
- Make YAML frontmatter test warn instead of fail; regenerate catalog and index

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-20 22:00:10 +01:00
sck_0
210038ea04 chore: sync generated files for manifest skill 2026-02-20 21:34:52 +01:00
sck_0
96ffb7d759 fix(installer,validation): correct default path and drop dangling links v5.9.0 update 2026-02-20 21:27:08 +01:00
sck_0
e36d6fd3b3 feat: add apple hig skills and strict validation v5.9.0 2026-02-20 19:39:15 +01:00
Igor
255e42d208 feat: Add DDD skills, bundles, workflows 2026-02-19 14:52:50 +00:00
github-actions[bot]
14a8e9a2dd chore: sync generated registry files [ci skip] 2026-02-17 22:28:59 +00:00
github-actions[bot]
f9a07aa3f0 chore: sync generated registry files [ci skip] 2026-02-17 22:27:25 +00:00
sck_0
3f08ade5c6 chore: sync generated files and fix frontmatter 2026-02-16 13:28:04 +01:00
github-actions[bot]
30e267cdcd chore: sync generated registry files [ci skip] 2026-02-16 06:21:00 +00:00
sck_0
768290ebd1 fix: restore Three.js skill metadata and sync generated files 2026-02-13 15:08:22 +01:00
Ahmed Rehan
44e51f0ea9 feat: sync all 140 Microsoft skills with collision protection
- Add find_github_skills() to discover skills in .github/skills/ not
  reachable via the skills/ symlink tree (picks up 11 missing skills)
- Add collision protection: if a target directory exists and was not
  from a previous Microsoft sync, append -ms suffix instead of overwriting
- Microsoft mcp-builder → mcp-builder-ms (community version preserved)
- Microsoft skill-creator → skill-creator-ms (community version preserved)
- Total skills: 856 (was 845, +11 newly discovered)
2026-02-12 15:34:42 +05:00
Ahmed Rehan
e7ae616385 refactor: flatten Microsoft skills from nested to flat directory structure
Rewrote sync_microsoft_skills.py (v4) to use each SKILL.md's frontmatter
'name' field as the flat directory name under skills/, replacing the nested
skills/official/microsoft/<lang>/<category>/<service>/ hierarchy.

This fixes CI failures caused by the indexing, validation, and catalog
scripts expecting skills/<id>/SKILL.md (depth 1).

Changes:
- Rewrite scripts/sync_microsoft_skills.py for flat output with collision detection
- Update scripts/tests/inspect_microsoft_repo.py for flat name mapping
- Update scripts/tests/test_comprehensive_coverage.py for name uniqueness checks
- Delete skills/official/ nested directory
- Add 129 Microsoft skills as flat directories (e.g. skills/azure-mgmt-botservice-dotnet/)
- Move attribution files to docs/ (LICENSE-MICROSOFT, microsoft-skills-attribution.json)
- Rebuild skills_index.json, CATALOG.md, README.md (845 total skills)
2026-02-12 00:17:38 +05:00
Ahmed Rehan
17bce709de feat: Add Official Microsoft & Gemini Skills (845+ Total)
🚀 Impact

Significantly expands the capabilities of **Antigravity Awesome Skills** by integrating official skill collections from **Microsoft** and **Google Gemini**. This update increases the total skill count to **845+**, making the library even more comprehensive for AI coding assistants.

 Key Changes

1. New Official Skills

- **Microsoft Skills**: Added a massive collection of official skills from [microsoft/skills](https://github.com/microsoft/skills).
  - Includes Azure, .NET, Python, TypeScript, and Semantic Kernel skills.
  - Preserves the original directory structure under `skills/official/microsoft/`.
  - Includes plugin skills from the `.github/plugins` directory.
- **Gemini Skills**: Added official Gemini API development skills under `skills/gemini-api-dev/`.

2. New Scripts & Tooling

- **`scripts/sync_microsoft_skills.py`**: A robust synchronization script that:
  - Clones the official Microsoft repository.
  - Preserves the original directory heirarchy.
  - Handles symlinks and plugin locations.
  - Generates attribution metadata.
- **`scripts/tests/inspect_microsoft_repo.py`**: Debug tool to inspect the remote repository structure.
- **`scripts/tests/test_comprehensive_coverage.py`**: Verification script to ensure 100% of skills are captured during sync.

3. Core Improvements

- **`scripts/generate_index.py`**: Enhanced frontmatter parsing to safely handle unquoted values containing `@` symbols and commas (fixing issues with some Microsoft skill descriptions).
- **`package.json`**: Added `sync:microsoft` and `sync:all-official` scripts for easy maintenance.

4. Documentation

- Updated `README.md` to reflect the new skill counts (845+) and added Microsoft/Gemini to the provider list.
- Updated `CATALOG.md` and `skills_index.json` with the new skills.

🧪 Verification

- Ran `scripts/tests/test_comprehensive_coverage.py` to verify all Microsoft skills are detected.
- Validated `generate_index.py` fixes by successfully indexing the new skills.
2026-02-11 20:36:09 +05:00
github-actions[bot]
817b7fe635 chore: sync generated registry files [ci skip] 2026-02-10 09:50:21 +00:00
sck_0
c44f0f6505 feat: add antigravity workflows playbooks and orchestration skill
Introduce the first Antigravity Workflows foundation with machine-readable workflow metadata, a dedicated orchestration skill, and onboarding docs that explain when to use bundles versus workflows. This reduces multi-skill friction for common goals like SaaS MVP delivery, security audits, AI agent builds, and browser QA.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 10:36:34 +01:00
sck_0
dc6f3c51e5 feat: update clean-code skill and stabilize registry (#69)
- Updated clean-code skill with Robert C. Martin's Clean Code principles
- Refined content: naming, functions, comments, error handling, class design
- Fixed invalid heading format (## ## When to Use -> ## When to Use)
- Stabilized registry: use SOURCE_DATE_EPOCH for deterministic CI builds
- Improved catalog sorting for cross-environment consistency
- Regenerated all catalog and index files

Co-authored-by: jackjin1997 <jackjin1997@users.noreply.github.com>
2026-02-08 11:02:14 +01:00
github-actions[bot]
4dcc4b29b0 chore: sync generated registry files [ci skip] 2026-02-06 07:49:30 +00:00
github-actions[bot]
1b2bed231d chore: sync generated registry files [ci skip] 2026-02-06 07:44:10 +00:00