skill-standard-harness

skill-standard-harness is a skill for Claude Code, Codex from MarecGents/marec-agent-skills. It costs 118 tokens per session (731 once invoked), scanned A, original, MIT.

A shared rulebook for other coding-agent skills, covering practices such as accessing GitHub repositories and formatting Markdown documents.

In plain words
What is it for?
Use it when a task needs the shared GitHub access rules, Markdown output rules, or documented file-based task tracking.
Why use it?
It keeps common operating rules in one place so different skills can follow the same instructions.

Skill for Claude CodeCodex

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

Good fit Use it when a task needs the shared GitHub access rules, Markdown output rules, or documented file-based task tracking.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/marecgents/marec-agent-skills/skill-standard-harness
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 MarecGents/marec-agent-skills --skill skill-standard-harness
Clone the repo
git clone --depth 1 https://github.com/MarecGents/marec-agent-skills

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-standard-harness

README.md
[![agentmods](https://agentmods.dev/badge/skills/marecgents/marec-agent-skills/skill-standard-harness/github.svg)](https://agentmods.dev/skills/marecgents/marec-agent-skills/skill-standard-harness)
Your own site
<a href="https://agentmods.dev/skills/marecgents/marec-agent-skills/skill-standard-harness"><img src="https://agentmods.dev/badge/skills/marecgents/marec-agent-skills/skill-standard-harness/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for skill-standard-harness

Your own site · 80×15
<a href="https://agentmods.dev/skills/marecgents/marec-agent-skills/skill-standard-harness"><img src="https://agentmods.dev/badge/skills/marecgents/marec-agent-skills/skill-standard-harness.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 731 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00118 $0.00731
Opus 5 $0.00059 $0.00365
Sonnet 5 $0.00024 $0.00146
Haiku 4.5 $0.00012 $0.00073

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

Security

Grade A, and why

skill-standard-harness scanned grade A with 1 finding 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 11d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

compatibility: 需要 git 命令行工具;ZIP 下载/解压需 curl(Linux/macOS)或 curl.exe/Expand-Archive(Windows PowerShell)。
skills/skill-standard-harness/SKILL.md · 63 lines

What it actually says

skill-standard-harness — 标准规范约束

本技能为其他技能提供标准化的操作规范引用。目前包含以下规范:

规范索引

规范名称 参考文件 说明
GitHub 仓库访问规范 references/github-access-standard.md 获取 GitHub 仓库代码的四级优先级规范
Markdown 输出规范 references/markdown-output-standard.md Markdown 文档的标题层级、时间戳、日志结构、文件命名等统一格式

使用方式

作为其他技能的引用规范

当你在编写或使用某个技能时,如果涉及公共操作规范(如 GitHub 仓库访问、Markdown 文档输出等),不要在技能体内重复编写完整的规范内容,而是引用本技能:

涉及 GitHub 仓库访问时,请调用 skill-standard-harness 技能并读取 references/github-access-standard.md 中的规范执行。 涉及 Markdown 输出格式时,请读取 references/markdown-output-standard.md 中的规范执行。

直接调用

当用户任务涉及以下场景时,直接触发本技能:

  1. 获取公共操作规范 — 其他技能在执行过程中需引用统一规范(如 GitHub 仓库访问、Markdown 输出等)
  2. 复现 GitHub 项目 — 用户给出仓库 URL 要求运行/部署(注意:整体复现流程走 github-project-replication 技能,本技能仅提供其中的仓库获取规范)
  3. 下载 GitHub 源码 — 用户需要获取某个仓库的代码文件
  4. 需要规范文档输出 — 任务涉及生成结构化 Markdown 报告或日志文档

按照对应规范文件中的规则执行。

规范目录结构

skill-standard-harness/
├── SKILL.md                              # 技能描述、触发条件、规范索引
└── references/
    ├── github-access-standard.md          # GitHub 仓库访问规范
    └── markdown-output-standard.md        # Markdown 输出规范

扩展说明

如需添加新的规范约束:

  1. references/ 下创建对应的规范参考文件
  2. 更新本 SKILL.md 中的规范索引表格
  3. 在对应的技能中通过引用 skill-standard-harness 的方式调用
Files

What ships with it

2 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. 11d ago First seen · 63 lines · 118 tokens per session scan A 3b12aeb1856d

Subscribe to this mod's changes

skill-standard-harness is a skill published in the GitHub repository MarecGents/marec-agent-skills (3 stars, last pushed 14d ago), licensed MIT. It adds 118 tokens to every session and 731 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

fabric-fusion

Multi-model deliberation. Two to 8 distinct models answer in parallel with web-capable tools, then a judge compares consensus, contradictions, coverage gaps, unique insights, and blind spots. Act mode runs 1–4 read-only references, then one actor reconciles and executes. Use when the cost of being wrong justifies…

monotykamary/pi-fabric · 74 tokens

fabric-rlm

Recursively decomposes oversized tasks into bounded child Pi agents with fresh context windows. Use for whole-repo audits, massive-context analysis, and multi-file refactors that do not fit one context.

monotykamary/pi-fabric · 44 tokens

fabric-exec

Python-only troubleshooting and advanced host API reference for fabricexec. Routine pi. coding calls are documented by ambient guidance; load this skill only after an argument-shape error or when an advanced surface needs exact contracts.

monotykamary/pi-fabric · 46 tokens

fabric-schema

Uses Fabric's typed Schema evidence loop and, when enabled, its bounded local-file transaction channel. Use when surprise must void a plan and mutation claims need explicit postconditions.

monotykamary/pi-fabric · 37 tokens

fabric-workflow

Runs a dynamic Pi Fabric workflow with code-held phases, fan-out, pipelines, structured agents, and best-effort verification. Use for large audits, migrations, parallel research, or explicit workflow requests.

monotykamary/pi-fabric · 44 tokens

fabric-council

Runs a bounded multi-perspective Pi Fabric council with independent reviewers and best-effort synthesis. Use for architecture choices, plans, reviews, and adversarial cross-checking.

monotykamary/pi-fabric · 39 tokens