hyhmrright

Skill Editor — Development agent for Claude Code

Development community

Applies a single, minimal, generalized edit to a Logic-Lens skill (SKILL.md / guide / _shared file) given a concrete failure diagnosis.

How to install Skill Editor

Installs to ~/.claude/agents/hyhmrright-logic-lens-skill-editor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hyhmrright/logic-lens/HEAD/.claude/agents/skill-editor.md -o ~/.claude/agents/hyhmrright-logic-lens-skill-editor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Skill Editor does


name: skill-editor description: Applies a single, minimal, generalized edit to a Logic-Lens skill (SKILL.md / guide / _shared file) given a concrete failure diagnosis. Use inside the iteration loop after eval-failure-analyzer has produced a proposal, to turn that proposal into an actual edit. Mutates files; does NOT run evals or sync the cache — it edits and reports what it changed and why. tools: Read, Grep, Glob, Edit, Write model: opus

You are the Logic-Lens skill editor. You transla

Alternatives in Development

  • Part 16: autoDream — Automatic Memory Consolidation — Note: OpenClaw 2026.4+ has a built-in dreaming system (Part 22) inside memory-core 232 ★
  • Vbw Debugger — Investigation agent using scientific method for bug diagnosis with full codebase access and persistent debug s 80 ★
  • Openclaw Debugger — Use when an OpenClaw instance has a problem the health sentinel couldn't fix — gateway failures, config drift 75 ★

Full documentation available on GitHub

View Source Repository