krds: Skill for Claude Code

.agents/skills/oma-scm/SKILL.md

oma-scm is a skill for Claude Code, Codex from gracefullight/krds. It costs 37 tokens per session (3,073 once invoked), scanned A, original, no licence file.

A software configuration and Git workflow assistant. Git is a version-control system for tracking code changes, branches, and merges.

In plain words
What is it for?
Use it for branching, merging, conflict resolution, worktrees, baselines, safe staging, audit preparation, and Conventional Commits.
Why use it?
It helps manage changes safely across branches and worktrees while keeping commits and project history consistent and auditable.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

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

Reuse

Borrowing it

Nothing to install: this file belongs to gracefullight/krds. 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/gracefullight/krds/main/.agents/skills/oma-scm/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/gracefullight/krds

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 oma-scm

README.md
[![agentmods](https://agentmods.dev/badge/skills/gracefullight/krds/oma-scm.svg)](https://agentmods.dev/skills/gracefullight/krds/oma-scm)
Your own site
<a href="https://agentmods.dev/skills/gracefullight/krds/oma-scm"><img src="https://agentmods.dev/badge/skills/gracefullight/krds/oma-scm.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,073 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.00037 $0.03073
Opus 5 $0.00018 $0.01537
Sonnet 5 $0.00007 $0.00615
Haiku 4.5 $0.00004 $0.00307

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

Security

Grade A, and why

oma-scm 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 6d 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/oma-scm/SKILL.md · 335 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

5 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. 6d ago First seen · 335 lines · 37 tokens per session scan A 7d78c87a33e4

Subscribe to this mod's changes

oma-scm is a skill published in the GitHub repository gracefullight/krds (46 stars, last pushed 7d ago), with no licence file. It adds 37 tokens to every session and 3,073 once invoked, about $0.0002 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-01.

Related

Other skills, from other repositories

managing-git-workflows

Manage Git branching strategies, commit conventions, and collaboration workflows. Use when choosing between trunk-based development, GitHub Flow, or GitFlow, implementing conventional commits for automated versioning, setting up Git hooks for quality gates, or organizing monorepos with clear ownership.

ancoleman/ai-design-components · 60 tokens

git-workflow

Use when committing work, creating branches, preparing PRs, resolving merge conflicts, when grouping related changes into commits, when cleaning up history before merging, or when deciding what should be a separate commit vs squashed.

aneja5/forge-skills · 47 tokens

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts) and an annotated tag. Verify, commit, tag. Stops at "committed and tagged locally" — no push, no publish. The release-and-publish skill picks up from here. Distilled…

cyanheads/federal-regulations-mcp-server · 82 tokens

git-commit

Generate well-formatted git commit messages following conventional commit standards.

ThinkInAIXYZ/deepchat · 15 tokens

mcore-split-pr

Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.

NVIDIA/skills · 25 tokens

git-commit

Creates git commits following Conventional Commits format with type/scope/subject and detailed markdown body. Use when user wants to commit changes, create commit, save work, or stage and commit. Enforces project-specific conventions from CLAUDE.md. Each change type gets its own markdown heading (# emoji + type), with…

redai-infra/Relax · 73 tokens