Commit Graph

839 Commits

Author SHA1 Message Date
sck_0
c88cd15dbe chore: sync generated files and fix dangling link 2026-03-07 10:09:23 +01:00
SHUBHAM PATEL
1b167e4ca1 improve markdown rendering (#213)
* feat: add support for GFM and highlight in markdown rendering

* feat: enhance markdown rendering by splitting YAML frontmatter and body

* feat: improve markdown styling for light and dark themes

* feat: enhance frontmatter parsing and display in SkillDetail component
2026-03-07 10:08:21 +01:00
ProgramadorBrasil
61ec71c5c7 feat: add 52 specialized AI agent skills (#217)
New skills covering 10 categories:

**Security & Audit**: 007 (STRIDE/PASTA/OWASP), cred-omega (secrets management)
**AI Personas**: Karpathy, Hinton, Sutskever, LeCun (4 sub-skills), Altman, Musk, Gates, Jobs, Buffett
**Multi-agent Orchestration**: agent-orchestrator, task-intelligence, multi-advisor
**Code Analysis**: matematico-tao (Terence Tao-inspired mathematical code analysis)
**Social & Messaging**: Instagram Graph API, Telegram Bot, WhatsApp Cloud API, social-orchestrator
**Image Generation**: AI Studio (Gemini), Stability AI, ComfyUI Gateway, image-studio router
**Brazilian Domain**: 6 auction specialist modules, 2 legal advisors, auctioneers data scraper
**Product & Growth**: design, invention, monetization, analytics, growth engine
**DevOps & LLM Ops**: Docker/CI-CD/AWS, RAG/embeddings/fine-tuning
**Skill Governance**: installer, sentinel auditor, context management

Each skill includes:
- Standardized YAML frontmatter (name, description, risk, source, tags, tools)
- Structured sections (Overview, When to Use, How it Works, Best Practices)
- Python scripts and reference documentation where applicable
- Cross-platform compatibility (Claude Code, Antigravity, Cursor, Gemini CLI, Codex CLI)

Co-authored-by: ProgramadorBrasil <214873561+ProgramadorBrasil@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 10:04:07 +01:00
github-actions[bot]
ff5ce1e8aa chore: sync generated registry files [ci skip] 2026-03-07 09:03:05 +00:00
Almog Baku
8f6598bbe7 Add AlmogBaku/debug-skill - interactive debugger skill for AI agents (#218) 2026-03-07 10:02:40 +01:00
Abkari Mohammed Sayeem
5f6f94b53f feat: Add skill filtering utility to fix Gemini token truncation (Iss… (#219)
* feat: Add skill filtering utility to fix Gemini token truncation (Issue #215)  Adds skill-filter.js module that provides: - Category-based skill filtering to reduce context overhead - Pre-configured skill bundles (minimal, balanced, complete)  - Support for environments with token limits  This addresses the "could not convert a single message before hitting truncation" error when all 1,200+ skills are loaded with Gemini.  Users can now use the minimal bundle to avoid truncation:   - Minimal bundle: ~5k tokens   - Balanced bundle: ~15k tokens     - Complete bundle: ~50k tokens  Fixes #215

This module filters and manages skills by category to address token limit issues in Gemini, providing various skill bundles to optimize performance.

* Fix: Use catalog-backed categories for skill bundles  Replaces hardcoded categories (core, architecture, etc) with actual categories present in skills_index.json to ensure getSkillsByBundle returns a usable subset instead of empty set.
2026-03-07 10:02:18 +01:00
github-actions[bot]
3efd1a7ed1 chore: sync generated registry files [ci skip] 2026-03-07 09:01:40 +00:00
Saim Shafique
10ee2c299d feat(skills): add tanstack-query-expert skill for async state management (#222)
* feat(skills): add tanstack-query-expert skill for async state management

* chore: sync generated registry files

* revert: restore README.md and package-lock.json to fix CI drift
2026-03-07 10:01:19 +01:00
github-actions[bot]
c5e715c2ba chore: sync generated registry files [ci skip] 2026-03-07 09:01:01 +00:00
Saim Shafique
507aa4ac14 feat: add git-hooks-automation skill (#223) 2026-03-07 10:00:36 +01:00
GuppyTheCat
b32c8b14a4 feat: Update obsidian-clipper-template-creator skill (#226)
* chore: sync generated registry files [ci skip]

* Update skill to support clipper 1.0.0 features

* chore: sync generated registry files [ci skip]

* Update skill frontmatter

* chore: sync generated registry files [ci skip]

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-07 09:59:40 +01:00
github-actions[bot]
5d813e31fb chore: sync generated registry files [ci skip] 2026-03-06 15:02:36 +00: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
github-actions[bot]
cd5a218115 chore: sync generated registry files [ci skip] 2026-03-06 14:54:45 +00: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
github-actions[bot]
533fd795d3 chore: sync generated registry files [ci skip] 2026-03-06 14:42:12 +00:00
sck_0
7a9777f1cd chore: release 7.0.1
Bump version to 7.0.1, document the patch release, and update README to reference the new version.
2026-03-06 15:41:31 +01:00
github-actions[bot]
fd28a4c3e2 chore: sync generated registry files [ci skip] 2026-03-06 14:34:43 +00:00
sck_0
aa029d3c30 chore: sync generated files
Run validation chain and catalog after merging new skills and update EmblemAI crypto wallet risk metadata.
2026-03-06 15:34:14 +01:00
Decentraliser🌵
77190ef222 feat: Add EmblemAI crypto wallet skill (#210) 2026-03-06 15:33:22 +01:00
Conor Bronsdon
9f704fe724 feat: add avoid-ai-writing for AI writing pattern detection and rewriting (#212) 2026-03-06 15:33:13 +01:00
github-actions[bot]
2422eb6884 chore: sync generated registry files [ci skip] 2026-03-06 14:26:16 +00:00
sck_0
a916aa0caf docs: expand ecosystem badges 2026-03-06 15:25:50 +01:00
github-actions[bot]
8135dcaf85 chore: sync generated registry files [ci skip] 2026-03-06 14:22:30 +00:00
sck_0
e7cd343adc docs: add table of contents back 2026-03-06 15:22:09 +01:00
github-actions[bot]
13a1eeb1d0 chore: sync generated registry files [ci skip] 2026-03-06 14:17:24 +00:00
sck_0
edfc2262c9 docs: restore tool compatibility table 2026-03-06 15:17:01 +01:00
github-actions[bot]
8ee0ba61a9 chore: sync generated registry files [ci skip] 2026-03-06 14:02:13 +00: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
sck_0
5d17564608 chore: sync generated files and fix consistency issues 2026-03-06 09:32:40 +01:00
sck_0
6e907ecea9 chore: regenerate catalog and index after validation fixes 2026-03-06 09:19:20 +01:00
sck_0
93d6badcee fix: resolve all validation errors for 128 skills
- Fix YAML frontmatter issues (missing names, malformed frontmatter)
- Fix oversized descriptions (truncated to 280 chars max)
- Fix dangling links (removed references to non-existent files)
- Fix name mismatches between folder and frontmatter
- Automated fixes applied to 128 skills

Validation now passes with 0 critical errors.
2026-03-06 09:18:57 +01:00
sck_0
e1b071dfd9 fix: validation errors for v7.0.0 release
- Fix oversized descriptions in scikit-learn, claimable-postgres, filesystem-context, skill-writer, hosted-agents
- Fix dangling links in alpha-vantage, emergency-card, filesystem-context, hosted-agents
- Fix missing name in skin-health-analyzer
- Fix name mismatch in google-sheets-automation
- Re-download pandas SKILL.md
- Fix emergency-card broken references
2026-03-06 09:13:58 +01:00
sck_0
f313788985 release: v7.0.0 - 20k Stars Celebration
- Add 300+ new skills from 35+ community repositories
- Total collection now at 1,200+ skills
- New categories: UI/UX, Security, Data Science, Health, Quantum, Makepad
- Update package.json to v7.0.0
- Update README with new stats and 20k stars celebration banner
- Complete CHANGELOG with all new skills and community credits
- Add release_notes.md with detailed acknowledgments

Validation chain run, catalog regenerated.

Thank you to our incredible community for 20,000 GitHub stars!
2026-03-06 09:08:07 +01:00
sck_0
4473f34650 docs: update version and skill count in README 2026-03-06 08:53:11 +01:00
sck_0
4af4fc5171 6.12.0 2026-03-06 08:50:06 +01:00
sck_0
540b77cad2 docs: generate CHANGELOG for v6.12.0 2026-03-06 08:49:59 +01:00
sck_0
9d2accfe29 Merge branch 'main' of https://github.com/sickn33/antigravity-awesome-skills
# Conflicts:
#	CATALOG.md
#	README.md
#	data/catalog.json
2026-03-06 08:46:04 +01:00
sck_0
083bdde041 Merge PR #205 and regenerate catalog files 2026-03-06 08:45:04 +01:00
github-actions[bot]
65d670b1c6 chore: sync generated registry files [ci skip] 2026-03-06 07:43:57 +00:00
sickn33
3877fdaa04 Merge pull request #208 from zinzied/main
feat: Add initial UI/UX Pro Max skill data, global styling, and home …
2026-03-06 08:43:30 +01:00
sickn33
a2bff5e120 Merge pull request #209 from keyserfaty/add-agent-cards-skill
Add Agent Cards skill
2026-03-06 08:43:27 +01:00
sickn33
04e37439a4 Merge pull request #206 from Digidai/add-product-manager-skills
Add product-manager skill
2026-03-06 08:43:23 +01:00
sickn33
c718550334 Merge pull request #207 from sx4im/add-skill-zod-validation-expert
feat(skills): add zod-validation-expert skill for type-safe schema definitions and parsing
2026-03-06 08:43:20 +01:00
github-actions[bot]
9caf4c774a chore: update star history chart 2026-03-06 06:16:11 +00:00
Karen
983775d26d Add Agent Cards skill
Add agent-cards/skill — Manage prepaid virtual Visa cards for AI agents — create cards, check balances, view credentials, close cards, and get support via MCP tools.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 18:01:04 -08:00
Zied
d0459085a3 feat: Add initial UI/UX Pro Max skill data, global styling, and home page. 2026-03-06 01:26:08 +01:00
sx4im
9fa022b57d chore: sync generated registry files 2026-03-05 23:32:33 +05:00
sx4im
cf35f490f5 feat(skills): add zod-validation-expert skill for type-safe schema definitions and parsing 2026-03-05 22:40:05 +05:00
Digidai
e44d300f62 Add product-manager skill
Senior PM agent with 6 knowledge domains, 30+ frameworks, 12 templates,
and 32 SaaS metrics with formulas. Pure Markdown, zero scripts.

Source: https://github.com/Digidai/product-manager-skills

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 00:03:45 +08:00