chore: release 4.4.0 - add fp-ts skills (PR #43)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Skill Catalog
|
# Skill Catalog
|
||||||
|
|
||||||
Generated at: 2026-01-30T19:28:08.087Z
|
Generated at: 2026-01-30T19:29:11.960Z
|
||||||
|
|
||||||
Total skills: 617
|
Total skills: 617
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
[](https://github.com/opencode-ai/opencode)
|
[](https://github.com/opencode-ai/opencode)
|
||||||
[](https://github.com/sickn33/antigravity-awesome-skills)
|
[](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)
|
- 🟣 **Claude Code** (Anthropic CLI)
|
||||||
- 🔵 **Gemini CLI** (Google DeepMind)
|
- 🔵 **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)
|
### 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):
|
1. **Install** (pick one):
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -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
|
# 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**
|
> **Massive expansion with 61 new skills from VoltAgent repository, including official team skills and comprehensive context engineering capabilities**
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"generatedAt": "2026-01-30T19:28:08.087Z",
|
"generatedAt": "2026-01-30T19:29:11.960Z",
|
||||||
"aliases": {
|
"aliases": {
|
||||||
"accessibility-compliance-audit": "accessibility-compliance-accessibility-audit",
|
"accessibility-compliance-audit": "accessibility-compliance-accessibility-audit",
|
||||||
"active directory attacks": "active-directory-attacks",
|
"active directory attacks": "active-directory-attacks",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"generatedAt": "2026-01-30T19:28:08.087Z",
|
"generatedAt": "2026-01-30T19:29:11.960Z",
|
||||||
"bundles": {
|
"bundles": {
|
||||||
"core-dev": {
|
"core-dev": {
|
||||||
"description": "Core development skills across languages, frameworks, and backend/frontend fundamentals.",
|
"description": "Core development skills across languages, frameworks, and backend/frontend fundamentals.",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"generatedAt": "2026-01-30T19:28:08.087Z",
|
"generatedAt": "2026-01-30T19:29:11.960Z",
|
||||||
"total": 617,
|
"total": 617,
|
||||||
"skills": [
|
"skills": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "antigravity-awesome-skills",
|
"name": "antigravity-awesome-skills",
|
||||||
"version": "4.3.0",
|
"version": "4.4.0",
|
||||||
"description": "614+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
|
"description": "624+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"validate": "python3 scripts/validate_skills.py",
|
"validate": "python3 scripts/validate_skills.py",
|
||||||
|
|||||||
Reference in New Issue
Block a user