OzBridge: Skill for Claude Code

.agents/skills/7-maintenance-agent/SKILL.md

7-maintenance-agent is a skill for Claude Code, Codex from sena-labs/OzBridge. It costs 16 tokens per session (68 once invoked), scanned A, original, MIT.

A project-maintenance guide for an AI coding agent. It covers keeping dependencies current, fixing bugs, and improving performance.

In plain words
What is it for?
Use it to review dependency updates, investigate bugs, and look for performance improvements in a codebase.
Why use it?
It gives the agent a defined focus for routine maintenance work instead of leaving those tasks unspecified.

Skill for Claude CodeCodex

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

This is sena-labs/OzBridge's own configuration. It tells Claude Code and Codex how to work on OzBridge itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything OzBridge configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sena-labs/OzBridge. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sena-labs/OzBridge/main/.agents/skills/7-maintenance-agent/SKILL.md
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 7-maintenance-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/sena-labs/ozbridge/7-maintenance-agent/github.svg)](https://agentmods.dev/skills/sena-labs/ozbridge/7-maintenance-agent)
Your own site
<a href="https://agentmods.dev/skills/sena-labs/ozbridge/7-maintenance-agent"><img src="https://agentmods.dev/badge/skills/sena-labs/ozbridge/7-maintenance-agent/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 7-maintenance-agent

Your own site · 80×15
<a href="https://agentmods.dev/skills/sena-labs/ozbridge/7-maintenance-agent"><img src="https://agentmods.dev/badge/skills/sena-labs/ozbridge/7-maintenance-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 68 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00016 $0.00068
Opus 5 $0.00008 $0.00034
Sonnet 5 $0.00003 $0.00014
Haiku 4.5 $0.00002 $0.00007

Measured 8d ago against content hash 21014d7c46ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

7-maintenance-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 8d 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/7-maintenance-agent/SKILL.md · 14 lines

What it actually says

7-maintenance-agent

This skill maps to the custom VS Code agent "7-maintenance-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. 8d ago First seen · 14 lines · 16 tokens per session scan A 21014d7c46ae

Subscribe to this mod's changes

7-maintenance-agent is a skill published in the GitHub repository sena-labs/OzBridge (2 stars, last pushed yesterday), licensed MIT. It adds 16 tokens to every session and 68 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

systemic-issue-triage

Trigger: new issue, bug report, triage, backlog, issue flood, community report, root cause, dead-end, blocked user. Attack issues by root class, never one-by-one; fixes must shrink the system, not grow it.

Gentleman-Programming/gentle-ai · 57 tokens

issue-root-resolution

Trigger: root audit, atacar la raíz, issue roots, backlog roots, mechanism map, deletion-driven fix, resolver issues de raíz, close outdated issues. Audit and resolve issue clusters by verified root cause.

Gentleman-Programming/gentle-ai · 45 tokens

rdd-defect-workflow

Trigger: RDD, receipt-driven development, review authority, receipt/lineage, correction/recovery, delivery gate/kill switch, bounded review defects. Guide work.

Gentleman-Programming/gentle-ai · 41 tokens

debug-remote

Attach to a running Windows process through a WinDbg debug server and inspect it live. Use when the user wants to debug a process on another machine, or one already under a .server session, rather than a crash dump.

svnscha/mcp-windbg · 49 tokens

windbg-doctor

Check that this machine can actually debug - CDB present, uv available, symbols configured - and explain how to fix whatever is missing. Use when mcp-windbg tools fail, when a session will not open, or before a first debugging session.

svnscha/mcp-windbg · 56 tokens

debug-live

Guides root-cause investigations with debugging capabilities by setting breakpoints, starting a debug session, stepping through execution, inspecting variables, and tracing symptoms back to their origin. Prefer it for runtime bugs, failing tests, exceptions, crashes, hangs, wrong/null values, and unexpected output…

microsoft/DebugMCP · 84 tokens