Skip to content
v2.0.0MIT

Agent skills for BIRD projects, editor tooling, CI/CD, source research, and incident diagnosis.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

bird-docs-querystdio
{
  "type": "stdio",
  "command": "uv",
  "args": [
    "run",
    "--directory",
    "${PLUGIN_ROOT}/bird-agent/mcp/bird-docs-query-mcp",
    "server.py"
  ],
  "env": {
    "FASTMCP_SHOW_SERVER_BANNER": "false"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$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"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 6other files
View on GitHub

Fields the format does not define

This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.

  • skills
  • agents