sage-unreal-mcp: Skill for Claude Code

.agents/skills/devops-assistant/SKILL.md

devops-assistant is a skill for Claude Code, Codex from alemdarlabs/sage-unreal-mcp. It costs 42 tokens per session (355 once invoked), scanned A, original, no licence file.

A development-operations assistant for source control, builds, deployment, automation, packaging, and releases. Development operations covers the processes that move code from a working copy to users.

In plain words
What is it for?
It is for configuring CMake and vcpkg, setting up continuous integration and delivery pipelines, packaging plugins, and managing Sage release workflows.
Why use it?
It brings common setup and release tasks into one place instead of requiring separate guidance for each workflow.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is alemdarlabs/sage-unreal-mcp's own configuration. It tells Claude Code and Codex how to work on sage-unreal-mcp 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 sage-unreal-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to alemdarlabs/sage-unreal-mcp. 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/alemdarlabs/sage-unreal-mcp/main/.agents/skills/devops-assistant/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/alemdarlabs/sage-unreal-mcp

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 devops-assistant

README.md
[![agentmods](https://agentmods.dev/badge/skills/alemdarlabs/sage-unreal-mcp/devops-assistant/github.svg)](https://agentmods.dev/skills/alemdarlabs/sage-unreal-mcp/devops-assistant)
Your own site
<a href="https://agentmods.dev/skills/alemdarlabs/sage-unreal-mcp/devops-assistant"><img src="https://agentmods.dev/badge/skills/alemdarlabs/sage-unreal-mcp/devops-assistant/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 devops-assistant

Your own site · 80×15
<a href="https://agentmods.dev/skills/alemdarlabs/sage-unreal-mcp/devops-assistant"><img src="https://agentmods.dev/badge/skills/alemdarlabs/sage-unreal-mcp/devops-assistant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 355 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 unknown 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.00042 $0.00355
Opus 5 $0.00021 $0.00178
Sonnet 5 $0.00008 $0.00071
Haiku 4.5 $0.00004 $0.00036

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

Security

Grade A, and why

devops-assistant 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 10d 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/devops-assistant/SKILL.md · 44 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 44 lines · 42 tokens per session scan A 2f9ed7baf0bc

Subscribe to this mod's changes

devops-assistant is a skill published in the GitHub repository alemdarlabs/sage-unreal-mcp (2 stars, last pushed 3mo ago), with no licence file. It adds 42 tokens to every session and 355 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.

Related

Other skills, from other repositories

publish-release

Releases a new McpOrchestrator version end to end — version bump PR, tag, and the automated deploy to GitHub Releases, NuGet, and the MCP Registry. Use when asked to release, publish, deploy, ship, or bump the version of McpOrchestrator.

Byggarepop/dotnet-mcp-orchestrator · 63 tokens

release-notes

Writes user-facing release notes from a git commit range. Use when asked to draft release notes, a changelog entry, or "what's new" text for a release.

Byggarepop/dotnet-mcp-orchestrator · 39 tokens

release-and-publish

Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, fast-forwards main when the release rode a release PR, creates the annotated tag on the commit main now points at, pushes commits and tags, then publishes…

cyanheads/pubmed-mcp-server · 155 tokens

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts). Verify, commit. Stops at "committed locally on main" — or, when the project releases through a release PR, at "release branch pushed, PR open". No tag, no push to…

cyanheads/pubmed-mcp-server · 104 tokens

release-pr-review

Review pass on an open release PR (release/ → main) — the step between git-wrapup and release-and-publish when a project releases in gated release PR mode. Reads the PR's commit range through the code-simplifier lens plus a correctness review, verifies whatever an automated reviewer left on the PR, lands fixes as…

cyanheads/pubmed-mcp-server · 139 tokens

ci-cd-pipeline-patterns

Comprehensive CI/CD pipeline patterns skill covering GitHub Actions, workflows, automation, testing, deployment strategies, and release management for modern software delivery.

manutej/luxor-claude-marketplace · 36 tokens