Skip to content

VictorTaelin/AI-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

288 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taelin AI Scripts

AI tools for daily coding workflows.

Structure

  • ./askai/ — unified AI interface (AskAI) and vendor implementations
  • ./tools/ — CLI tools built on AskAI
  • ./ — config files (package.json, tsconfig.json, etc.)

Tools

  • csh — terminal chat with shell execution (example)
  • holefill — fill .?. placeholders in code via AI
  • shot — one-shot AI code editing with tool calls
  • refactor — context-aware code refactoring with smart compaction
  • board — multi-advisor panel for file review
  • long — codex loop: goal → work → board review → repeat

Usage

npm 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.

License

MIT

About

Some handy AI scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors