AI Tools Overview
Needlecast provides several ways to integrate AI coding assistants into your workflow.
Prompt Library
Save and reuse AI prompts with {variable} substitution.
Creating Prompts
- Open AI Tools → Prompt Library
- Click + to create a new prompt
- Enter name, category, and body text
- Use
{variableName}for placeholders
Using Prompts
- Select a prompt from the list
- Fill in variable values
- Click Paste to Terminal
The prompt is sent to the active terminal with variables substituted.
Categories
Organize prompts by category (e.g., “Code Review”, “Documentation”, “Testing”).
Command Library
Save frequently used terminal commands for quick access.
Creating Commands
- Open AI Tools → Command Library
- Click + to create a new command
- Enter name and command line
- Optionally add description
Running Commands
- Select a command
- Click Run in Terminal
- Command executes in the active project context
AI Tools Menu
The AI Tools menu auto-detects installed AI CLI tools:
- Claude
- Gemini
- Codex
- APM
- Custom CLIs
Click any detected tool to launch it in the terminal.
Auto-Detection
Needlecast scans for common AI tools:
claude— Anthropic Claude CLIgemini— Google Gemini CLIcodex— OpenAI Codexapm— Agentic Project Manager
Custom CLIs can be configured in Settings.
Variable Substitution
Use {varName} syntax in prompts and commands:
Review this code for {language} best practices:
{codeSnippet}
When pasting, Needlecast prompts for each variable value.