birdcc-installerlisted
Install: claude install-skill bird-chinese-community/BIRD.skills
# BIRD Tooling Installer Skill
Guide users through installing BIRD editor support and the command-line interface toolkit.
## When to use this skill
- The user asks how to install BIRD / BIRD2 / BIRD3 support in an editor.
- The user asks for the VSCode / OpenVSX extension name for BIRD config.
- The user asks how to install `birdcc`, `@birdcc/cli`, or the BIRD-LSP CLI.
- The user wants to add BIRD syntax highlighting to Neovim, Vim, or JetBrains IDEA.
- The user asks which BIRD editor plugins provide LSP versus only syntax highlighting.
> For GitHub Actions or CI/CD questions, use the `birdcc-cicd` skill.
> For editing or diagnosing BIRD config files, use the `bird-agent` skill.
## When NOT to use this skill
- The user is asking about BIRD config syntax, route filters, protocols, or runtime behavior.
- The user wants lint/format results for an existing BIRD config file.
- The user is asking for a GitHub Actions workflow that installs `birdcc` or runs diagnostics.
- The user is troubleshooting a running `bird` daemon.
## Core principles
1. **Detect the user's editor first.** Run `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.
2. **Default to official marketplace / OpenVSX / JetBrains Marketplace.** Provide deep links before
CLI commands, and CLI commands before VSIX fallback.
3. **Do not auto-inst