{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "bird-skills", "description": "Agent skills for BIRD projects, editor tooling, CI/CD, source research, and incident diagnosis.", "version": "2.0.0", "author": { "name": "bird-chinese-community" }, "homepage": "https://github.com/bird-chinese-community/BIRD.skills", "repository": "https://github.com/bird-chinese-community/BIRD.skills", "license": "MIT", "keywords": [ "bird", "bird2", "bird3", "routing", "bgp", "ospf", "birdcc", "lsp", "cicd", "github-actions" ], "skills": [ "./bird-agent", "./bird-source-explorer", "./bird-troubleshooting", "./birdcc-cicd", "./birdcc-installer" ], "agents": [ "./bird-agent/agents", "./bird-source-explorer/agents", "./bird-troubleshooting/agents", "./birdcc-cicd/agents", "./birdcc-installer/agents" ] }