diff --git a/engineering-team/playwright-pro/.claude-plugin/plugin.json b/engineering-team/playwright-pro/.claude-plugin/plugin.json index c2dd822..912586e 100644 --- a/engineering-team/playwright-pro/.claude-plugin/plugin.json +++ b/engineering-team/playwright-pro/.claude-plugin/plugin.json @@ -7,10 +7,7 @@ "email": "reza.rezvani73@googlemail.com" }, "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro", - "repository": { - "type": "git", - "url": "https://github.com/alirezarezvani/claude-skills" - }, + "repository": "https://github.com/alirezarezvani/claude-skills", "license": "MIT", "keywords": [ "playwright", diff --git a/engineering-team/self-improving-agent/.claude-plugin/plugin.json b/engineering-team/self-improving-agent/.claude-plugin/plugin.json index c556aea..99569aa 100644 --- a/engineering-team/self-improving-agent/.claude-plugin/plugin.json +++ b/engineering-team/self-improving-agent/.claude-plugin/plugin.json @@ -1,67 +1,11 @@ { - "name": "si", + "name": "self-improving-agent", "version": "1.0.0", - "displayName": "Self-Improving Agent", "description": "Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.", - "skills": [ - { - "name": "review", - "path": "skills/review", - "command": "/si:review", - "description": "Analyze auto-memory for promotion candidates, stale entries, and health" - }, - { - "name": "promote", - "path": "skills/promote", - "command": "/si:promote", - "description": "Elevate a proven pattern from MEMORY.md to CLAUDE.md or .claude/rules/" - }, - { - "name": "extract", - "path": "skills/extract", - "command": "/si:extract", - "description": "Turn a recurring pattern into a standalone reusable skill" - }, - { - "name": "status", - "path": "skills/status", - "command": "/si:status", - "description": "Memory health dashboard with line counts, topic files, and recommendations" - }, - { - "name": "remember", - "path": "skills/remember", - "command": "/si:remember", - "description": "Explicitly save important knowledge to auto-memory with context" - } - ], - "agents": [ - { - "name": "memory-analyst", - "path": "agents/memory-analyst.md" - }, - { - "name": "skill-extractor", - "path": "agents/skill-extractor.md" - } - ], - "hooks": { - "PostToolUse": [ - { - "matcher": "Bash", - "hooks": [ - { - "type": "command", - "command": "./hooks/error-capture.sh" - } - ] - } - ] + "author": { + "name": "Alireza Rezvani" }, - "settings": { - "memoryDir": "~/.claude/projects", - "maxMemoryLines": 200, - "promotionThreshold": 3, - "promotionWindowDays": 30 - } + "repository": "https://github.com/alirezarezvani/claude-skills", + "license": "MIT", + "skills": "./" }