claude-skills/engineering-team/self-improving-agent/skills
Claude 3349509db4
fix(scripts,plugins): exclude tool-sync dirs from convert.sh; rename si plugin's status/review skills
- convert.sh's SKILL.md finder now excludes .claude, .codex, .codex-plugin,
  .gemini, .hermes, .vibe, and docs — these are generated/symlinked mirrors
  for other tools, not source-of-truth skills. On platforms where git
  materializes symlinks as plain text (e.g. Git Bash on Windows), the
  mirrored files were being parsed as SKILL.md candidates and failing
  frontmatter extraction, flooding the run with "Skipping invalid
  frontmatter" warnings (#897).

- Renamed the self-improving-agent (si) plugin's `status` and `review`
  skills to `memory-status` and `memory-review` so their bare `name:`
  values no longer collide with Claude Code's built-in `/status` and
  `/review` commands (#885). Updated all in-plugin references
  (CLAUDE.md, README, agents, hooks, references, settings.json,
  plugin.json) to the new `/si:memory-status` / `/si:memory-review`
  invocations.

Fixes #897 (duplicate of #896), #885.
2026-07-08 05:37:03 +00:00
..
extract feat(skills): wave-3 optimization — domain overhauls per newgen audit 2026-06-11 03:58:41 +00:00
memory-review fix(scripts,plugins): exclude tool-sync dirs from convert.sh; rename si plugin's status/review skills 2026-07-08 05:37:03 +00:00
memory-status fix(scripts,plugins): exclude tool-sync dirs from convert.sh; rename si plugin's status/review skills 2026-07-08 05:37:03 +00:00
promote feat(skills): wave-3 optimization — domain overhauls per newgen audit 2026-06-11 03:58:41 +00:00
remember fix(scripts,plugins): exclude tool-sync dirs from convert.sh; rename si plugin's status/review skills 2026-07-08 05:37:03 +00:00
self-improving-agent fix(scripts,plugins): exclude tool-sync dirs from convert.sh; rename si plugin's status/review skills 2026-07-08 05:37:03 +00:00