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, or apply many edits via .!. (instructions written in-file), 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 → repeatnpm install -g
Then 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
234 commits
31 commits
TypeScript
100.0%
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, or apply many edits via .!. (instructions written in-file), 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 → repeatnpm install -g
Then 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
234 commits
31 commits
TypeScript
100.0%