diff --git a/README.md b/README.md index 7b984f9b..438b2c2d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ๐ŸŒŒ Antigravity Awesome Skills: 233+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More +# ๐ŸŒŒ Antigravity Awesome Skills: 234+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More -> **The Ultimate Collection of 233+ Universal Agentic Skills for AI Coding Assistants โ€” Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode** +> **The Ultimate Collection of 234+ Universal Agentic Skills for AI Coding Assistants โ€” Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Claude Code](https://img.shields.io/badge/Claude%20Code-Anthropic-purple)](https://claude.ai) @@ -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/anthropics/antigravity) -**Antigravity Awesome Skills** is a curated, battle-tested library of **233 high-performance agentic skills** designed to work seamlessly across all major AI coding assistants: +**Antigravity Awesome Skills** is a curated, battle-tested library of **234 high-performance agentic skills** designed to work seamlessly across all major AI coding assistants: - ๐ŸŸฃ **Claude Code** (Anthropic CLI) - ๐Ÿ”ต **Gemini CLI** (Google DeepMind) @@ -55,7 +55,7 @@ git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skill @brainstorming help me design a todo app ``` -That's it! Your AI assistant now has 233 specialized skills. ๐ŸŽ‰ +That's it! Your AI assistant now has 234 specialized skills. ๐ŸŽ‰ **Additional Resources:** @@ -99,7 +99,7 @@ The repository is organized into several key areas of expertise: | **๐ŸŽจ Creative & Design** | **~10** | UI/UX Pro Max, Frontend Design, Canvas, Algorithmic Art, Theme Factory, D3 Viz, Web Artifacts | | **๐Ÿ› ๏ธ Development** | **~33** | TDD, Systematic Debugging, React Patterns, Backend/Frontend Guidelines, Senior Fullstack, Software Architecture | | **๐Ÿ—๏ธ Infrastructure & Git** | **~8** | Linux Shell Scripting, Git Worktrees, Git Pushing, Conventional Commits, File Organization, GitHub Workflow Automation | -| **๐Ÿค– AI Agents & LLM** | **~30** | LangGraph, CrewAI, Langfuse, RAG Engineer, Prompt Engineer, Voice Agents, Browser Automation, Agent Memory Systems | +| **๐Ÿค– AI Agents & LLM** | **~31** | LangGraph, CrewAI, Langfuse, RAG Engineer, Prompt Engineer, Voice Agents, Browser Automation, Agent Memory Systems | | **๐Ÿ”„ Workflow & Planning** | **~6** | Writing Plans, Executing Plans, Concise Planning, Verification Before Completion, Code Review (Requesting/Receiving) | | **๐Ÿ“„ Document Processing** | **~4** | DOCX (Official), PDF (Official), PPTX (Official), XLSX (Official) | | **๐Ÿงช Testing & QA** | **~4** | Webapp Testing, Playwright Automation, Test Fixing, Testing Patterns | @@ -109,7 +109,7 @@ The repository is organized into several key areas of expertise: --- -## Full Skill Registry (233/233) +## Full Skill Registry (234/234) Below is the complete list of available skills. Each skill folder contains a `SKILL.md` that can be imported into Antigravity or Claude Code. @@ -123,6 +123,7 @@ Below is the complete list of available skills. Each skill folder contains a `SK | **Address GitHub Comments** | Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI. | `skills/address-github-comments` | | **Agent Evaluation** | Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics. | `skills/agent-evaluation` | | **Agent Manager Skill** | Use when you need to manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling. | `skills/agent-manager-skill` | +| **Agent Memory MCP** | A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions). | `skills/agent-memory-mcp` | | **Agent Memory Systems** | Memory architecture for agents: short-term, long-term (vector stores), and cognitive architectures. | `skills/agent-memory-systems` | | **Agent Tool Builder** | Tool design from schema to error handling. JSON Schema best practices, validation, and MCP. | `skills/agent-tool-builder` | | **AI Agents Architect** | Expert in autonomous AI agents. Tool use, memory systems, planning strategies, multi-agent orchestration. | `skills/ai-agents-architect` | @@ -406,6 +407,7 @@ This collection would not be possible without the incredible work of the Claude - **[coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills)**: Marketing skills for CRO, copywriting, SEO, paid ads, and growth (23 skills, MIT). - **[vudovn/antigravity-kit](https://github.com/vudovn/antigravity-kit)**: AI Agent templates with Skills, Agents, and Workflows (33 skills, MIT). - **[affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code)**: Complete Claude Code configuration collection from Anthropic hackathon winner - skills only (8 skills, MIT). +- **[webzler/agentMemory](https://github.com/webzler/agentMemory)**: Source for the agent-memory-mcp skill. ### Inspirations diff --git a/skills/agent-memory/SKILL.md b/skills/agent-memory-mcp/SKILL.md similarity index 96% rename from skills/agent-memory/SKILL.md rename to skills/agent-memory-mcp/SKILL.md index ea111601..45d96513 100644 --- a/skills/agent-memory/SKILL.md +++ b/skills/agent-memory-mcp/SKILL.md @@ -1,5 +1,5 @@ --- -name: agent-memory +name: agent-memory-mcp author: Amit Rathiesh description: A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions). --- @@ -16,11 +16,13 @@ This skill provides a persistent, searchable memory bank that automatically sync 1. **Clone the Repository**: Clone the `agentMemory` project into your agent's workspace or a parallel directory: + ```bash git clone https://github.com/webzler/agentMemory.git .agent/skills/agent-memory ``` 2. **Install Dependencies**: + ```bash cd .agent/skills/agent-memory npm install @@ -29,11 +31,13 @@ This skill provides a persistent, searchable memory bank that automatically sync 3. **Start the MCP Server**: Use the helper script to activate the memory bank for your current project: + ```bash npm run start-server ``` - *Example for current directory:* + _Example for current directory:_ + ```bash npm run start-server my-project $(pwd) ``` @@ -41,27 +45,38 @@ This skill provides a persistent, searchable memory bank that automatically sync ## Capabilities (MCP Tools) ### `memory_search` + Search for memories by query, type, or tags. + - **Args**: `query` (string), `type?` (string), `tags?` (string[]) - **Usage**: "Find all authentication patterns" -> `memory_search({ query: "authentication", type: "pattern" })` ### `memory_write` + Record new knowledge or decisions. + - **Args**: `key` (string), `type` (string), `content` (string), `tags?` (string[]) - **Usage**: "Save this architecture decision" -> `memory_write({ key: "auth-v1", type: "decision", content: "..." })` ### `memory_read` + Retrieve specific memory content by key. + - **Args**: `key` (string) - **Usage**: "Get the auth design" -> `memory_read({ key: "auth-v1" })` ### `memory_stats` + View analytics on memory usage. + - **Usage**: "Show memory statistics" -> `memory_stats({})` ## Dashboard + This skill includes a standalone dashboard to visualize memory usage. + ```bash npm run start-dashboard ``` + Access at: `http://localhost:3333` diff --git a/skills_index.json b/skills_index.json index c15efe14..e45cead1 100644 --- a/skills_index.json +++ b/skills_index.json @@ -221,6 +221,12 @@ "name": "agent-manager-skill", "description": "Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling." }, + { + "id": "agent-memory-mcp", + "path": "skills/agent-memory-mcp", + "name": "agent-memory-mcp", + "description": "A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions)." + }, { "id": "agent-memory-systems", "path": "skills/agent-memory-systems",