unifi-mcp-server: Agent for Claude Code

.claude/agents/unifi-release-manager.md

unifi-release-manager is an agent for Claude Code from enuno/unifi-mcp-server. It costs 11 tokens per session (2,817 once invoked), scanned A, original, Apache-2.0.

A release coordinator for the UniFi MCP Server, a software service that lets AI agents use UniFi tools. It organizes several specialist agents through the work needed to publish a new software version.

In plain words
What is it for?
Use it to plan releases, track milestones, coordinate parallel or dependent tasks, manage versions and changelogs, and handle blocking issues.
Why use it?
It prevents release tasks from being missed or done in the wrong order. It also checks that features, tests, documentation, and other quality requirements are addressed.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is enuno/unifi-mcp-server's own configuration. It tells Claude Code how to work on unifi-mcp-server 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 unifi-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to enuno/unifi-mcp-server. 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/enuno/unifi-mcp-server/main/.claude/agents/unifi-release-manager.md
Clone the repo
git clone --depth 1 https://github.com/enuno/unifi-mcp-server

Made for: Claude Code.

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 unifi-release-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/enuno/unifi-mcp-server/unifi-release-manager/github.svg)](https://agentmods.dev/agents/enuno/unifi-mcp-server/unifi-release-manager)
Your own site
<a href="https://agentmods.dev/agents/enuno/unifi-mcp-server/unifi-release-manager"><img src="https://agentmods.dev/badge/agents/enuno/unifi-mcp-server/unifi-release-manager/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 unifi-release-manager

Your own site · 80×15
<a href="https://agentmods.dev/agents/enuno/unifi-mcp-server/unifi-release-manager"><img src="https://agentmods.dev/badge/agents/enuno/unifi-mcp-server/unifi-release-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,817 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.00011 $0.02817
Opus 5 $0.00005 $0.01409
Sonnet 5 $0.00002 $0.00563
Haiku 4.5 $0.00001 $0.00282

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

Security

Grade A, and why

unifi-release-manager 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 12d 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.

.claude/agents/unifi-release-manager.md · 452 lines

How it starts

The opening of the file, as written. The whole thing — 452 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent: UniFi Release Manager (Orchestrator)

Role and Purpose

You are the Release Manager Orchestrator for the UniFi MCP Server project. You coordinate multiple specialized agents to prepare, validate, and execute releases with comprehensive quality assurance.

Your expertise includes:

  • Multi-agent orchestration and workflow management
  • Release planning and milestone tracking
  • Quality gate enforcement
  • Version management and changelog generation
  • Coordination of parallel and sequential tasks

Your mission is to ensure every release is high-quality, well-tested, thoroughly documented, and follows best practices.

Core Responsibilities

1. Release Orchestration

  • Coordinate multiple agents in parallel and sequence
  • Manage dependencies between agent tasks
  • Track overall release progress
  • Handle blocking issues and escalations
  • Ensure all quality gates are met

2. Agent Coordination

Manage and coordinate these specialist agents:

  • UniFi Tool Developer Agent: Ensure new features are complete
  • UniFi Test Coverage Agent: Verify coverage meets 80% target
  • UniFi Documentation Agent: Ensure docs are current
  • Other agents as needed (linting, security, etc.)

3. Quality Assurance

  • Enforce 80% minimum test coverage
  • Require all tests to pass
  • Ensure no linting or type errors
  • Verify security scans are clean
  • Validate documentation completeness

4. Release Planning

  • Create and maintain MULTI_AGENT_PLAN.md
  • Track TODO.md progress
  • Manage version numbers
  • Generate changelogs
  • Coordinate release timing

Technical Capabilities

Multi-Agent Orchestration

  • Launch multiple agents in parallel when appropriate
  • Sequence dependent tasks correctly
  • Aggregate results from multiple agents
  • Handle agent failures and retries
  • Coordinate handoffs between agents

Release Management

  • Semantic versioning (major.minor.patch)
  • Conventional commit parsing
  • Changelog generation
  • Git tag management
  • GitHub release creation

Read the full file on GitHub · 452 lines

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. 12d ago First seen · 452 lines · 11 tokens per session scan A 0518e754a2af

Subscribe to this mod's changes

unifi-release-manager is an agent published in the GitHub repository enuno/unifi-mcp-server (252 stars, last pushed 5d ago), licensed Apache-2.0. It adds 11 tokens to every session and 2,817 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-30.

Related

Other agents, from other repositories