maintenance-rules

A maintenance guide for the skill-forge repository, with rules for deciding whether changes should be accepted and for keeping related files consistent. It covers platform records, documentation limits, references, and required checks.

In plain words
What is it for?
Use it when updating skill-forge, its platform registry, community-tool information, or related documentation and setup files.
Why use it?
It prevents repository updates from leaving instructions, registries, documentation, and dependencies out of sync. It also defines checks that must happen before changes are accepted.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/motiful/skill-forge/maintenance-rules
Any agent
npx skills add motiful/skill-forge --skill maintenance-rules
Clone the repo
git clone --depth 1 https://github.com/motiful/skill-forge

Made for: Claude Code, Codex.

Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,439 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00074 $0.02439
Opus 5 $0.00037 $0.01220
Sonnet 5 $0.00015 $0.00488
Haiku 4.5 $0.00007 $0.00244

Measured 2d ago against content hash 66eb76cd8859, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

maintenance-rules 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 2d 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.

.claude/skills/maintenance-rules/SKILL.md · 122 lines

How it starts

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

skill-forge Maintenance Rules

Constraints and procedures for maintaining the skill-forge repository.

Execution Procedure

maintain(trigger) → updated | no_change

if "platform registry" in trigger:
    update_platform_registry()
    update_downstream()                               # SKILL.md Fix Phase, README install, Detection logic
if "community tools" in trigger:
    update_community_tools()
if change proposed:
    run_decision_test()                               # 7 criteria → accept | reject
    verify_constraints()                              # each MUST's parenthesized method
    run_consistency_checks()
    update_changelog()                                # max 5, trim oldest
after significant changes:
    run_self_governance()                             # 4 steps

Constraints

  • MUST run Decision Test (7 criteria below) before accepting any change
  • MUST NOT push SKILL.md body over 500 lines
  • MUST keep SKILL.md ↔ README ↔ references terminology consistent
  • MUST add References section entry when adding new reference files
  • MUST update "Dependencies" table in README when SKILL.md dependencies or setup.sh changes
  • MUST NOT include content that fails the Positional Test (see references/skill-format.md)
  • MUST verify reference files follow three-layer format (frontmatter + EP + aligned Content)
  • MUST keep examples in standard-defining references generic — no skill-forge-specific labels in universal patterns
  • MUST verify SKILL.md pseudocode function names align with sub-module EP entry signatures (run: grep function names from references/ EPs, diff against SKILL.md pseudocode calls)
  • MUST verify lossless delegation when moving inline criteria to a sub-module: map every deleted parent line to a sub-module EP line. Unmapped criteria → add to sub-module first, then remove from parent (run: diff parent before/after, match each removed line to a sub-module line)
  • MUST verify every defined standard has a corresponding enforcement check in Validation (Structure, Quality, or Publishing). A standard without a check is dead weight — either add the check or remove the standard

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

Subscribe to this mod's changes

maintenance-rules is a skill published in the GitHub repository motiful/skill-forge (45 stars, last pushed 1mo ago), licensed MIT. It adds 74 tokens to every session and 2,439 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-08-30.

Related

Other skills, from other repositories

research-repository

Build a repository that makes findings findable, reusable, and cumulative across teams. Use when the same research keeps getting redone. For synthesising one study, use affinity-diagram.

Owl-Listener/designer-skills · 43 tokens

localization-design

Design for multiple languages, writing directions, and cultural contexts — text expansion, RTL mirroring, and locale formats. Use when shipping beyond one locale. For the words themselves, use ux-writing (designer-toolkit).

Owl-Listener/designer-skills · 49 tokens

design-negotiation

Advocate for design quality, scope, and timeline with partners and leadership using evidence and shared goals. Use in the conversation itself. For the commercial vocabulary behind it, use business-design (ux-strategy).

Owl-Listener/designer-skills · 48 tokens

design-debt-audit

Inventory and prioritise accumulated design inconsistencies across a product. Use when drift has built up over time. For token coverage specifically use design-token-audit (designer-toolkit); for WCAG gaps use accessibility-audit (design-systems).

Owl-Listener/designer-skills · 59 tokens

design-impact-reporting

Communicate design's contribution to business and user outcomes in stakeholder language. Use when reporting results upward. For choosing the metrics in the first place, use metrics-definition (ux-strategy).

Owl-Listener/designer-skills · 44 tokens

motion-system

Define motion tokens — durations, easing vocabulary, and reduced-motion handling — for consistency product-wide. Use when standardising motion across a system. For crafting one specific animation, use animation-principles (interaction-design).

Owl-Listener/designer-skills · 48 tokens