Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/technicalpickles/pickled-claude-plugins/developing-pipelinesnpx skills add technicalpickles/pickled-claude-plugins --skill developing-pipelinesgit clone --depth 1 https://github.com/technicalpickles/pickled-claude-pluginsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00044 | $0.02023 |
| Opus 5 | $0.00022 | $0.01012 |
| Sonnet 5 | $0.00009 | $0.00405 |
| Haiku 4.5 | $0.00004 | $0.00202 |
Grade A, and why
developing-pipelines scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 264 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Developing Buildkite Pipelines
Overview
Reference official Buildkite documentation before making pipeline changes. Your training data may contain outdated syntax, deprecated patterns, or missing features.
When to Use
Use this skill when:
- Writing or modifying pipeline.yml files
- Creating dynamic pipelines
- Debugging pipeline configuration errors
- Adding new step types (command, trigger, block, wait)
- Configuring dependencies, artifacts, or parallelism
- Setting up Buildkite plugins
- Configuring or debugging Buildkite plugins
Do NOT use for:
- Checking build status (use buildkite-status skill)
- General CI/CD concepts (language-agnostic advice)
The Iron Rule
NEVER propose Buildkite YAML without consulting the reference docs.
Detecting buildkite-builder
Check for buildkite-builder usage before proceeding:
buildkite-builder is detected when BOTH conditions are true:
.buildkite/pipeline.ymlreferences Docker image containing "buildkite-builder"- Pipeline Ruby files exist:
.buildkite/pipeline.rbOR.buildkite/pipelines/*/pipeline.rb
When detected, announce:
"I see you're using buildkite-builder for dynamic pipeline generation. I'll work with your pipeline.rb files and reference the Ruby DSL."
Then load buildkite-builder reference documentation as needed.
Working with Plugins
Before Modifying Plugin Configuration
When editing pipeline steps that use plugins:
- Identify plugins - Note all
plugins:entries in the step - Determine source:
- Default org
buildkite-pluginsif no org specified - Parse explicit org from
{org}/{plugin}#versionformat
- Default org
- Load documentation:
- Cached: Check references/plugins/{plugin-name}.md
- Official (not cached): Fetch from Buildkite directory or GitHub
- Internal: Fetch README from
github.com/{org}/{plugin}-buildkite-plugin
- Match versions - If pipeline specifies version, fetch that version's docs from GitHub tag
What ships with it
47 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .gitignore 9 B
- README.md 2.5 KB
- references/artifacts.md 9.9 KB
- references/build-meta-data.md 6.5 KB
- references/build-retention.md 1.7 KB
- references/build-timeouts.md 3.8 KB
- references/buildkite-builder/.gitkeep 72 B
- references/buildkite-builder/artifacts.md 2.7 KB
- references/buildkite-builder/conditionals.md 4.8 KB
- references/buildkite-builder/dependencies.md 3.9 KB
- references/buildkite-builder/dsl-syntax.md 3.1 KB
- references/buildkite-builder/environment.md 4.1 KB
- references/buildkite-builder/extensions.md 4.7 KB
- references/buildkite-builder/index.md 2.7 KB
- references/buildkite-builder/plugins.md 3.8 KB
- references/buildkite-builder/step-attributes.md 3.4 KB
- references/buildkite-builder/templates.md 3.0 KB
- references/conditionals.md 16 KB
- references/defining-steps.md 21 KB
- references/dependencies.md 8.7 KB
- references/dynamic-pipelines.md 5.6 KB
- references/environment-variables.md 42 KB
- references/example-pipelines.md 8.5 KB
- references/glob-pattern-syntax.md 6.6 KB
- references/index.md 2.7 KB
- references/job-minutes.md 2.1 KB
- references/links-and-images-in-log-output.md 4.3 KB
- references/managing-log-output.md 12 KB
- references/notifications.md 25 KB
- references/plugins/artifacts.md 2.5 KB
- references/plugins/cache.md 3.5 KB
- references/plugins/docker-compose.md 4.5 KB
- references/plugins/docker.md 3.4 KB
- references/plugins/ecr.md 2.5 KB
- references/plugins/index.md 1.9 KB
- references/public-pipelines.md 1.6 KB
- references/skipping.md 6.0 KB
- references/step-types.md 1.8 KB
- references/tags.md 1.5 KB
- references/workflows/archiving-and-deleting-pipelines.md 2.3 KB
- references/workflows/branch-configuration.md 4.1 KB
- references/workflows/build-matrix.md 4.8 KB
- references/workflows/controlling-concurrency.md 8.1 KB
- references/workflows/managing-priorities.md 3.0 KB
- references/workflows/scheduled-builds.md 5.6 KB
- references/writing-build-scripts.md 6.9 KB
- update-docs.sh 1.4 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 264 lines · 44 tokens per session scan A 844ef2e7d865
developing-pipelines is a skill published in the GitHub repository technicalpickles/pickled-claude-plugins (10 stars, last pushed 5d ago), licensed MIT. It adds 44 tokens to every session and 2,023 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
turborepo
Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines…
buildkite-api
This skill should be used when the user asks to "call the Buildkite API", "use the REST API", "write a GraphQL query", "set up webhooks", "automate Buildkite", "integrate with Buildkite programmatically", "write a script that calls Buildkite", "handle webhook events", "paginate API results", or "authenticate with the…
buildkite-cli
This skill should be used when the user asks to "trigger a build", "check build status", "watch a build", "view build logs", "rebuild a build", "cancel a build", "list builds", "list jobs", "unblock a job", "download artifacts", "manage secrets", "create a pipeline", "list pipelines", "validate a pipeline", "copy a…
buildkite-migration
This skill should be used when the user asks to "migrate to Buildkite", "convert pipelines from Jenkins", "convert GitHub Actions workflows", "convert CircleCI config", "convert Bitbucket Pipelines", "convert GitLab CI", "migrate CI/CD to Buildkite", "switch from Jenkins to Buildkite", "move from GitHub Actions"…
buildkite-preflight
Runs Buildkite CI builds against changes in the local working tree. Use when asked to run preflight or run CI.
monorepo-management
Sets up or audits a monorepo workspace: tool selection, package naming, shared tooling, inter-package dependencies, selective CI, and versioning strategy. Invoked when the user asks to set up a monorepo, add a workspace, or manage multiple packages in a single repository.