- playwright-pro: change repository from object to string - self-improving-agent: replace skills/agents/hooks/settings arrays with "skills": "./" auto-discovery, remove displayName, add author Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
341 B
JSON
12 lines
341 B
JSON
{
|
|
"name": "self-improving-agent",
|
|
"version": "1.0.0",
|
|
"description": "Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.",
|
|
"author": {
|
|
"name": "Alireza Rezvani"
|
|
},
|
|
"repository": "https://github.com/alirezarezvani/claude-skills",
|
|
"license": "MIT",
|
|
"skills": "./"
|
|
}
|