From 95eeb1dd4b95033547e57a668b4725ea0c33f4dd Mon Sep 17 00:00:00 2001 From: sck_0 Date: Sun, 18 Jan 2026 07:52:10 +0100 Subject: [PATCH] docs: update skill count to 131 and regenerate index after agent-manager-skill merge --- README.md | 6 +- scripts/sync_recommended_skills.sh | 114 +++++++++++++++++++++++++++++ skills_index.json | 12 +-- 3 files changed, 123 insertions(+), 9 deletions(-) create mode 100755 scripts/sync_recommended_skills.sh diff --git a/README.md b/README.md index 6b26badc..a80a8144 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ [![Claude Code](https://img.shields.io/badge/AI-Claude%20Code-purple)](https://claude.ai) [![Agentic](https://img.shields.io/badge/Agentic-Framework-blue)](https://github.com/guanyang/antigravity-skills) -**Antigravity Awesome Skills** is the ultimate **Claude Code Skills** collectionโ€”a curated, battle-tested library of **132 high-performance skills** compatible with both **Antigravity** and **Claude Code**. This repository provides the essential **Claude Code skills** needed to transform your AI assistant into a full-stack digital agency, including official capabilities from **Anthropic** and **Vercel Labs**. +**Antigravity Awesome Skills** is the ultimate **Claude Code Skills** collectionโ€”a curated, battle-tested library of **131 high-performance skills** compatible with both **Antigravity** and **Claude Code**. This repository provides the essential **Claude Code skills** needed to transform your AI assistant into a full-stack digital agency, including official capabilities from **Anthropic** and **Vercel Labs**. ## ๐Ÿ“ Table of Contents - [Features & Categories](#features--categories) -- [Full Skill Registry](#full-skill-registry-132132) +- [Full Skill Registry](#full-skill-registry-131131) - [Installation](#installation) - [How to Contribute](#how-to-contribute) - [Credits & Sources](#credits--sources) @@ -40,7 +40,7 @@ The repository is organized into several key areas of expertise: --- -## Full Skill Registry (132/132) +## Full Skill Registry (131/131) Below is the complete list of available skills. Each skill folder contains a `SKILL.md` that can be imported into Antigravity or Claude Code. diff --git a/scripts/sync_recommended_skills.sh b/scripts/sync_recommended_skills.sh new file mode 100755 index 00000000..babaa78e --- /dev/null +++ b/scripts/sync_recommended_skills.sh @@ -0,0 +1,114 @@ +#!/bin/bash +# sync_recommended_skills.sh +# Syncs only the 35 recommended skills from GitHub repo to local central library + +set -e + +# Paths +GITHUB_REPO="/Users/nicco/Antigravity Projects/antigravity-awesome-skills/skills" +LOCAL_LIBRARY="/Users/nicco/.gemini/antigravity/scratch/.agent/skills" +BACKUP_DIR="/Users/nicco/.gemini/antigravity/scratch/.agent/skills_backup_$(date +%Y%m%d_%H%M%S)" + +# 35 Recommended Skills +RECOMMENDED_SKILLS=( + # Tier S - Core Development (13) + "systematic-debugging" + "test-driven-development" + "writing-skills" + "doc-coauthoring" + "planning-with-files" + "concise-planning" + "software-architecture" + "senior-architect" + "senior-fullstack" + "verification-before-completion" + "git-pushing" + "address-github-comments" + "javascript-mastery" + + # Tier A - Your Projects (12) + "docx-official" + "pdf-official" + "pptx-official" + "xlsx-official" + "react-best-practices" + "web-design-guidelines" + "frontend-dev-guidelines" + "webapp-testing" + "playwright-skill" + "mcp-builder" + "notebooklm" + "ui-ux-pro-max" + + # Marketing & SEO (1) + "content-creator" + + # Corporate (4) + "brand-guidelines-anthropic" + "brand-guidelines-community" + "internal-comms-anthropic" + "internal-comms-community" + + # Planning & Documentation (1) + "writing-plans" + + # AI & Automation (5) + "workflow-automation" + "llm-app-patterns" + "autonomous-agent-patterns" + "prompt-library" + "github-workflow-automation" +) + +echo "๐Ÿ”„ Sync Recommended Skills" +echo "=========================" +echo "" +echo "๐Ÿ“ Source: $GITHUB_REPO" +echo "๐Ÿ“ Target: $LOCAL_LIBRARY" +echo "๐Ÿ“Š Skills to sync: ${#RECOMMENDED_SKILLS[@]}" +echo "" + +# Create backup +echo "๐Ÿ“ฆ Creating backup at: $BACKUP_DIR" +cp -r "$LOCAL_LIBRARY" "$BACKUP_DIR" +echo "โœ… Backup created" +echo "" + +# Clear local library (keep README.md if exists) +echo "๐Ÿ—‘๏ธ Clearing local library..." +cd "$LOCAL_LIBRARY" +for item in */; do + rm -rf "$item" +done +echo "โœ… Local library cleared" +echo "" + +# Copy recommended skills +echo "๐Ÿ“‹ Copying recommended skills..." +SUCCESS_COUNT=0 +MISSING_COUNT=0 + +for skill in "${RECOMMENDED_SKILLS[@]}"; do + if [ -d "$GITHUB_REPO/$skill" ]; then + cp -r "$GITHUB_REPO/$skill" "$LOCAL_LIBRARY/" + echo " โœ… $skill" + ((SUCCESS_COUNT++)) + else + echo " โš ๏ธ $skill (not found in repo)" + ((MISSING_COUNT++)) + fi +done + +echo "" +echo "๐Ÿ“Š Summary" +echo "==========" +echo "โœ… Copied: $SUCCESS_COUNT skills" +echo "โš ๏ธ Missing: $MISSING_COUNT skills" +echo "๐Ÿ“ฆ Backup: $BACKUP_DIR" +echo "" + +# Verify +FINAL_COUNT=$(find "$LOCAL_LIBRARY" -maxdepth 1 -type d ! -name "." | wc -l | tr -d ' ') +echo "๐ŸŽฏ Final count in local library: $FINAL_COUNT skills" +echo "" +echo "Done! Your local library now has only the recommended skills." diff --git a/skills_index.json b/skills_index.json index 28ace1d0..34738615 100644 --- a/skills_index.json +++ b/skills_index.json @@ -215,6 +215,12 @@ "name": "address-github-comments", "description": "Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI." }, + { + "id": "agent-manager-skill", + "path": "skills/agent-manager-skill", + "name": "agent-manager-skill", + "description": "Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling." + }, { "id": "algorithmic-art", "path": "skills/.disabled/algorithmic-art", @@ -581,12 +587,6 @@ "name": "senior-architect", "description": "Comprehensive software architecture skill for designing scalable, maintainable systems using ReactJS, NextJS, NodeJS, Express, React Native, Swift, Kotlin, Flutter, Postgres, GraphQL, Go, Python. Includes architecture diagram generation, system design patterns, tech stack decision frameworks, and dependency analysis. Use when designing system architecture, making technical decisions, creating architecture diagrams, evaluating trade-offs, or defining integration patterns." }, - { - "id": "senior-fullstack", - "path": "skills/.disabled/senior-fullstack", - "name": "senior-fullstack", - "description": "Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows." - }, { "id": "senior-fullstack", "path": "skills/senior-fullstack",