az9713

Similar — Development skill for Claude Code

Development community

Find reports related to a specific topic or report.

How to install Similar

Installs to ~/.claude/commands/az9713-cerebro-similar.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/az9713/cerebro/HEAD/.claude/commands/similar.md -o ~/.claude/commands/az9713-cerebro-similar.md

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

What Similar does


description: Find reports related to a specific topic or report

Find Similar Reports

Find reports related to: $ARGUMENTS

Usage

/similar      # Find reports similar to a specific report
/similar            # Find reports about a topic
/similar "machine learning" # Search by keyword/phrase

Steps

Finding Similar to a Report

  1. Read the source report from provided path
  2. Extract key signals:
    • Title keywords
    • Key takeaways
    • T

Alternatives in Development

  • Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
  • Om Tidy — Self-maintenance pass — acts on every hygiene flag: archives completed work, groups loose clusters, splits ove 4.6k ★
  • Domxss — Confirm DOM XSS in a real headless browser — injects canary payloads into params + URL fragment and only repor 4.5k ★

Full documentation available on GitHub

View Source Repository