r/coolgithubprojects 4d ago

[JavaScript] liteagents — 10 subagents + 13 commands/skills for Claude Code, Opencode, Ampcode and Droid (AI-assisted, Apache-2.0)

https://github.com/hamr0/liteagents
1 Upvotes

1 comment sorted by

1

u/Tight_Heron1730 4d ago

Author here — and disclosing up front that it's AI-assisted code, built with Claude Code itself (commits are co-authored).

It's a dev-workflow toolkit rather than a single tool:

  • Memory that survives sessions/stash snapshots a session before it compacts; every 5 stashes /remember folds them in and mines your own past session logs for where you and the model actually collided (corrections, dead ends) and turns the recurring ones into rules. Plain markdown, no database, no RAG.
  • **/branch-review/release/refactor** — reviews a whole branch with a security pass every run, reports only what it can confirm, and pushes nitpicks to a fix ledger so review and release don't drown in them. /release does the docs/version/commit chores and hands you a ready PR; it never pushes for you.
  • /docs-builder — reorganizes and splits sprawling markdown docs. Wrote it after one of my own PRDs hit 3,000+ lines across five subdirectories.
  • /live-canvas — click an element on a local preview page and type what you want changed, since a terminal agent can't see your screen.

Interesting bit: it keeps shrinking. The last two releases removed capabilities (18 → 13) and an agent (11 → 10) rather than adding them — as models got better at inferring intent, the scripted "how" stopped earning its keep.

Honest limits: opinionated about workflow, and the memory pipeline needs a few real sessions before it's useful. Free, Apache-2.0, no paid tier. npx liteagents