chore: sync generated files and fix videodb description
- Fixed videodb/SKILL.md description (was 583 chars, now concise) - Regenerated skills_index.json (969 skills) - Updated README.md with latest skill count - Regenerated CATALOG.md and data/catalog.json Fixes validation error from PR #181 merge.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Generated at: 2026-02-08T00:00:00.000Z
|
||||
|
||||
Total skills: 968
|
||||
Total skills: 969
|
||||
|
||||
## architecture (67)
|
||||
|
||||
@@ -466,7 +466,7 @@ applications. | php | php, pro, write, idiomatic, code, generators, iterators, s
|
||||
| `webapp-testing` | Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing... | webapp | webapp, testing, toolkit, interacting, local, web, applications, playwright, supports, verifying, frontend, functionality |
|
||||
| `zustand-store-ts` | Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation. Use when building React state management, creati... | zustand, store, ts | zustand, store, ts, stores, typescript, subscribewithselector, middleware, proper, state, action, separation, building |
|
||||
|
||||
## general (189)
|
||||
## general (190)
|
||||
|
||||
| Skill | Description | Tags | Triggers |
|
||||
| --- | --- | --- | --- |
|
||||
@@ -649,6 +649,7 @@ applications. | php | php, pro, write, idiomatic, code, generators, iterators, s
|
||||
| `using-git-worktrees` | Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with sma... | using, git, worktrees | using, git, worktrees, starting, feature, work, isolation, current, workspace, before, executing, plans |
|
||||
| `using-superpowers` | Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions | using, superpowers | using, superpowers, starting, any, conversation, establishes, how, find, skills, requiring, skill, invocation |
|
||||
| `verification-before-completion` | Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output... | verification, before, completion | verification, before, completion, about, claim, work, complete, fixed, passing, committing, creating, prs |
|
||||
| `videodb` | Video and audio perception, indexing, and editing. Ingest files/URLs/live streams, build visual/spoken indexes, search with timestamps, edit timelines, add o... | [video, editing, transcription, subtitles, search, streaming, ai-generation, media, live-streams, desktop-capture] | [video, editing, transcription, subtitles, search, streaming, ai-generation, media, live-streams, desktop-capture], videodb, video |
|
||||
| `web-performance-optimization` | Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance | web, performance, optimization | web, performance, optimization, optimize, website, application, including, loading, speed, core, vitals, bundle |
|
||||
| `wiki-architect` | Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate doc... | wiki | wiki, architect, analyzes, code, repositories, generates, hierarchical, documentation, structures, onboarding, guides, user |
|
||||
| `wiki-changelog` | Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, o... | wiki, changelog | wiki, changelog, analyzes, git, commit, history, generates, structured, changelogs, categorized, change, type |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# 🌌 Antigravity Awesome Skills: 968+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More
|
||||
# 🌌 Antigravity Awesome Skills: 969+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More
|
||||
|
||||
> **The Ultimate Collection of 968+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode, AdaL**
|
||||
> **The Ultimate Collection of 969+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode, AdaL**
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://claude.ai)
|
||||
@@ -42,7 +42,7 @@ This repository provides essential skills to transform your AI assistant into a
|
||||
- [🎁 Curated Collections (Bundles)](#curated-collections)
|
||||
- [🧭 Antigravity Workflows](#antigravity-workflows)
|
||||
- [📦 Features & Categories](#features--categories)
|
||||
- [📚 Browse 968+ Skills](#browse-968-skills)
|
||||
- [📚 Browse 969+ Skills](#browse-969-skills)
|
||||
- [🤝 How to Contribute](#how-to-contribute)
|
||||
- [💬 Community](#community)
|
||||
- [☕ Support the Project](#support-the-project)
|
||||
@@ -341,7 +341,7 @@ The repository is organized into specialized domains to transform your AI into a
|
||||
|
||||
Counts change as new skills are added. For the current full registry, see [CATALOG.md](CATALOG.md).
|
||||
|
||||
## Browse 968+ Skills
|
||||
## Browse 969+ Skills
|
||||
|
||||
We have moved the full skill registry to a dedicated catalog to keep this README clean, and we've also introduced an interactive **Web App**!
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"generatedAt": "2026-02-08T00:00:00.000Z",
|
||||
"total": 968,
|
||||
"total": 969,
|
||||
"skills": [
|
||||
{
|
||||
"id": "00-andruia-consultant",
|
||||
@@ -22635,6 +22635,39 @@
|
||||
],
|
||||
"path": "skills/vibe-code-auditor/SKILL.md"
|
||||
},
|
||||
{
|
||||
"id": "videodb",
|
||||
"name": "videodb",
|
||||
"description": "Video and audio perception, indexing, and editing. Ingest files/URLs/live streams, build visual/spoken indexes, search with timestamps, edit timelines, add overlays/subtitles, generate media, and create real-time alerts.",
|
||||
"category": "general",
|
||||
"tags": [
|
||||
"[video",
|
||||
"editing",
|
||||
"transcription",
|
||||
"subtitles",
|
||||
"search",
|
||||
"streaming",
|
||||
"ai-generation",
|
||||
"media",
|
||||
"live-streams",
|
||||
"desktop-capture]"
|
||||
],
|
||||
"triggers": [
|
||||
"[video",
|
||||
"editing",
|
||||
"transcription",
|
||||
"subtitles",
|
||||
"search",
|
||||
"streaming",
|
||||
"ai-generation",
|
||||
"media",
|
||||
"live-streams",
|
||||
"desktop-capture]",
|
||||
"videodb",
|
||||
"video"
|
||||
],
|
||||
"path": "skills/videodb/SKILL.md"
|
||||
},
|
||||
{
|
||||
"id": "videodb-skills",
|
||||
"name": "videodb-skills",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: videodb
|
||||
description: See, Understand, Act on video and audio. See- ingest from local files, URLs, RTSP/live feeds, or live record desktop; return realtime context and playable stream links. Understand- extract frames, build visual/semantic/temporal indexes, and search moments with timestamps and auto-clips. Act- transcode and normalize (codec, fps, resolution, aspect ratio), perform timeline edits (subtitles, text/image overlays, branding, audio overlays, dubbing, translation), generate media assets (image, audio, video), and create real time alerts for events from live streams or desktop capture.
|
||||
description: Video and audio perception, indexing, and editing. Ingest files/URLs/live streams, build visual/spoken indexes, search with timestamps, edit timelines, add overlays/subtitles, generate media, and create real-time alerts.
|
||||
category: media
|
||||
risk: safe
|
||||
source: community
|
||||
|
||||
@@ -9189,6 +9189,16 @@
|
||||
"source": "original",
|
||||
"date_added": "2026-02-28"
|
||||
},
|
||||
{
|
||||
"id": "videodb",
|
||||
"path": "skills/videodb",
|
||||
"category": "media",
|
||||
"name": "videodb",
|
||||
"description": "Video and audio perception, indexing, and editing. Ingest files/URLs/live streams, build visual/spoken indexes, search with timestamps, edit timelines, add overlays/subtitles, generate media, and create real-time alerts.",
|
||||
"risk": "safe",
|
||||
"source": "community",
|
||||
"date_added": "2026-02-27"
|
||||
},
|
||||
{
|
||||
"id": "videodb-skills",
|
||||
"path": "skills/videodb-skills",
|
||||
|
||||
Reference in New Issue
Block a user