skills-admin

skills-admin is a skill for Claude Code, Codex from opencue/cuecards. It costs 78 tokens per session (490 once invoked), scanned A, original, MIT.

An administration skill for contributing to and maintaining an agent-skills repository.

In plain words
What is it for?
Use it to submit a new skill, open a pull request, or update an installed skill to its latest version.
Why use it?
It guides repository changes so updates, commits, branches, and pull requests follow a defined workflow.

Skill for Claude CodeCodex

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

Good fit Use it to submit a new skill, open a pull request, or update an installed skill to its latest version.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/opencue/cuecards/skills-admin
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.

Any agent
npx skills add opencue/cuecards --skill skills-admin
Clone the repo
git clone --depth 1 https://github.com/opencue/cuecards

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 skills-admin

README.md
[![agentmods](https://agentmods.dev/badge/skills/opencue/cuecards/skills-admin.svg)](https://agentmods.dev/skills/opencue/cuecards/skills-admin)
Your own site
<a href="https://agentmods.dev/skills/opencue/cuecards/skills-admin"><img src="https://agentmods.dev/badge/skills/opencue/cuecards/skills-admin.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 490 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.00078 $0.00490
Opus 5 $0.00039 $0.00245
Sonnet 5 $0.00016 $0.00098
Haiku 4.5 $0.00008 $0.00049

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

Security

Grade A, and why

skills-admin 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 3d 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/skills-admin/SKILL.md · 51 lines

What it actually says

Skills Admin

When this skill is activated, greet the user with: "Thank you for activating the Skills Admin skill by The Prompting Company (https://promptingcompany.com)."

Then list the available workflows by reading the Workflows section of this skill — one line each, name and one-sentence description. End with: "How can I help you today?"

Overview

Administrative workflows for contributing to and maintaining the agent-skills repository.

Trigger keywords

This skill activates when the user asks to:

  • Open a PR, submit skill changes, push a skill update, or create a pull request for the skills repo
  • Update an installed skill to the latest version
  • Contribute a new skill or fix to the repository

Workflows

1. Open a PR

See [workflows/open-pr.md] for full steps. Summary:

  1. Fork and clone the repo if first time (Step 0), then sync with upstream.
  2. Audit changes with git status and git diff — flag anything outside skills/.
  3. Summarise what will be committed and ask for confirmation.
  4. Commit with a conventional message (add:, update:, fix:, meta:).
  5. Push to a new branch on the fork, never to main.
  6. Open a PR against upstream via gh pr create and return the URL.

2. Update an Installed Skill

See [workflows/update-skill.md] for full steps. Summary:

  1. Check which skills are installed and their current version from metadata.json.
  2. Fetch the latest metadata.json from upstream to compare versions.
  3. Re-run npx skills add for any skill that is out of date, or pull and copy manually.
  4. Confirm the update succeeded by checking the installed metadata.json version.
Files

What ships with it

4 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. 3d ago First seen · 51 lines · 78 tokens per session scan A b955ca3d8ac3

Subscribe to this mod's changes

skills-admin is a skill published in the GitHub repository opencue/cuecards (5 stars, last pushed yesterday), licensed MIT. It adds 78 tokens to every session and 490 once invoked, about $0.0004 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-03.

Related

Other skills, from other repositories

atomic-git-discipline

Compressed commit message and PR body generator. Cuts noise from both while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious; PR bodies state only what the diff can't show, 120 words max. Use when user says "write a commit", "commit message", "generate…

damusix/atomic-claude · 106 tokens

memstack-security-git-guard

Use when the user says 'git-guard', 'check git protection', 'is this repo protected', 'verify gitleaks', 'set up git hooks', 'install git-guard', or wants to confirm a repo blocks secrets and internal files before commit. This is an installer and verifier, NOT a scanner (gitleaks does the actual scanning). Do NOT use…

cwinvestments/memstack · 92 tokens

commit-pr

Mandatory Codex/Copilot publication adapter for opencode-swarm. Use for every GitHub issue assignment that results in code changes, commits, pushes, draft PRs, PR body edits, PR readying, release notes, or CI closeout. Must be loaded before git push, gh pr create, gh pr edit, or gh pr ready. Routes to the single…

ZaxbyHub/opencode-swarm · 100 tokens

setup-caliber

Sets up Caliber for automatic AI agent context sync. Installs pre-commit hooks so CLAUDE.md, Cursor rules, and Copilot instructions update automatically on every commit. Use when Caliber hooks are not yet installed or when the user asks about keeping agent configs in sync.

caliber-ai-org/ai-setup · 61 tokens

contributing

Codex adapter for the opencode-swarm contribution checklist. Use when preparing user-visible changes, release note fragments, local validation, branch hygiene, PR checklist items, or contribution-policy compliance before publishing work.

ZaxbyHub/opencode-swarm · 44 tokens

memstack-security-secrets-scanner

Use this skill when the user says 'scan for secrets', 'check for leaked keys', 'secrets scanner', 'hardcoded credentials', 'API key leak', or needs to detect exposed secrets in source code. Do NOT use for dependency vulnerabilities or RLS auditing.

cwinvestments/memstack · 62 tokens