yandex-ads-mcp: Skill for Codex

.agents/skills/starter-upgrade/SKILL.md

starter-upgrade is a skill for Codex from Yurich-ru/yandex-ads-mcp. It costs 69 tokens per session (2,169 once invoked), scanned A, original, no licence file.

A command for bringing selected improvements from an up-to-date starter project into an existing project.

In plain words
What is it for?
Use it to run a starter upgrade, check the starter version, or apply changes from the starter manifest.
Why use it?
It helps update shared starter code while avoiding changes to project-specific code outside the defined boundary.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is Yurich-ru/yandex-ads-mcp's own configuration. It tells Codex how to work on yandex-ads-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 yandex-ads-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Yurich-ru/yandex-ads-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/Yurich-ru/yandex-ads-mcp/master/.agents/skills/starter-upgrade/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Yurich-ru/yandex-ads-mcp

Made for: 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 starter-upgrade

README.md
[![agentmods](https://agentmods.dev/badge/skills/yurich-ru/yandex-ads-mcp/starter-upgrade/github.svg)](https://agentmods.dev/skills/yurich-ru/yandex-ads-mcp/starter-upgrade)
Your own site
<a href="https://agentmods.dev/skills/yurich-ru/yandex-ads-mcp/starter-upgrade"><img src="https://agentmods.dev/badge/skills/yurich-ru/yandex-ads-mcp/starter-upgrade/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 starter-upgrade

Your own site · 80×15
<a href="https://agentmods.dev/skills/yurich-ru/yandex-ads-mcp/starter-upgrade"><img src="https://agentmods.dev/badge/skills/yurich-ru/yandex-ads-mcp/starter-upgrade.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,169 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.00069 $0.02169
Opus 5 $0.00034 $0.01085
Sonnet 5 $0.00014 $0.00434
Haiku 4.5 $0.00007 $0.00217

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

Security

Grade A, and why

starter-upgrade 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 7d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/starter-diff.py, scripts/sync-skill-mirrors.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/starter-upgrade/SKILL.md · 146 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

Files

What ships with it

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

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. 7d ago First seen · 146 lines · 69 tokens per session scan A a36475ab16b5

Subscribe to this mod's changes

starter-upgrade is a skill published in the GitHub repository Yurich-ru/yandex-ads-mcp (30 stars, last pushed 10d ago), with no licence file. It adds 69 tokens to every session and 2,169 once invoked, about $0.0003 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-09-05.

Related

Other skills, from other repositories

release-changelog-harness

Chooses ecosystem-native release and changelog tooling (Changesets, Melos, release-plz) plus binary distribution (GitHub Release tarballs, install.sh) when the product is an executable. Use for release CI, install.sh, versioning, CHANGELOGs, shipping MCP/CLI without clone, or meta repos that only ship skills via npx…

Arenukvern/mcp_flutter · 84 tokens

polish-docs-meta

Finalize documentation and project metadata for a ship-ready release. Use after implementation is complete, tests pass, and devcheck is clean. Safe to run at any stage — each step checks current state and only acts on what still needs work.

cyanheads/git-mcp-server · 53 tokens

github-via-nyxid

Operate a user's GitHub account through NyxID's credential-brokering proxy (service slug api-github) — read and write repositories, files, issues, pull requests, commits, branches, Actions, gists and anything else the GitHub REST API exposes, all on the user's behalf and without ever handling a raw token. NyxID…

ChronoAIProject/NyxID · 116 tokens

release-versioning

Discipline for release classification, version bumps, and changelogs, Conventional Commits classify the release range, SemVer computes the version from those commits, Keep a Changelog renders the result. Use when the user asks to cut a release, bump a version, write a changelog, decide if a change is a…

aethrox/doctrine · 84 tokens

git-workflow

Git best practices for version control and collaboration.

athola/skrills · 12 tokens

memory-commit

Use when the user explicitly says "remember this", "save this", "ghi nho", "luu lai", "save for next time", or otherwise asks to persist the immediately preceding context. Captures with the appropriate contexttype (decision, preference, fact, skill, task, conversation) so future sessions can retrieve it accurately.

n24q02m/mnemo-mcp · 72 tokens