skill-management

skill-management is a skill for Claude Code, Codex from ntaffzii/Skill-Agents. It costs 63 tokens per session (704 once invoked), scanned A, original, MIT.

Guidance for maintaining a repository of reusable agent skills, including creating, grouping, improving, retiring, and indexing them.

In plain words
What is it for?
Use it to organise skills into buckets, create repeatable workflows, maintain metadata, update workflow indexes, and manage deprecated skills.
Why use it?
It keeps skills easier to find, understand, update, and install as the collection grows.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to organise skills into buckets, create repeatable workflows, maintain metadata, update workflow indexes, and manage deprecated skills.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ntaffzii/skill-agents/skill-management
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 ntaffzii/Skill-Agents --skill skill-management
Clone the repo
git clone --depth 1 https://github.com/ntaffzii/Skill-Agents

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 skill-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/ntaffzii/skill-agents/skill-management.svg)](https://agentmods.dev/skills/ntaffzii/skill-agents/skill-management)
Your own site
<a href="https://agentmods.dev/skills/ntaffzii/skill-agents/skill-management"><img src="https://agentmods.dev/badge/skills/ntaffzii/skill-agents/skill-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 704 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.00063 $0.00704
Opus 5 $0.00032 $0.00352
Sonnet 5 $0.00013 $0.00141
Haiku 4.5 $0.00006 $0.00070

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

Security

Grade A, and why

skill-management 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.

skills/misc/skill-management/SKILL.md · 108 lines

How it starts

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

Skill Management

Use this skill to keep a skills repository clean and usable.

Repository Model

  • skills/ contains individual capabilities.
  • workflows/ contains ordered playbooks that combine skills.
  • mcp-tools/ contains executable actions exposed through MCP.
  • data/workflows.json indexes workflows for browsing and automation.
  • data/tools.json indexes tool groups and their skill/workflow relationships.

Bucket Model

  • engineering/ - daily code work
  • productivity/ - non-code workflows
  • obsidian/ - Obsidian-specific work
  • misc/ - useful but infrequent
  • personal/ - tied to one user's setup
  • in-progress/ - drafts
  • deprecated/ - retired skills

Workflow Creation

Create a workflow when a job needs multiple skills in a repeatable order.

Each workflow should include:

  • Goal
  • When to use
  • Skills
  • Steps
  • Verification
  • Output

Also add or update the matching entry in data/workflows.json with:

  • id
  • title
  • description
  • path
  • recommendedSkills
  • steps

Skill Creation Workflow

  1. Define the job

    • What task does this skill make repeatable?
    • What trigger should load it?
    • What should the agent do differently after loading it?
  2. Write metadata

    • name must be lowercase and hyphenated.
    • description must include task, trigger, and use cases.
  3. Write the body

    • Keep it procedural.
    • Prefer workflow steps and rules.
    • Add output format only when consistency matters.
  4. Add references only when needed

    • Put long syntax tables, examples, or domain docs in references/.
    • Keep references one level deep from SKILL.md.
  5. Classify status

    • Shippable skills go into a domain bucket.
    • Drafts go into in-progress/.
    • Old skills go into deprecated/ with a short reason in the file.

Bucket Status Skills

The status buckets also contain their own operating skills:

  • in-progress - prototype and promote draft skills.
  • personal - keep user-specific instructions private and scoped.
  • deprecated - retire stale skills with replacement guidance.

Read the full file on GitHub · 108 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. 8d ago First seen · 108 lines · 63 tokens per session scan A b581d90a1121

Subscribe to this mod's changes

skill-management is a skill published in the GitHub repository ntaffzii/Skill-Agents (4 stars, last pushed 6d ago), licensed MIT. It adds 63 tokens to every session and 704 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-08-31.

Related

Other skills, from other repositories

auto-research

Research uncertain questions with an explicit, user-approved web search or ChatGPT consultation, then present options and wait for implementation approval.

sickn33/agentic-awesome-skills · 29 tokens

pake

Package any website or local web build into a lightweight desktop app using Pake (Tauri/Rust). Use when the user wants to: wrap a URL as a native app, build a desktop app from a website or a local dist/ folder, use Pake CLI to package a page, set up proxy for a packaged app, customize app icons or bundle IDs, or…

tw93/Pake · 119 tokens

acceptance

End-to-end verification and self-evidence for a delivery in any repository, with or without a preconfigured verify plan. Discover an existing plan when one was handed to this run; otherwise author checks and publish a standalone acceptance. Pick the proving surface (CLI / web / desktop / iOS Simulator), drive the real…

lobehub/lobehub · 163 tokens

therapeutic-ifs

Unified inner work engine: Schema deconstruction (diagnosis) + IFS therapy (treatment). Absorbs: schema-deconstruction.

winstonkoh87/Athena-Public · 34 tokens

dashboard-builder

Build self-contained interactive HTML dashboards with charts, filters, and tables. Generates a single browser-openable file — no server or dependencies required.

winstonkoh87/Athena-Public · 31 tokens

red-team-review

Unified adversarial review: v4.3 Strategic Matrix (MTA-004). 7-phase framework: Priors → Rubric → Adversarial Lenses → SWOT/TOWS → MCDA Decision Engine → Blind Spot/Kill Switch → Executive Summary. Absorbs: bias-detector.

winstonkoh87/Athena-Public · 65 tokens