|
Trycycle
github.com/danshapiro/trycycle · by Dan Shapiro
|
skill |
A hill-climbing skill that plans, strengthens, builds, and reviews code automatically. Spawns fresh planner and reviewer agents each round (up to 5 plan revisions, 8 review rounds) so stale context never accumulates. Handles worktree, plan, test plan, build, and review end-to-end without further input unless human judgment is needed. Also works with Codex CLI, Kimi CLI, and OpenCode. |
✓ |
|
Gas Town
github.com/gastownhall/gastown · by Steve Yegge
|
wrapper |
A Go-based multi-agent workspace manager (gt CLI) that coordinates fleets of Claude Code / Codex / Copilot / Gemini agents. Built-in mailboxes, identities, handoffs, git-worktree-backed persistent hooks, and a Beads issue ledger so work state survives crashes. Designed to scale from a handful of agents to 20–30. Talk to "the Mayor" — a Claude Code instance that coordinates your town of rigs, crew, and polecat worker agents. |
✓ |
|
graphify
github.com/safishamsi/graphify · by Safi Shamsi
|
skill + MCP |
Turns any folder (code, docs, PDFs, screenshots, even audio/video) into a queryable knowledge graph. Deterministic tree-sitter AST pass for 25 languages, faster-whisper transcription for A/V, then Claude subagents extract concepts and relationships. Leiden community detection (no embeddings). Outputs interactive HTML, JSON graph, and a plain-language report. Installs an always-on PreToolUse hook so Claude reads the graph before grepping — claims 71.5× fewer tokens per query vs reading raw files. Optional MCP server mode. |
|
|
claude-mem
github.com/thedotmack/claude-mem · claude-mem.ai
|
plugin + MCP |
Captures everything Claude does during sessions, compresses it with the Claude Agent SDK, and injects relevant context back into future sessions. Progressive-disclosure retrieval with token-cost visibility, MCP search tools for querying past observations, a live web viewer at localhost:37777, and <private> tags to exclude sensitive content. Install via npx claude-mem install or the Claude Code plugin marketplace. |
|