hasithaishere/buildkite-developer-toolkit
Plugin Claude Code
Buildkite plugin development and pipeline engineering skills for Claude Code.
hasithaishere/buildkite-developer-toolkit
Plugin Claude Code
Buildkite plugin development and pipeline engineering skills for Claude Code.
hasithaishere/buildkite-developer-toolkit
Plugin Claude Code
Skills for engineering custom Buildkite plugins and designing scalable, secure, dynamic pipelines. For plugin developers and DevOps/platform engineers.
hasithaishere/buildkite-developer-toolkit
Skill Claude CodeCodex
Debug live Buildkite builds and stay accurate using the Buildkite MCP server and real-time documentation search. Use when investigating why a build/step failed, fetching build logs or annotations, listing pipelines/builds/agents, or when you need to verify current Buildkite syntax/behavior against the live docs.…
hasithaishere/buildkite-developer-toolkit
Skill Claude CodeCodex
Scaffold a brand-new Buildkite plugin repository from scratch with a correct directory layout, plugin.yml, executable hooks, Bats tests, a docker-compose test harness, and a CI pipeline. Use when a developer says "create/start/ bootstrap a new Buildkite plugin", "scaffold a plugin", or needs the initial plugin file…
hasithaishere/buildkite-developer-toolkit
Skill Claude CodeCodex
Build, structure, and debug custom Buildkite plugins — Bash hook plugins, Docker/docker-compose plugins, and compiled (Go) binary plugins with a downloader-shim hook. Use when writing a plugin.yml, implementing agent lifecycle hooks (environment, checkout, command, pre-exit, etc.), mapping YAML plugin config to…
hasithaishere/buildkite-developer-toolkit
Skill Claude CodeCodex
Security review and vulnerability scanning for Buildkite plugins (Bash, Docker, Go). Use when auditing or hardening a plugin, reviewing plugin code for vulnerabilities before release, or answering "is this plugin secure?". Checks command/argument injection, secret leakage, unsafe eval, missing quoting, supply-chain…
hasithaishere/buildkite-developer-toolkit
Skill Claude CodeCodex
Test, lint, and set up CI for Buildkite plugins using Bats, the buildkite/plugin-tester image, the buildkite/plugin-linter, and shellcheck. Use when writing or fixing .bats tests for plugin hooks, stubbing commands like docker/git in tests, validating plugin.yml, or creating the plugin's own .buildkite/pipeline.yml…
hasithaishere/buildkite-developer-toolkit
Skill Claude CodeCodex
Design, set up, and validate Buildkite pipelines. Use when writing or reviewing a .buildkite/pipeline.yml, building dynamic pipelines that upload steps at runtime, structuring step DAGs with dependson/key, using matrix builds, group/wait/block/input/trigger steps, retries, softfail, concurrency, parallelism…
hasithaishere/buildkite-developer-toolkit
Skill Claude CodeCodex
Security review, hardening, and vulnerability scanning for Buildkite pipelines and self-hosted agents (CI/CD). Use when auditing a .buildkite/pipeline.yml or agent setup, hardening CI/CD, or answering "is this pipeline/agent secure?". Covers secrets in YAML, OIDC vs static creds, plugin pinning & RCE, untrusted…