agentsclimarketplace

Status

Skill vidit19sharma/neogents/skills/status

Show NEO second brain status — brain freshness, current focus, file sizes, and available tooling. Use when the user asks "where were we", "what's the status", or wants to check brain health.From its SKILL.md

Install
npx -y skills add vidit19sharma/neogents --skill status

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 290 tokens by cl100k_base, as published. Nobody here has run it

/neo:status — brain health check

  • Brain files: !wc -l .neo/brain/*.md 2>/dev/null || echo "no brain — run /neo:init"
  • Last save: !git log -1 --format="%ar — %s" -- .neo/brain 2>/dev/null || echo "no brain commits yet"
  • Code since last save: !git diff --stat $(git log -1 --format=%H -- .neo/brain 2>/dev/null) HEAD 2>/dev/null | tail -1 || echo "n/a"
  • Graphify: !command -v graphify >/dev/null 2>&1 && echo "available" || echo "not installed"

Report (concise, from the data above + brain contents)

  1. Focus — read .neo/brain/ACTIVE.md: current focus, next steps, open questions.
  2. Freshness — compare last brain save vs code changes since. If code moved but the brain didn't: flag it, offer /neo:save.
  3. Size discipline — flag ACTIVE.md over 150 lines or ARCHITECTURE.md over 500 (time for shadow to migrate/extract).
  4. Tooling — one line: graphify available or not.

No essays. A tight status block the user can scan in ten seconds.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.