Kb Status banner
NoobAIDeveloper NoobAIDeveloper

Kb Status

Development community

Description

--- description: Show sync and ingest stats for the current KB --- The user wants a quick status readout. The current working directory should be a engram KB (it should contain a `CLAUDE.md` and a `.engram/` subdirectory). If it doesn't, tell the user to `cd` into their KB first or run `/kb-init` to scaffold one. There's no dedicated stats script — compute it yourself from files on disk: - **Last sync**: `lastSyncAt` and `totalBookmarks` from `.engram/sync-meta.json` (or "never synced" if mis

Installation

Installs to ~/.claude/skills/noobaideveloper-twitter-wiki-kb-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/noobaideveloper-twitter-wiki-kb-status && curl -fsSL https://raw.githubusercontent.com/NoobAIDeveloper/twitter-wiki/HEAD/commands/kb-status.md -o ~/.claude/skills/noobaideveloper-twitter-wiki-kb-status/SKILL.md

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

Full documentation available on GitHub

View Source Repository