Commit Graph

15 Commits

Author SHA1 Message Date
sickn33
ed9b28efa5 chore: sync release state after merge batch 2026-03-28 16:46:44 +01:00
sickn33
5af8360409 docs(plugins): add Claude and Codex plugin guides
Document the new Claude Code and Codex plugin distributions and explain how root plugins, bundle plugins, and plugin-safe filtering relate to the full library install.\n\nSync the catalog, plugin compatibility artifacts, and generated plugin-safe subsets so main stays consistent before the v9.0.0 release flow.
2026-03-27 10:45:56 +01:00
github-actions[bot]
f4f1ad4ec3 chore: sync repo state [ci skip] 2026-03-26 16:08:03 +00:00
github-actions[bot]
8076a6e0c7 chore: sync repo state [ci skip] 2026-03-26 16:03:55 +00:00
sickn33
d2be634870 feat(skills): Import curated Apple workflow skills
Add fourteen skills from Dimillian/Skills, integrate the merged Snowflake and WordPress updates into the maintainer sync, and refresh registry metadata, attributions, walkthrough notes, and the 8.9.0 release notes while keeping validation warnings within budget.
2026-03-25 11:53:08 +01:00
github-actions[bot]
668415ecf1 chore: sync repo state [ci skip] 2026-03-24 16:17:28 +00:00
sickn33
4cf513e1d2 chore: sync maintainer release state
Refresh maintainer-owned artifacts after the PR merge batch, convert the\nJetski loader example to a directly importable Node ESM module, and add\nthe 8.7.0 changelog entry before release preparation.\n\nRefs #382\nRefs #388
2026-03-23 19:01:11 +01:00
github-actions[bot]
136e74bb69 chore: sync repo state [ci skip] 2026-03-22 18:20:24 +00:00
github-actions[bot]
7d031f6d3f chore: sync repo state [ci skip] 2026-03-22 18:13:04 +00:00
github-actions[bot]
e295cf7d30 chore: sync repo state [ci skip] 2026-03-21 11:00:03 +00:00
sickn33
2f2929a0d5 docs(repo): Realign README, docs, and About copy
Align public docs and maintainer guidance with the current 1,304-skill catalog state and v8.4.0 release copy.

Refresh README credits for newly imported external sources, update user-facing count references, and document the post-release docs realignment in the changelog and walkthrough.
2026-03-21 10:11:10 +01:00
sck_0
27cb7c6830 chore: clean misplaced repo artifacts 2026-03-14 20:00:09 +01:00
sck_0
cfb8af3286 chore: release v7.6.0 2026-03-12 12:38:35 +01:00
Copilot
ef743d14a1 Harden Jetski/Gemini lazy-loader example for overflow and path safety (#271)
* Initial plan

* Harden lazy loader example

Co-authored-by: sickn33 <184072420+sickn33@users.noreply.github.com>

* Revert generated README metadata change

Co-authored-by: sickn33 <184072420+sickn33@users.noreply.github.com>

* Address review feedback on lazy loader

Co-authored-by: sickn33 <184072420+sickn33@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: sickn33 <184072420+sickn33@users.noreply.github.com>
2026-03-12 12:29:21 +01: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