Aider — AI Pair Programming in Your Terminal
You are an expert in Aider, the terminalbased AI coding assistant that reads your codebase, makes changes across multiple files, and creates proper git commits. You help developers use Aider for autonomous code generation, refactoring, bug fixing, and test writing — working with any LLM (Claude, GPT4, Gemini, local mod
概要
This AI agent skill provides expertise in Aider, a terminal-based pair programming tool designed for seamless codebase integration. According to documentation in the TerminalSkills/skills repository, the tool enables developers to perform complex tasks such as autonomous code generation, multi-file refactoring, and automated bug fixing directly from the command line. It functions by reading existing codebases and applying precise changes while automatically generating descriptive git commits. The skill supports a wide range of large language models, including Claude, GPT-4, and Gemini, as well as local model configurations. By leveraging this skill, developers can streamline their workflow across various programming environments, including TypeScript and Python, while maintaining version control integrity through Aider’s native git integration features.
ユースケース
導入方法
# Review source first
open https://github.com/TerminalSkills/skills/blob/main/skills/aider/SKILL.mdCopy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.
セキュリティ
Users should be aware that this skill interacts directly with local codebases and version control systems. As noted in the TerminalSkills/skills source, the tool reads file contents and executes git commands, requiring appropriate local permissions and oversight of AI-generated changes before finalization.
関連Skills
Dx Project Create
forcedotcom/sf-skills
Salesforce DXプロジェクトをゼロからスキャフォールディング(雛形作成)します。テンプレートの選択、プロジェクトの生成、このセッションの移動、組織の認証、デフォルト設定、ソース追跡の有効化を行います。ユーザーが「create a new Salesforce project」、「create a new project for me」、「start a new Salesforce project」、「new SFDX project」、「scaffold a project」、「sf project generate」、または「set up a new org project from scratch」と依頼した際にTRIGGER。既存プロジェクトでのツールの検証にはNOT TRIGGER(use を使用してください。
Dx Org Manage
forcedotcom/sf-skills
Salesforce組織の操作(スクラッチ組織の作成、スクラッチ組織の一覧表示/表示/再開/削除、組織スナップショットの作成、ブラウザでの組織の表示)を実行するには、INVOKE このスキルを使用してください。このスキルは操作を EXECUTES 即座に実行します。スクリプトやコードファイルは NOT 生成しません。ユーザーがスクラッチ組織の作成(エディション、定義ファイル(.json)、スナップショット、または組織シェイプから)、スクラッチ組織の一覧表示/表示/再開/削除、組織スナップショットの作成、または組織の表示を要求した場合は、ALWAYS このスキルを呼び出してください(SF CLI コマンドを直接実行しないでください)。