Files
claude-skills-reference/engineering-team/self-improving-agent/.claude-plugin/plugin.json
Reza Rezvani 95f8bd42b2 fix(plugins): normalize author fields and versions in 4 plugin.json files
- executive-mentor: add url to author, add homepage + repository
- self-improving-agent: add url to author, version 1.0.0 → 2.1.2
- playwright-pro: fix author name (Reza → Alireza), replace email with url, version 1.0.0 → 2.1.2
- google-workspace-cli: add url to author

All plugin.json files now use consistent author object format.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 11:07:08 +01:00

14 lines
495 B
JSON

{
"name": "self-improving-agent",
"version": "2.1.2",
"description": "Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.",
"author": {
"name": "Alireza Rezvani",
"url": "https://alirezarezvani.com"
},
"repository": "https://github.com/alirezarezvani/claude-skills",
"license": "MIT",
"skills": "./",
"homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/self-improving-agent"
}