Voice Copilot Install banner
zircote zircote

Voice Copilot Install

Git community

Description

--- description: Install voice profile(s) into a project's GitHub Copilot configuration --- # /human-voice:voice-copilot-install Install one or more human-voice profiles into a target project as GitHub Copilot custom instructions, prompts, agents, AGENTS.md, and a PR review workflow. ## Arguments `$ARGUMENTS` — optional CLI args forwarded to `bin/voice-copilot-install`. Examples: - `--target /path/to/repo` (default: current working directory) - `--profile robert-allen` (single profile; defa

Installation

Installs to ~/.claude/skills/zircote-human-voice-voice-copilot-install/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zircote-human-voice-voice-copilot-install && curl -fsSL https://raw.githubusercontent.com/zircote/human-voice/HEAD/commands/voice-copilot-install.md -o ~/.claude/skills/zircote-human-voice-voice-copilot-install/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository