Commit Graph

5 Commits

Author SHA1 Message Date
Alireza Rezvani
687fe0bd69 fix: marketplace audit — all 11 plugins validated by Claude Code (#295)
Marketplace audit: all 11 plugins validated + installed + tested in Claude Code
2026-03-07 15:31:26 +01:00
Reza Rezvani
3622efedc0 fix: add YAML frontmatter (name + description) to all SKILL.md files
- Added frontmatter to 34 skills that were missing it entirely (0% Tessl score)
- Fixed name field format to kebab-case across all 169 skills
- Resolves #284
2026-03-06 20:35:35 +01:00
Reza Rezvani
88eb7b27e2 fix: use record format for self-improving-agent hooks.json
Claude Code expects hooks as a record keyed by event name, not an array.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 09:19:33 +01:00
Reza Rezvani
a46d3b0b37 fix: resolve remaining plugin.json schema errors
- 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>
2026-03-06 09:07:38 +01:00
Alireza Rezvani
e09d202aa3 feat: add self-improving-agent plugin — auto-memory curation for Claude Code (#260)
New plugin: engineering-team/self-improving-agent/
- 5 skills: /si:review, /si:promote, /si:extract, /si:status, /si:remember
- 2 agents: memory-analyst, skill-extractor
- 1 hook: PostToolUse error capture (zero overhead on success)
- 3 reference docs: memory architecture, promotion rules, rules directory patterns
- 2 templates: rule template, skill template
- 20 files, 1,829 lines

Integrates natively with Claude Code's auto-memory (v2.1.32+).
Reads from ~/.claude/projects/<path>/memory/ — no duplicate storage.
Promotes proven patterns from MEMORY.md to CLAUDE.md or .claude/rules/.

Also:
- Added to marketplace.json (18 plugins total)
- Added to README (Skills Overview + install section)
- Updated badge count to 88+
- Regenerated .codex/skills-index.json + symlink

Co-authored-by: Leo <leo@openclaw.ai>
2026-03-05 17:16:53 +01:00