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 skills add cboone/agent-harness-plugins --skill set-up-cigit clone --depth 1 https://github.com/cboone/agent-harness-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/cboone/agent-harness-plugins/set-up-ci)<a href="https://agentmods.dev/skills/cboone/agent-harness-plugins/set-up-ci"><img src="https://agentmods.dev/badge/skills/cboone/agent-harness-plugins/set-up-ci.svg" alt="Measured on agentmods" height="20"></a>What 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.1 | $0.00158 | $0.02901 |
| Opus 5 | $0.00079 | $0.01451 |
| Sonnet 5 | $0.00032 | $0.00580 |
| Haiku 4.5 | $0.00016 | $0.00290 |
Grade A, and why
set-up-ci scanned grade A with 1 finding 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 4d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Node.js LTS: `curl -s https://nodejs.org/dist/index.json | jq -r 'first(.[] | select(.lts != false)) | .version' | sed 's/^v//'` How it starts
The opening of the file, as written. The whole thing — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Set-Up CI
Detect the project's language(s), create a GitHub Actions CI workflow with appropriate parallel jobs (test, lint, format, vulnerability check), and create matching Makefile targets for local development.
Workflow
1. Detect Project Type
If the user specified a language in their request (e.g., go-cli, go-library, javascript, python, rust, ruby, shell, zig, zsh), use it directly instead of scanning for markers. Still perform sub-detection steps as needed (e.g., JS package manager detection for javascript, or verifying main.go/cmd/ for go-cli vs go-library).
Scan for language and file-type markers using Glob. Exclude node_modules/, .yarn/, vendor/, and other dependency directories from all searches to avoid false positives from vendored code.
| Marker(s) | Language |
|---|---|
go.mod |
Go |
package.json + source files (*.js, *.ts, *.jsx, *.tsx, *.mjs, *.mts, excluding node_modules/) |
JavaScript/TypeScript |
pyproject.toml, setup.py, requirements.txt |
Python |
Cargo.toml |
Rust |
build.zig, build.zig.zon |
Zig |
Gemfile, *.gemspec |
Ruby |
*.sh, bin/*, scripts/* |
Shell |
*.zsh, #!/usr/bin/env zsh shebangs, .zshrc, .zshenv |
Zsh |
What ships with it
19 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.
- references/ci-go-cli.md 1.4 KB
- references/ci-go-library.md 1.9 KB
- references/ci-javascript.md 5.1 KB
- references/ci-multi-language.md 2.6 KB
- references/ci-python.md 2.1 KB
- references/ci-ruby.md 1.9 KB
- references/ci-rust.md 2.3 KB
- references/ci-shell.md 1.0 KB
- references/ci-zig.md 2.1 KB
- references/ci-zsh.md 2.0 KB
- references/makefile-go-cli.md 1.1 KB
- references/makefile-go-library.md 1.8 KB
- references/makefile-javascript.md 802 B
- references/makefile-python.md 427 B
- references/makefile-ruby.md 347 B
- references/makefile-rust.md 817 B
- references/makefile-shell.md 401 B
- references/makefile-zig.md 885 B
- references/makefile-zsh.md 444 B
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.
- 4d ago First seen · 194 lines · 158 tokens per session scan A 23888951a48f
set-up-ci is a skill published in the GitHub repository cboone/agent-harness-plugins (2 stars, last pushed 1mo ago), licensed MIT. It adds 158 tokens to every session and 2,901 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
testing-cicd-init
Installs Vitest testing infrastructure and GitHub Actions CI/CD for TypeScript projects (Next.js, NestJS, React). Configures 80% coverage thresholds, test setup files, and Bun-based CI workflows. Use when adding tests to a new project, migrating from Jest to Vitest, or setting up GitHub Actions CI/CD for the first…
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
ci
Configure Ginkgo for continuous integration — the recommended CLI flag set and the rationale for each flag (-r -p --randomize-all --randomize-suites --fail-on-pending --fail-on-empty --keep-going --cover --race --trace --json-report --timeout --poll-progress-after/-interval), invoking via go run to pin the CLI to…
playwright-ci
Production-ready CI/CD configurations for Playwright — GitHub Actions, GitLab CI, CircleCI, Azure DevOps, Jenkins, Docker, parallel sharding, reporting, code coverage, and global setup/teardown.
ci-maintenance-workflow
CI and GitHub Actions maintenance workflows — fix a failing test from a CI URL, fix a failing smoke test, add @pytest.mark.slow markers to slow tests, or review a PR against agent-checkable standards. Use when user asks to fix a failing test, fix a smoke test, mark slow tests, or review a PR. Trigger when the user…
terraform-skill
Terraform infrastructure as code best practices.