From 38582c9b6c72c7cbedfc751f1bb4b4384e50cb2f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 28 May 2026 19:48:42 +0000 Subject: [PATCH] chore: expand plugin keywords and refine description --- .claude-plugin/marketplace.json | 2 +- .gitignore | 1 + package.json | 8 +++++++- plugin/.claude-plugin/plugin.json | 8 +++++++- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index fd5a5d0..728d774 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,7 +11,7 @@ "name": "claude-smart", "version": "0.2.42", "source": "./plugin", - "description": "Learns user corrections and project playbooks via reflexio — uses Claude Code itself as the LLM backend (no external API key required)" + "description": "Learns user corrections into project-specific and shared skills via reflexio — uses Claude Code itself as the LLM backend (no external API key required)" } ] } diff --git a/.gitignore b/.gitignore index 07942c1..864cf32 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ benchmarks/memory_comparison/results # Local design docs / brainstorm specs (kept out of public repo) docs/superpowers/ +marketing/ \ No newline at end of file diff --git a/package.json b/package.json index a286184..4ca01f4 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,16 @@ "keywords": [ "claude", "claude-code", + "claude-code-plugin", + "codex", + "codex-plugin", + "memory", + "agent-memory", "plugin", "reflexio", "self-improvement", - "playbook", + "self-improving-agents", + "skills", "learning" ], "homepage": "https://github.com/ReflexioAI/claude-smart#readme", diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index 43e1d3c..2c0c523 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -8,10 +8,16 @@ "keywords": [ "claude", "claude-code", + "claude-code-plugin", + "codex", + "codex-plugin", + "memory", + "agent-memory", "plugin", "reflexio", "self-improvement", - "playbook", + "self-improving-agents", + "skills", "learning" ] }