diff --git a/CATALOG.md b/CATALOG.md index bd38c0b5..f08319a7 100644 --- a/CATALOG.md +++ b/CATALOG.md @@ -1,6 +1,6 @@ # Skill Catalog -Generated at: 2026-01-30T19:28:08.087Z +Generated at: 2026-01-30T19:29:11.960Z Total skills: 617 diff --git a/README.md b/README.md index d2366592..6699c653 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![OpenCode](https://img.shields.io/badge/OpenCode-CLI-gray)](https://github.com/opencode-ai/opencode) [![Antigravity](https://img.shields.io/badge/Antigravity-DeepMind-red)](https://github.com/sickn33/antigravity-awesome-skills) -**Antigravity Awesome Skills** is a curated, battle-tested library of **614 high-performance agentic skills** designed to work seamlessly across all major AI coding assistants: +**Antigravity Awesome Skills** is a curated, battle-tested library of **624 high-performance agentic skills** designed to work seamlessly across all major AI coding assistants: - 🟣 **Claude Code** (Anthropic CLI) - 🔵 **Gemini CLI** (Google DeepMind) @@ -52,7 +52,7 @@ AI Agents (like Claude Code, Cursor, or Gemini) are smart, but they lack **speci ### 2. ⚡️ Quick Start (The "Bundle" Way) -Don't install 614+ skills manually. Use our **Starter Packs**: +Don't install 624+ skills manually. Use our **Starter Packs**: 1. **Install** (pick one): ```bash diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d875e2b8..1999789a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,23 @@ +# Release v4.4.0: fp-ts skills for TypeScript + +> **Three practical fp-ts skills for TypeScript functional programming** + +This release adds 3 fp-ts skills sourced from [whatiskadudoing/fp-ts-skills](https://github.com/whatiskadudoing/fp-ts-skills), bringing the total to 624 skills. These skills focus on practical, jargon-free patterns for pipe, Option, Either, TaskEither, React integration, and type-safe error handling. + +## New Skills (3) + +- **[fp-ts-pragmatic](skills/fp-ts-pragmatic/)** – The 80/20 of functional programming: pipe, Option, Either, TaskEither without academic jargon +- **[fp-ts-react](skills/fp-ts-react/)** – Patterns for using fp-ts with React 18/19 and Next.js 14/15 (state, forms, data fetching) +- **[fp-ts-errors](skills/fp-ts-errors/)** – Type-safe error handling with Either and TaskEither; no more try/catch spaghetti + +## Registry Update + +- **Total Skills**: 624 (from 621) +- **New Skills Added**: 3 +- **Catalog**: Regenerated with all skills + +--- + # Release v4.3.0: VoltAgent Integration & Context Engineering Suite > **Massive expansion with 61 new skills from VoltAgent repository, including official team skills and comprehensive context engineering capabilities** diff --git a/data/aliases.json b/data/aliases.json index 5f576f62..f9e3aca6 100644 --- a/data/aliases.json +++ b/data/aliases.json @@ -1,5 +1,5 @@ { - "generatedAt": "2026-01-30T19:28:08.087Z", + "generatedAt": "2026-01-30T19:29:11.960Z", "aliases": { "accessibility-compliance-audit": "accessibility-compliance-accessibility-audit", "active directory attacks": "active-directory-attacks", diff --git a/data/bundles.json b/data/bundles.json index cebae83e..eb11ecc1 100644 --- a/data/bundles.json +++ b/data/bundles.json @@ -1,5 +1,5 @@ { - "generatedAt": "2026-01-30T19:28:08.087Z", + "generatedAt": "2026-01-30T19:29:11.960Z", "bundles": { "core-dev": { "description": "Core development skills across languages, frameworks, and backend/frontend fundamentals.", diff --git a/data/catalog.json b/data/catalog.json index 12bee705..cd886f1f 100644 --- a/data/catalog.json +++ b/data/catalog.json @@ -1,5 +1,5 @@ { - "generatedAt": "2026-01-30T19:28:08.087Z", + "generatedAt": "2026-01-30T19:29:11.960Z", "total": 617, "skills": [ { diff --git a/package.json b/package.json index 41f97255..1edb0126 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antigravity-awesome-skills", - "version": "4.3.0", - "description": "614+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", + "version": "4.4.0", + "description": "624+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", "license": "MIT", "scripts": { "validate": "python3 scripts/validate_skills.py",