Kb Lint banner
NoobAIDeveloper NoobAIDeveloper

Kb Lint

Documentation community

Description

--- description: Lint the wiki and fix what can be fixed autonomously --- The user wants to lint the wiki. 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. Run the lint script: ```bash ~/.claude/skills/engram/.venv/bin/python ~/.claude/skills/engram/scripts/lint.py --kb $(pwd) ``` The script emits a structured report of issues (missin

Installation

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

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

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

Full documentation available on GitHub

View Source Repository