6-deploy-agent

6-deploy-agent is a skill for Claude Code, Codex from sena-labs/OzBridge. It costs 14 tokens per session (66 once invoked), scanned A, original, MIT.

A deployment guide for an AI coding agent. It covers continuous integration and delivery (automated building and release checks), packaging, and deployment pipelines.

In plain words
What is it for?
Use it to configure automated build and release pipelines, package an application, and prepare it for deployment.
Why use it?
It gives deployment work a defined process instead of leaving build and release setup to ad-hoc instructions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Install

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.

agentmods
npx agentmods add skills/sena-labs/ozbridge/6-deploy-agent
Any agent
npx skills add sena-labs/OzBridge --skill 6-deploy-agent
Clone the repo
git clone --depth 1 https://github.com/sena-labs/OzBridge

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for 6-deploy-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/sena-labs/ozbridge/6-deploy-agent.svg)](https://agentmods.dev/skills/sena-labs/ozbridge/6-deploy-agent)
Your own site
<a href="https://agentmods.dev/skills/sena-labs/ozbridge/6-deploy-agent"><img src="https://agentmods.dev/badge/skills/sena-labs/ozbridge/6-deploy-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 66 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.00066
Opus 5 $0.00007 $0.00033
Sonnet 5 $0.00003 $0.00013
Haiku 4.5 $0.00001 $0.00007

Measured 5d ago against content hash 5bee2dd8a6c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

6-deploy-agent 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 5d 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.

.agents/skills/6-deploy-agent/SKILL.md · 13 lines

What it actually says

6-deploy-agent

This skill maps to the custom VS Code agent "6-deploy-agent".

Instructions

Provide specific instructions for this agent skill here. Customize the behavior based on your project needs.

Changes

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.

  1. 5d ago First seen · 13 lines · 14 tokens per session scan A 5bee2dd8a6c4

Subscribe to this mod's changes

6-deploy-agent is a skill published in the GitHub repository sena-labs/OzBridge (2 stars, last pushed 2d ago), licensed MIT. It adds 14 tokens to every session and 66 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

nx-ci-monitor

Monitor Nx Cloud CI pipeline status and handle self-healing fixes automatically. Use when user says "watch CI", "monitor pipeline", "check CI status", "fix CI failures", or "self-heal CI". Requires Nx Cloud connection. Do NOT use for local task execution (use nx-run-tasks) or general CI debugging outside Nx Cloud.

tech-leads-club/agent-skills · 74 tokens

perf-lighthouse

Run Lighthouse audits locally via CLI or Node API, parse and interpret reports, and set performance budgets. Use when measuring site performance, understanding Lighthouse scores, setting up budgets, or integrating audits into CI. Triggers on: lighthouse, run lighthouse, lighthouse score, performance audit, performance…

tech-leads-club/agent-skills · 92 tokens

nx-workspace

Configure, explore, and optimize Nx monorepo workspaces. Use when setting up Nx, exploring workspace structure, configuring project boundaries, analyzing affected projects, optimizing build caching, or implementing CI/CD with affected commands. Keywords — nx, monorepo, workspace, projects, targets, affected. Do NOT…

tech-leads-club/agent-skills · 87 tokens

gh-fix-ci

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions. Uses gh to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treats external providers (for example Buildkite) as out of scope and reports only the details URL. Do…

tech-leads-club/agent-skills · 95 tokens

pin-github-actions

Migrates GitHub Actions workflows to use pinned commit SHAs instead of tags, resolves the latest release versions, flags major version jumps, and configures Dependabot with grouped updates. Use when user mentions pin actions, pinned versions, SHA pinning, GitHub Actions security, dependabot setup, or supply-chain…

rlespinasse/agent-skills · 69 tokens

verify-pr-logs

Checks GitHub Actions CI logs on a pull request, diagnoses failures, and guides the agent to implement fixes. Use when user mentions CI failing, check PR logs, fix pipeline, GitHub Actions errors, workflow failures, build broken, tests failing on PR, or debug CI. Focuses on PR-scoped CI analysis only.

rlespinasse/agent-skills · 71 tokens