Commit Graph

955 Commits

Author SHA1 Message Date
github-actions[bot]
86237b9b7a chore: sync generated registry files [ci skip] 2026-03-11 14:55:24 +00:00
Olga Safonova
9469b7c56b feat: add skill-check for agentskills.io spec validation (#263)
* feat: add skill-check for agentskills.io spec validation

Read-only skill that validates SKILL.md files against the agentskills
specification and Anthropic best practices. Catches structural errors,
semantic contradictions, naming anti-patterns, and quality gaps.

Source: https://github.com/olgasafonova/SkillCheck-Free
License: MIT

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Add ## Overview section per canonical template

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 15:54:57 +01:00
github-actions[bot]
c4bd77e440 chore: sync generated registry files [ci skip] 2026-03-11 14:54:48 +00:00
Lukas Svoboda
3c2165e4da feat: add lex truth engine for cross-jurisdictional legal context (#262)
* feat: add lex truth engine for cross-jurisdictional legal context

* Update skills/lex/findings.md

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* docs: update GDPR reference to official EUR-Lex link

* chore: sync generated files

---------

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-11 15:54:23 +01:00
github-actions[bot]
7f7ed1c90c chore: sync generated registry files [ci skip] 2026-03-11 14:43:03 +00:00
sck_0
a41f1a4d61 Add integration guide for Jetski/Cortex + Gemini to fix context overflow
This commit adds documentation and a reference implementation for
integrating antigravity-awesome-skills with Jetski/Cortex agents
without hitting the context window truncation error (issue #269).

Changes:
- New integration guide: docs/integrations/jetski-cortex.md
- Example loader: examples/jetski-gemini-loader/loader.ts
- Example README: examples/jetski-gemini-loader/README.md
- Updated FAQ: docs/users/faq.md (added context overflow section)
- Updated usage: docs/users/usage.md (added "Can I load all skills?" FAQ)

The solution follows a manifest + lazy-loading pattern:
- Use data/skills_index.json as lightweight manifest
- Only load SKILL.md files for @skill-id references in messages
- Enforce maxSkillsPerTurn limit to prevent overflow
2026-03-11 15:42:35 +01:00
github-actions[bot]
1510139496 chore: update star history chart 2026-03-11 06:18:26 +00:00
github-actions[bot]
b53d215343 chore: sync generated registry files [ci skip] 2026-03-10 18:28:10 +00:00
sck_0
b660f98ebf chore: bump to v7.4.1 and update changelog 2026-03-10 19:27:31 +01:00
sck_0
bfbba0fc52 chore: sync generated README before release 2026-03-10 19:27:31 +01:00
github-actions[bot]
aee6972676 chore: sync generated registry files [ci skip] 2026-03-10 18:23:06 +00:00
sck_0
4fd7e117f9 chore: align documentation consistency and update statistics 2026-03-10 19:22:41 +01:00
github-actions[bot]
2eb1693891 chore: sync generated registry files [ci skip] 2026-03-10 18:18:43 +00:00
sck_0
d1c6157e44 chore: update contributors 2026-03-10 19:18:21 +01:00
github-actions[bot]
b13a454fe3 chore: sync generated registry files [ci skip] 2026-03-10 18:17:06 +00:00
Kennyzheng
bef8d36fac feat: add seek-and-analyze-video for video intelligence (#250)
* feat: add seek-and-analyze-video for video intelligence

* chore: sync generated files for seek-and-analyze-video

---------

Co-authored-by: kennyzheng-builds <kennyzheng-builds@users.noreply.github.com>
Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-10 19:16:43 +01:00
github-actions[bot]
a81b8c3250 chore: sync generated registry files [ci skip] 2026-03-10 18:15:43 +00:00
Stanislav Shymanskyi
2a7580147d feat: add progressive-estimation skill for AI-assisted development estimation (#260)
Co-authored-by: Stas <stas@mac-1.home>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 19:14:36 +01:00
github-actions[bot]
2046692fb7 chore: sync generated registry files [ci skip] 2026-03-10 18:14:15 +00:00
Takura
7b9b1095d0 pipecat-friday-agent — Iron Man-inspired tactical voice assistant (F.R.I.D.A.Y.) with Pipecat, Gemini, and OpenAI. (#261)
* feat: add pipecat-friday-agent skill and sync generated files

* chore: sync generated files and update changelog for pipecat-friday-agent

* fix: normalize path separators in data registry for cross-platform CI

* chore: sync generated registry files and resolve CI drift

* feat: Add initial skill catalog, aliases, and bundles data files and update README.

* fix: normalize path separators in skill utils and resolve CI drift

* feat: Introduce skill catalog, aliases, and bundles with a new utility and updated documentation.

* feat: Add new skill catalog data files for aliases, bundles, and the main catalog, and update total skill count.

* feat: Update skill and star counts, and registry sync metadata in README.md.

* chore: sync generated registry files

* chore: fix drift

---------

Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-10 19:13:49 +01:00
github-actions[bot]
fd8911ee70 chore: sync generated registry files [ci skip] 2026-03-10 16:36:56 +00:00
sck_0
2b6fbde90c chore: release v7.4.0 2026-03-10 17:36:29 +01:00
github-actions[bot]
700612364b chore: sync generated registry files [ci skip] 2026-03-10 16:32:12 +00:00
Guilherme Ruy
a27a11a6aa feat: Add sankhya-dashboard skill following best practices (#258)
* feat: Add sankhya-dashboard skill following anthropic best practices

* Update skills/sankhya-dashboard-html-jsp-custom-best-pratices/SKILL.md

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* Update skills/sankhya-dashboard-html-jsp-custom-best-pratices/SKILL.md

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* feat: update skill.md with parameter shielding fallbacks and jsp-js layer separation patterns

Add best practices for parameter shielding and layer separation in JSP.

* chore: sync generated files for sankhya dashboard skill

---------

Co-authored-by: Guilherme Ruy <guilherme.ruy@Evoden.int>
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-10 17:31:46 +01:00
github-actions[bot]
acd196ffc5 chore: sync generated registry files [ci skip] 2026-03-10 16:25:15 +00:00
ant
445f71d134 feat: add blueprint skill for cold-start construction planning (#259)
* feat: add blueprint skill for cold-start construction planning

* chore: sync generated files for blueprint skill

---------

Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-10 17:24:45 +01:00
github-actions[bot]
c864565ce7 chore: update star history chart 2026-03-10 06:16:38 +00:00
github-actions[bot]
ac97c185fb chore: sync generated registry files [ci skip] 2026-03-09 11:00:50 +00:00
sck_0
e8d9abdf31 chore: merge origin/main into local main for 7.3.0 2026-03-09 12:00:26 +01:00
sck_0
bcd5260080 chore: bump version to 7.3.0 2026-03-09 11:58:07 +01:00
github-actions[bot]
0291b4f812 chore: sync generated registry files [ci skip] 2026-03-09 10:54:04 +00:00
Zied Boughdir
bb9e688d1e Stars feature is fixed (#247)
* Stars feature is fixed

* feat: Initialize Supabase client with public credentials and define SkillStarData interface.
2026-03-09 11:53:44 +01:00
github-actions[bot]
21995233c4 chore: sync generated registry files [ci skip] 2026-03-09 10:52:33 +00:00
Allen930311
9de71654fc feat: add unified-diary skill (#246)
* feat: add unified-diary skill

* chore: refine diary skill metadata for quality bar compliance

* fix: address PR feedback - fix NameError, Obsidian path, and add missing script
2026-03-09 11:52:09 +01:00
github-actions[bot]
bbeec32896 chore: sync generated registry files [ci skip] 2026-03-09 10:51:07 +00:00
amalsam
e7501f1dce feat: add playwright-java skill for enterprise E2E test automation (#243) 2026-03-09 11:50:42 +01:00
github-actions[bot]
901c220dfc chore: sync generated registry files [ci skip] 2026-03-09 10:50:23 +00:00
Munir Abbasi
c5b133b9d2 Revise Pakistan Payments Stack skill details and guidelines (#242)
* Revise Pakistan Payments Stack skill details and guidelines

Updated the description, category, and risk level for the Pakistan payments stack skill. Added mandatory authenticity and verification rules, implementation guide, and best practices.

* Change risk level from medium to safe

* chore: sync registry and catalog after Pakistan payments stack update

---------

Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-09 11:49:58 +01:00
github-actions[bot]
5604eb2550 chore: sync generated registry files [ci skip] 2026-03-09 10:48:25 +00:00
Vega
f35d9be224 Add NoizAI/skills to community contributor sources. (#245)
Include NoizAI/skills in the Community Contributors section as a TTS-focused skill collection reference.

Made-with: Cursor
2026-03-09 11:47:58 +01:00
github-actions[bot]
9b131bf066 chore: sync generated registry files [ci skip] 2026-03-09 07:49:47 +00:00
sickn33
7d961cbdc8 Add comment to issue #244 2026-03-09 08:49:24 +01:00
github-actions[bot]
f005b39f3f chore: update star history chart 2026-03-09 06:23:32 +00:00
github-actions[bot]
062972beb8 chore: sync generated registry files [ci skip] 2026-03-08 08:00:06 +00:00
sck_0
ae14c6ce2a docs: update welcome/context version to V7.2.0 2026-03-08 08:59:46 +01:00
github-actions[bot]
cdfc710568 chore: sync generated registry files [ci skip] 2026-03-08 07:58:19 +00:00
sck_0
5dfe841f95 docs: align README with MAINTENANCE.md (license link, maintainer guide, dedupes, stats) 2026-03-08 08:57:47 +01:00
github-actions[bot]
76c1a4a96f chore: sync generated registry files [ci skip] 2026-03-08 07:50:38 +00:00
sickn33
87dc5d6dfe Remove GitHub stars milestone from README
Removed the GitHub stars milestone mention from the README.
2026-03-08 08:50:15 +01:00
github-actions[bot]
029d66b220 chore: sync generated registry files [ci skip] 2026-03-08 07:46:39 +00:00