VictorTaelin/AI-scripts
Some handy AI scripts
What it solves
This project provides a set of command-line tools designed to integrate AI into daily coding workflows, automating repetitive tasks like code editing, refactoring, and terminal interaction.
How it works
The system is built on a unified AI interface called AskAI, which allows different AI vendors to be used. It provides several specialized tools:
csh: A terminal chat interface that can execute shell commands.holefill: Uses AI to fill in placeholders (like.?.) or apply multiple edits (like.!.) based on instructions within the file.holefill: A tool for one-shot AI code editing using tool calls.refactor: Performs context-aware code refactoring with smart compaction to manage context window limits.board: Creates a multi-advisor panel for reviewing files.long: A loop that follows a goal-oriented process: goal $\rightarrow$ work $\rightarrow$ board review $\rightarrow$ repeat.
Who it’s for
Developers who want to leverage AI to accelerate their code editing, refactoring, and terminal operations directly from the command line.
Highlights
- Unified AI interface for vendor flexibility.
- Specialized tools for targeted code editing and refactoring.
- csh for AI-powered terminal chat with shell execution.
- A goal-oriented loop (
long) for complex tasks.
Related
- Project
- Project
- Project
- Project
- Project