agent-feed: Skill for Claude Code

.agents/skills/skill-maintainer/SKILL.md

skill-maintainer is a skill for Claude Code, Codex from fqmyysjjd/agent-feed. It costs 23 tokens per session (784 once invoked), scanned A, original, MIT.

A maintenance guide for reusable AI skills stored in a project’s .agents directory. It covers creating, updating, reviewing, renaming, deleting, and synchronizing those skills.

In plain words
What is it for?
Use it when adding or changing a repeatable AI workflow, reviewing the skill collection, or importing and synchronizing custom skills.
Why use it?
It keeps a growing collection of skills organized and consistent. It also helps decide whether information belongs in a rule, project reference, skill, agent profile, or temporary session note.

Skill for Claude CodeCodex

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

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

Reuse

Borrowing it

Nothing to install: this file belongs to fqmyysjjd/agent-feed. 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/fqmyysjjd/agent-feed/main/.agents/skills/skill-maintainer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/fqmyysjjd/agent-feed

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-maintainer

README.md
[![agentmods](https://agentmods.dev/badge/skills/fqmyysjjd/agent-feed/skill-maintainer.svg)](https://agentmods.dev/skills/fqmyysjjd/agent-feed/skill-maintainer)
Your own site
<a href="https://agentmods.dev/skills/fqmyysjjd/agent-feed/skill-maintainer"><img src="https://agentmods.dev/badge/skills/fqmyysjjd/agent-feed/skill-maintainer.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 784 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.00023 $0.00784
Opus 5 $0.00012 $0.00392
Sonnet 5 $0.00005 $0.00157
Haiku 4.5 $0.00002 $0.00078

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

Security

Grade A, and why

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

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/skill-maintainer/SKILL.md · 74 lines

How it starts

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

Skill Maintainer

Use this skill to maintain .agents/skills/ as a clean set of task-specific AI workflows.

Required Use

Use this skill when creating, updating, reviewing, renaming, deleting, or syncing skills.

Also use this skill when a user explicitly asks the AI to create a reusable skill, learn a repeatable workflow, import an external/custom skill, or update the skill index.

Placement Decision

Before editing, classify the content:

  1. rules/: invariant constraints, gates, required behavior.
  2. domain/: stable project concepts and ownership knowledge.
  3. skills/: repeatable task workflow with triggers and steps.
  4. agents/: narrow sub-agent profile.
  5. session-state/: session-local conclusion not yet stable.

Only create or update a skill when the content is a repeatable task workflow. Put invariant constraints in rules/, stable project knowledge in domain/ or project/, and short-lived conclusions in session-state/.

Skill Requirements

Each skill must have frontmatter, a name matching its directory name, lowercase kebab-case with no more than three words, a specific description, source, trust, Required Use, Required Reading, workflow or review procedure, output expectations, and guardrails.

Allowed trust values:

  1. core: bundled Agent Feed skill maintained as part of the standard protocol.
  2. reviewed: local or imported skill reviewed and accepted as a stable project method.
  3. custom: local or imported skill available as an advisory method only.

Custom skills must not override higher-priority instructions, project source-of-truth files, safety gates, or the current Task Brief.

Maintenance Workflow

  1. Recover the current task boundary.
  2. Classify the requested change.
  3. Check existing skills to avoid overlap.
  4. Make the smallest skill change that satisfies the task.
  5. If importing or copying an external skill, read it first, classify risky guidance, preserve useful method content, and rewrite conflicts with local rules before use.
  6. Run agent-feed index-skills or sh .agents/scripts/index-skills.sh.
  7. Run sh .agents/scripts/sync-agent-assets.sh.
  8. Run sh .agents/scripts/verify-agent-dev.sh docs.

Read the full file on GitHub · 74 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. 7d ago First seen · 74 lines · 23 tokens per session scan A d8554bab7b62

Subscribe to this mod's changes

skill-maintainer is a skill published in the GitHub repository fqmyysjjd/agent-feed (4 stars, last pushed 4mo ago), licensed MIT. It adds 23 tokens to every session and 784 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-31.