Files
antigravity-skills-reference/docs/SOURCES.md
Ahmed Rehan 17bce709de feat: Add Official Microsoft & Gemini Skills (845+ Total)
🚀 Impact

Significantly expands the capabilities of **Antigravity Awesome Skills** by integrating official skill collections from **Microsoft** and **Google Gemini**. This update increases the total skill count to **845+**, making the library even more comprehensive for AI coding assistants.

 Key Changes

1. New Official Skills

- **Microsoft Skills**: Added a massive collection of official skills from [microsoft/skills](https://github.com/microsoft/skills).
  - Includes Azure, .NET, Python, TypeScript, and Semantic Kernel skills.
  - Preserves the original directory structure under `skills/official/microsoft/`.
  - Includes plugin skills from the `.github/plugins` directory.
- **Gemini Skills**: Added official Gemini API development skills under `skills/gemini-api-dev/`.

2. New Scripts & Tooling

- **`scripts/sync_microsoft_skills.py`**: A robust synchronization script that:
  - Clones the official Microsoft repository.
  - Preserves the original directory heirarchy.
  - Handles symlinks and plugin locations.
  - Generates attribution metadata.
- **`scripts/tests/inspect_microsoft_repo.py`**: Debug tool to inspect the remote repository structure.
- **`scripts/tests/test_comprehensive_coverage.py`**: Verification script to ensure 100% of skills are captured during sync.

3. Core Improvements

- **`scripts/generate_index.py`**: Enhanced frontmatter parsing to safely handle unquoted values containing `@` symbols and commas (fixing issues with some Microsoft skill descriptions).
- **`package.json`**: Added `sync:microsoft` and `sync:all-official` scripts for easy maintenance.

4. Documentation

- Updated `README.md` to reflect the new skill counts (845+) and added Microsoft/Gemini to the provider list.
- Updated `CATALOG.md` and `skills_index.json` with the new skills.

🧪 Verification

- Ran `scripts/tests/test_comprehensive_coverage.py` to verify all Microsoft skills are detected.
- Validated `generate_index.py` fixes by successfully indexing the new skills.
2026-02-11 20:36:09 +05:00

11 KiB
Raw Blame History

📜 Sources & Attributions

We believe in giving credit where credit is due. If you recognize your work here and it is not properly attributed, please open an Issue.

Skill / Category Original Source License Notes
cloud-penetration-testing HackTricks MIT / CC-BY-SA Adapted for agentic use.
active-directory-attacks HackTricks MIT / CC-BY-SA Adapted for agentic use.
owasp-top-10 OWASP CC-BY-SA Methodology adapted.
burp-suite-testing PortSwigger N/A Usage guide only (no binary).
crewai CrewAI MIT Framework guides.
langgraph LangGraph MIT Framework guides.
react-patterns React Docs CC-BY Official patterns.
All Official Skills [Anthropic / Google / OpenAI / Microsoft / Supabase / Vercel Labs] Proprietary Usage encouraged by vendors.

Skills from VoltAgent/awesome-agent-skills

The following skills were added from the curated collection at VoltAgent/awesome-agent-skills:

Official Team Skills

Skill Original Source License Notes
vercel-deploy-claimable Vercel Labs MIT Official Vercel skill
design-md Google Labs (Stitch) Compatible Google Labs Stitch skills
hugging-face-cli, hugging-face-jobs Hugging Face Compatible Official Hugging Face skills
culture-index, fix-review, sharp-edges Trail of Bits Compatible Security skills from Trail of Bits
expo-deployment, upgrading-expo Expo Compatible Official Expo skills
commit, create-pr, find-bugs, iterate-pr Sentry Compatible Sentry dev team skills
using-neon Neon Compatible Neon Postgres best practices
fal-audio, fal-generate, fal-image-edit, fal-platform, fal-upscale, fal-workflow fal.ai Community Compatible fal.ai AI model skills

Community Skills

Skill Original Source License Notes
automate-whatsapp, observe-whatsapp gokapso Compatible WhatsApp automation skills
readme Shpigford Compatible README generation
screenshots Shpigford Compatible Marketing screenshots
aws-skills zxkane Compatible AWS development patterns
deep-research sanjay3290 Compatible Gemini Deep Research Agent
ffuf-claude-skill jthack Compatible Web fuzzing with ffuf
ui-skills ibelick Compatible UI development constraints
vexor scarletkc Compatible Vector-powered CLI
pypict-skill omkamal Compatible Pairwise test generation
makepad-skills ZhangHanDong Compatible Makepad UI development
swiftui-expert-skill AvdLee Compatible SwiftUI best practices
threejs-skills CloudAI-X Compatible Three.js 3D experiences
claude-scientific-skills K-Dense-AI Compatible Scientific research skills
claude-win11-speckit-update-skill NotMyself Compatible Windows 11 management
imagen sanjay3290 Compatible Google Gemini image generation
security-bluebook-builder SHADOWPR0 Compatible Security documentation
claude-ally-health huifer Compatible Health assistant
clarity-gate frmoretto Compatible RAG quality verification
n8n-code-python, n8n-mcp-tools-expert, n8n-node-configuration czlonkowski Compatible n8n automation skills
varlock-claude-skill wrsmith108 Compatible Secure environment variables
beautiful-prose SHADOWPR0 Compatible Writing style guide
claude-speed-reader SeanZoR Compatible Speed reading tool
skill-seekers yusufkaraaslan Compatible Skill conversion tool

Skills from whatiskadudoing/fp-ts-skills (v4.4.0)

Skill Original Source License Notes
fp-ts-pragmatic whatiskadudoing/fp-ts-skills Compatible Pragmatic fp-ts guide pipe, Option, Either, TaskEither
fp-ts-react whatiskadudoing/fp-ts-skills Compatible fp-ts with React 18/19 and Next.js
fp-ts-errors whatiskadudoing/fp-ts-skills Compatible Type-safe error handling with Either and TaskEither

License Policy

  • Code: All original code in this repository is MIT.
  • Content: Documentation is CC-BY-4.0.
  • Third Party: We respect the upstream licenses. If an imported skill is GPL, it will be marked clearly or excluded (we aim for MIT/Apache compatibility).