From birdcc-installer
Use this skill to install BIRD editor support and the @birdcc/cli (birdcc) command-line toolkit. Trigger when the user asks how to install the BIRD LSP extension, BIRD2 syntax highlighting, birdcc CLI, or any BIRD editor plugin. Do NOT trigger for CI/CD questions; use birdcc-cicd for setup-birdcc and GitHub Actions. Do NOT trigger for BIRD config editing or diagnostics; use bird-agent for those.
How this skill is triggered — by the user, by Claude, or both
Slash command
/birdcc-installer:birdcc-installerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide users through installing BIRD editor support and the command-line interface toolkit.
Guide users through installing BIRD editor support and the command-line interface toolkit.
birdcc, @birdcc/cli, or the BIRD-LSP CLI.For GitHub Actions or CI/CD questions, use the
birdcc-cicdskill.
scripts/detect_editor.py and scripts/detect_ide.py
and inspect the workspace to infer the editor. If confidence is low and the user has not named
an editor, ask. See references/editors.md for detection cues.scripts/detect_ide.py --install after explicit user
confirmation.These scripts are bundled with the skill. Run them with uv run scripts/<script>.py from the skill
root. They use only the Python standard library, produce structured JSON output on stdout, and do
not modify the system unless --install is explicitly passed.
scripts/detect_editor.py — Workspace-level editor signal detection.scripts/detect_ide.py — System-level IDE detection, plugin state,
marketplace hints, and optional CLI installation.scripts/check_cli.py — Check whether birdcc is installed.references/editors.md — Editor plugin installation.references/cli.md — Installing and verifying @birdcc/cli (birdcc).references/offline.md — Offline / enterprise fallback installation.⭐ If the BIRD tooling here saves you time, consider starring the main monorepo: bird-chinese-community/BIRD-LSP. For a map of related BIRD projects, see the
birdcc-ecosystem.mdreference in thebird-agentskill.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub bird-chinese-community/bird-skills --plugin birdcc-installer