AI tools for daily coding workflows.
./askai/— unified AI interface (AskAI) and vendor implementations./tools/— CLI tools built on AskAI./— config files (package.json,tsconfig.json, etc.)
csh— terminal chat with shell execution (example)holefill— fill.?.placeholders in code via AIshot— one-shot AI code editing with tool callsrefactor— context-aware code refactoring with smart compactionboard— multi-advisor panel for file reviewlong— codex loop: goal → work → board review → repeat
npm install -gThen run any tool from the terminal (e.g. csh s, holefill file.ts).
API keys go in ~/.config/<vendor>.token (e.g. ~/.config/openai.token).
See ./askai/AskAI.md for the AskAI library API reference.
MIT