Commit Graph

15 Commits

Author SHA1 Message Date
sickn33
428432a789 docs: sync walkthrough for release 8.1.0 2026-03-17 12:32:20 +01:00
sickn33
99e1ad1be7 docs: prepare release 8.1.0 2026-03-17 12:30:23 +01:00
Suhaib Janjua
3a3fb6cbe2 docs: align FAQ risk labels with frontmatter values and add skill-review guidance (#330) 2026-03-17 12:19:08 +01:00
sck_0
fc83f1ac65 docs: update getting-started version marker for v7.9.1 2026-03-15 10:03:41 +01:00
sck_0
74e4cccd70 docs: expand security posture references for contributor and maintainer workflows 2026-03-15 10:02:22 +01:00
sck_0
27cb7c6830 chore: clean misplaced repo artifacts 2026-03-14 20:00:09 +01:00
sck_0
71939eb6d0 chore: sync maintenance batch docs 2026-03-14 17:58:01 +01:00
sickn33
34454e2851 feat: add claude plugin marketplace manifests (#302)
Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-14 17:46:35 +01:00
sck_0
5655f9b0a8 chore: release v7.7.0 2026-03-13 09:48:20 +01:00
sck_0
86ef921aee docs: align evergreen docs with release state 2026-03-12 13:01:13 +01:00
sck_0
cfb8af3286 chore: release v7.6.0 2026-03-12 12:38:35 +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
sck_0
334faaa672 chore: remove duplicate scripts/ dir and clean .gitignore
- Delete scripts/sync_repo_metadata.py and scripts/update_readme.py
  (identical copies already in tools/scripts/, CI uses tools/scripts/)
- Remove stale .gitignore entries: walkthrough.md, LOCAL_CONFIG.md
- Update scripts/* patterns → tools/scripts/* in .gitignore
- Stage previously-hidden docs/walkthrough.md and docs/users/walkthrough.md
  (were incorrectly excluded by the now-removed walkthrough.md rule)
2026-03-06 16:02:12 +01:00
sck_0
671bbc49c5 chore: remove root stubs and move LOCAL_CONFIG to docs/users
- Delete 5 redirect stubs: FAQ.md, GETTING_STARTED.md, SKILLS_UPDATE_GUIDE.md,
  release_notes.md, walkthrough.md (content already in docs/)
- Delete 3 one-off categorization artifacts: CATEGORIZATION_SUMMARY.md,
  categorization_report.txt, categorize_skills.py
- Move LOCAL_CONFIG.md → docs/users/local-config.md
- Update docs/README.md index with new entry
2026-03-06 15:54:23 +01:00
sck_0
45844de534 refactor: reorganize repo docs and tooling layout
Consolidate the repository into clearer apps, tools, and layered docs areas so contributors can navigate and maintain it more reliably. Align validation, metadata sync, and CI around the same canonical workflow to reduce drift across local checks and GitHub Actions.
2026-03-06 15:01:38 +01:00