Language: 日本語English

buildkite Plugin

Author
Buildkite
Category
Development
Topics
Cloud, Deployment & CI/CD · Claude Code Customization & Workflow · Migration & Modernization
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

buildkite/skills is an official set of skill packages that let AI coding agents such as Claude Code and Cursor generate correct Buildkite pipeline YAML, run bk and buildkite-agent CLI commands, call the Buildkite API, configure agents, and run preflight builds. According to the README, it includes six skills: two "journey" skills (Pipelines, Migration) and four "cross-cutting" skills (Preflight, Agent Runtime, CLI, API). It can be installed via npx skills add buildkite/skills, the Cursor Marketplace, Kiro Powers, or by manually copying skill directories into an agent's skills folder. The README states that skills differ from Buildkite's docs by encoding expertise—recommended defaults and common patterns—rather than exhaustive option lists, with detailed reference material kept in references/ subdirectories.

Overview

Buildkite, per its homepage, is a CI/CD platform offering Pipelines, Test Engine, Package Registries, and Mobile Delivery Cloud, supporting self-hosted and hosted (Mac/Linux) compute agents.

What you can do with buildkite

  • Install the skills into Claude Code, Cursor, or Kiro via npx skills add buildkite/skills, the Cursor Marketplace, or manual copy into a .claude/skills or .cursor/skills folder
  • Generate pipeline YAML covering step types, plugins, caching, parallelism, dynamic pipelines, matrix builds, artifacts, and hooks (Pipelines skill)
  • Plan and execute CI migrations from GitHub Actions, Jenkins, CircleCI, Bitbucket Pipelines, or GitLab CI using bk pipeline convert (Migration skill)
  • Run bk preflight to test a CI build against local uncommitted changes (Preflight skill)
  • Use buildkite-agent subcommands inside running job steps for annotate, artifact, meta-data, pipeline upload, OIDC, and locks (Agent Runtime skill)
  • Run bk CLI commands for builds, jobs, pipelines, secrets, artifacts, and auth (CLI skill)
  • Call the Buildkite REST API, GraphQL API, and webhooks, including authentication and pagination (API skill)

Sources

Original description (English)

Official Buildkite skills for Claude Code, Cursor, and other AI coding agents — pipelines, migration, preflight, agent runtime, CLI, and API

History of buildkite

Back to list