* 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>
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
* 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>
* 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>