From 656fdac10f7be4bce26e495e1f75e4ed2ddf44a9 Mon Sep 17 00:00:00 2001 From: leduclinh Date: Wed, 4 Feb 2026 20:41:00 +0900 Subject: [PATCH] Add agentkits-memory and agentkits-marketing plugins - agentkits-memory: Persistent memory system with hybrid search, session tracking, and MCP server - agentkits-marketing: Complete AI marketing toolkit with 18 agents, 93 commands, 28 skills --- README.md | 2 ++ .../.claude-plugin/plugin.json | 12 ++++++++ plugins/agentkits-marketing/README.md | 27 +++++++++++++++++ .../.claude-plugin/plugin.json | 12 ++++++++ plugins/agentkits-memory/README.md | 29 +++++++++++++++++++ 5 files changed, 82 insertions(+) create mode 100644 plugins/agentkits-marketing/.claude-plugin/plugin.json create mode 100644 plugins/agentkits-marketing/README.md create mode 100644 plugins/agentkits-memory/.claude-plugin/plugin.json create mode 100644 plugins/agentkits-memory/README.md diff --git a/README.md b/README.md index e4de615..33e0cea 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [whimsy-injector](./plugins/whimsy-injector) ### Development Engineering +- [agentkits-memory](./plugins/agentkits-memory) - [ai-engineer](./plugins/ai-engineer) - [api-integration-specialist](./plugins/api-integration-specialist) - [backend-architect](./plugins/backend-architect) @@ -160,6 +161,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [update-branch-name](./plugins/update-branch-name) ### Marketing Growth +- [agentkits-marketing](./plugins/agentkits-marketing) - [app-store-optimizer](./plugins/app-store-optimizer) - [content-creator](./plugins/content-creator) - [growth-hacker](./plugins/growth-hacker) diff --git a/plugins/agentkits-marketing/.claude-plugin/plugin.json b/plugins/agentkits-marketing/.claude-plugin/plugin.json new file mode 100644 index 0000000..4942ff3 --- /dev/null +++ b/plugins/agentkits-marketing/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "agentkits-marketing", + "description": "Complete AI marketing toolkit with 18 specialized agents, 93 slash commands, 28 skills, and 19 training modules", + "version": "1.4.0", + "author": { + "name": "AityTech" + }, + "homepage": "https://github.com/aitytech/agentkits-marketing", + "repository": "https://github.com/aitytech/agentkits-marketing", + "license": "MIT", + "keywords": ["marketing", "agents", "seo", "cro", "copywriting", "email"] +} diff --git a/plugins/agentkits-marketing/README.md b/plugins/agentkits-marketing/README.md new file mode 100644 index 0000000..2efbf02 --- /dev/null +++ b/plugins/agentkits-marketing/README.md @@ -0,0 +1,27 @@ +# AgentKits Marketing + +Complete AI marketing toolkit — 18 specialized agents, 93 slash commands, 28 marketing skills, and 19 training modules in 11 languages. + +## Features + +- **18 Agents** covering the full customer lifecycle (attraction, conversion, retention, expansion) +- **93 Slash Commands** across 22 categories (campaigns, content, SEO, CRO, email, social, competitive analysis) +- **28 Marketing Skills** — deep knowledge bases including Marketing Psychology (70+ mental models), CRO Stack (7 frameworks), Programmatic SEO, Launch Strategy +- **19 Training Modules** in 11 languages — interactive marketing education inside your IDE +- **Quality Reviewers** — brand voice guardian, data analyst, and marketing strategist agents + +## Install + +```bash +# Via Claude Code Plugin Marketplace +/plugin marketplace add agentkits-marketing +/plugin install agentkits-marketing@agentkits-marketing + +# Or via npm +npx @aitytech/agentkits-marketing install +``` + +## Links + +- **GitHub:** https://github.com/aitytech/agentkits-marketing +- **Homepage:** https://www.agentkits.net/marketing diff --git a/plugins/agentkits-memory/.claude-plugin/plugin.json b/plugins/agentkits-memory/.claude-plugin/plugin.json new file mode 100644 index 0000000..0f03f3a --- /dev/null +++ b/plugins/agentkits-memory/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "agentkits-memory", + "description": "Persistent memory system for AI coding assistants with hybrid search, session tracking, and web viewer", + "version": "2.2.0", + "author": { + "name": "AityTech" + }, + "homepage": "https://github.com/aitytech/agentkits-memory", + "repository": "https://github.com/aitytech/agentkits-memory", + "license": "MIT", + "keywords": ["memory", "context", "persistence", "mcp", "sessions"] +} diff --git a/plugins/agentkits-memory/README.md b/plugins/agentkits-memory/README.md new file mode 100644 index 0000000..25c0a7f --- /dev/null +++ b/plugins/agentkits-memory/README.md @@ -0,0 +1,29 @@ +# AgentKits Memory + +Persistent memory system for AI coding assistants — saves decisions, patterns, errors, and context across sessions via MCP. + +## Features + +- **MCP Server** with 8 tools: `memory_save`, `memory_search`, `memory_timeline`, `memory_details`, `memory_recall`, `memory_list`, `memory_update`, `memory_delete` +- **Hybrid Search** combining SQLite FTS5 full-text search with vector embeddings +- **Session Management** with automatic summarization +- **Context Hooks** for SessionStart, UserPromptSubmit, PostToolUse, and Stop events +- **Web Viewer** for browsing memories visually +- **No Daemon** — single SQLite file, zero infrastructure + +## Install + +```bash +# Via Claude Code Plugin Marketplace +/plugin marketplace add agentkits-memory +/plugin install agentkits-memory@agentkits-memory + +# Or via npm +npx @aitytech/agentkits-memory install +``` + +## Links + +- **GitHub:** https://github.com/aitytech/agentkits-memory +- **npm:** https://www.npmjs.com/package/@aitytech/agentkits-memory +- **Homepage:** https://www.agentkits.net/memory