eo-shared

eo-shared is a skill for Claude Code, Codex from SimpleEve/eo-skills. It costs 83 tokens per session (196 once invoked), scanned A, original, MIT.

A shared rule library used by other EO skills. It is not a standalone add-on for direct use.

In plain words
What is it for?
It supports the internal operation of a set of EO development skills.
Why use it?
It keeps common instructions consistent across related skills, such as how to ask questions, define acceptance criteria, and make commits.

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/simpleeve/eo-skills/eo-shared
Any agent
npx skills add SimpleEve/eo-skills --skill eo-shared
Clone the repo
git clone --depth 1 https://github.com/SimpleEve/eo-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 eo-shared

README.md
[![agentmods](https://agentmods.dev/badge/skills/simpleeve/eo-skills/eo-shared.svg)](https://agentmods.dev/skills/simpleeve/eo-skills/eo-shared)
Your own site
<a href="https://agentmods.dev/skills/simpleeve/eo-skills/eo-shared"><img src="https://agentmods.dev/badge/skills/simpleeve/eo-skills/eo-shared.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 196 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.00083 $0.00196
Opus 5 $0.00042 $0.00098
Sonnet 5 $0.00017 $0.00039
Haiku 4.5 $0.00008 $0.00020

Measured yesterday against content hash 72d4b56f4b7c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

eo-shared 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 yesterday.

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.

eo-shared/SKILL.md · 11 lines

What it actually says

eo-shared — 共享规范库

本目录不是可直接触发的 skill,是 eo-* 各 skill 引用的单一来源规范。带 SKILL.md 仅为让 skills CLI(npx skills add)把它随整套 skill 一起分发——各 skill 以 ../eo-shared/<file> 相对路径引用,必须整套安装,单独拷贝某个 skill 目录会断链。

Files

What ships with it

13 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. yesterday First seen · 11 lines · 83 tokens per session scan A 72d4b56f4b7c

Subscribe to this mod's changes

eo-shared is a skill published in the GitHub repository SimpleEve/eo-skills (31 stars, last pushed 4d ago), licensed MIT. It adds 83 tokens to every session and 196 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-09-04.

Related

Other skills, from other repositories

to-issues

Decompose a PRD and/or SPEC into implementable, vertically-sliced Issues with real blocking edges, then create them in your chosen platform (GitHub or Local). Use after /prd (and optionally /prd-to-spec) to turn requirements into agent-ready tickets. Triggers on: create issues, to-issues, 创建issue, 拆解issue, 生成卡片, 创建卡片…

smallnest/goal-workflow · 96 tokens

article-icons

Illustrate an article (Markdown, HTML, etc.) with animated-style icons from itshover.com/icons. Fetches icons as clean inline SVG and places them at section headings, key concepts, lists, and callouts. Triggers on: /article-icons, 配图, 给文章配图标, add icons to article, illustrate with icons.

smallnest/goal-workflow · 74 tokens

scenario-generator

Generate comprehensive test scenarios, user stories, and acceptance criteria from requirements and specifications. Use this skill when planning testing efforts, writing user stories, creating test cases, documenting acceptance criteria, exploring edge cases, designing test coverage, or translating requirements into…

ArabelaTso/Skills-4-SE · 78 tokens

edge-case-generator

Automatically identify potential boundary and exception cases from requirements, specifications, or existing code, and generate comprehensive test cases targeting boundary conditions, edge cases, and uncommon scenarios. Use this skill when analyzing programs, code repositories, functions, or APIs to discover and test…

ArabelaTso/Skills-4-SE · 82 tokens

runtime-error-explainer

Explains runtime errors and compilation failures with actionable debugging guidance. Use when Python or Java code throws runtime exceptions (NullPointerException, TypeError, AttributeError, etc.), compilation errors (syntax errors, type mismatches, import failures), or dependency issues. Analyzes error messages, stack…

ArabelaTso/Skills-4-SE · 98 tokens

traceability-matrix-generator

Builds traceability matrices connecting requirements to design documents to source code implementation, tracking the complete development lifecycle. Use when you need to verify implementation completeness, ensure all requirements are implemented in code, generate compliance documentation, audit requirement coverage…

ArabelaTso/Skills-4-SE · 106 tokens