basnijholtbasnijholtCommunityยท1 Agent Skills Included

agent-cli

Local voice transcription, text correction, and parallel coding workflows

Transcribes speech to clipboard, corrects grammar, edits text with voice commands, and converts text to speech, all running locally on your machine. Spawns parallel coding agents in isolated git worktrees so multiple features or reviews progress at the same time. Eliminates slow typing, cloud privacy risks, and manual branch juggling with hotkey-driven, offline-capable commands.
npx skills add basnijholt/agent-cli --all -g -y
Available:

Gives the AI agent the project's architecture map, coding rules, and testing requirements so it can modify this CLI codebase correctly and verify changes before finishing.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agent-cli?โ–ผ

Run `npx skills add basnijholt/agent-cli --all -g -y` in your terminal to install all skills in this suite globally.

How to transcribe voice to text locally?โ–ผ

Use the `transcribe` command, which records your microphone and copies the text to your clipboard using a local Whisper server, with optional system-wide hotkeys.

How to run parallel coding agents in git worktrees?โ–ผ

Use `agent-cli dev new <branch> --prompt-file <file>` to spin up isolated worktrees, each with its own coding agent working on a separate task.

Does agent-cli work offline without cloud APIs?โ–ผ

Yes. It is local-first by design, using Ollama, Whisper, and Kokoro on your machine, with OpenAI or Gemini only as optional providers.

Which platforms does agent-cli support?โ–ผ

It runs on macOS and Linux, with a native macOS menu bar app, Docker images, and setup scripts for automated installation.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’