GhostlyGawd

Meta Retro — Security skill for Claude Code

Security community

Monthly audit of the harness itself — prune dead weight, surface drift, update autonomy graduation.

How to install Meta Retro

Installs to ~/.claude/skills/ghostlygawd-recursive-harness-meta-retro/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ghostlygawd-recursive-harness-meta-retro && curl -fsSL https://raw.githubusercontent.com/GhostlyGawd/recursive-harness/HEAD/commands/meta-retro.md -o ~/.claude/skills/ghostlygawd-recursive-harness-meta-retro/SKILL.md

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

What Meta Retro does


description: Monthly audit of the harness itself — prune dead weight, surface drift, update autonomy graduation. The retro of retros.

Audit the harness as a system (skill: retrospection, applied to the repo):

  1. Usage: resolve the CLI install-agnostically (never assume ~/.claude; resolve per shell) — HARNESS="$(dirname "$(cd "${CLAUDE_CONFIG_DIR:-$HOME/.claude}/hooks" && pwd -P)")"; "$HARNESS/bin/harness" skill-stats --days 30. This command operates entirely on the trunk:

Alternatives in Security

  • T3mp3st — autonomous red teaming platform; multi-agent offensive-security meta-harness 5.7k ★
  • Maestro Knowledge — Intent-driven knowledge-store and Run knowledge lifecycle management — audit/prune, stage candidates (with sig 530 ★
  • Reflexion — Audit and optimize the .claude/ ecosystem — skills, hooks, guides, patterns, agents, and settings — for qualit 224 ★

Full documentation available on GitHub

View Source Repository