Kb Init banner
NoobAIDeveloper NoobAIDeveloper

Kb Init

Development community

Description

--- description: Scaffold a new engram knowledge base at the given path argument-hint: <path> [--no-obsidian] [--no-git] [--force] --- The user wants to scaffold a new engram KB. Run the init script: ```bash ~/.claude/skills/engram/.venv/bin/python ~/.claude/skills/engram/scripts/init.py $ARGUMENTS ``` If `$ARGUMENTS` is empty, ask the user where they want the KB to live (suggest `~/engram` as a default). Don't proceed without an explicit path. After the script succeeds, briefly tell the us

Installation

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

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

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

Full documentation available on GitHub

View Source Repository