Ecro

Negatives — Development skill for Claude Code

Development community

/negatives — Interactive mutation-oracle authoring.

How to install Negatives

Installs to ~/.claude/commands/ecro-embedeval-negatives.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Ecro/embedeval/HEAD/.claude/commands/negatives.md -o ~/.claude/commands/ecro-embedeval-negatives.md

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

What Negatives does

/negatives — Interactive mutation-oracle authoring

Communication Protocol

  • Be direct. No preamble, no ceremony, no encouragement.
  • Show the user concrete content (code, check names, reference snippets) before asking questions.
  • Ask ONE decision per AskUserQuestion call — never batch multiple unrelated decisions.
  • Never guess judgment calls. If unclear, ask.
  • Never skip the oracle gate. A negative that doesn't pass oracle is not landed.

Sequentially author `negatives.py` for every ca

Alternatives in Development

  • Understand Anything — Graphs that teach graphs that impress 80.7k ★
  • Clean Worktree (Interactive) — Interactive cleanup of worktrees: lists merged/stale branches and asks confirmation before deleting 25.5k ★
  • Claudia — A powerful GUI app and Toolkit for Claude Code - Create custom agents, manage interactive Claude Code sessions 21k ★

Full documentation available on GitHub

View Source Repository