Files
wehub-resource-sync a1fa97429b
Deploy Documentation to Pages / build (push) Has been cancelled
Deploy Documentation to Pages / deploy (push) Has been cancelled
Release / Tag + GitHub Release (push) Has been cancelled
Sync Codex Skills Symlinks / sync (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:41:47 +08:00

29 lines
820 B
JSON

{
"name": "self-improving-agent",
"displayName": "Self-Improving Agent",
"version": "1.0.0",
"description": "Curate auto-memory, promote learnings to rules, extract skills from patterns.",
"author": "Reza Rezvani",
"license": "MIT",
"platforms": ["claude-code", "openclaw", "codex"],
"category": "development",
"tags": ["memory", "auto-memory", "self-improvement", "learning", "rules", "skills"],
"repository": "https://github.com/alirezarezvani/claude-skills",
"commands": {
"review": "/si:review",
"promote": "/si:promote",
"extract": "/si:extract",
"status": "/si:status",
"remember": "/si:remember"
},
"hooks": {
"PostToolUse": {
"Bash": "${CLAUDE_PLUGIN_ROOT}/hooks/error-capture.sh"
}
},
"agents": [
"memory-analyst",
"skill-extractor"
]
}