ruoyi-plus-soybean: Skill for Claude Code

.claude/skills/athena-dev/SKILL.md

athena-dev is a skill for Claude Code from m-xlsea/ruoyi-plus-soybean. It costs 20 tokens per session (333 once invoked), scanned A, original, MIT.

A development workflow for an AI coding agent that checks project state files, reads the relevant progress information, and routes new work through a defined process.

In plain words
What is it for?
It helps continue ongoing implementation or review work, initialize project state, inspect recent progress, and route new requests.
Why use it?
It keeps the agent aligned with the current project stage and stops it when required state information is missing or outdated.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

This is m-xlsea/ruoyi-plus-soybean's own configuration. It tells Claude Code how to work on ruoyi-plus-soybean 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 ruoyi-plus-soybean configures →

Reuse

Borrowing it

Nothing to install: this file belongs to m-xlsea/ruoyi-plus-soybean. 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/m-xlsea/ruoyi-plus-soybean/master/.claude/skills/athena-dev/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/m-xlsea/ruoyi-plus-soybean

Made for: Claude Code.

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 athena-dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/m-xlsea/ruoyi-plus-soybean/athena-dev/github.svg)](https://agentmods.dev/skills/m-xlsea/ruoyi-plus-soybean/athena-dev)
Your own site
<a href="https://agentmods.dev/skills/m-xlsea/ruoyi-plus-soybean/athena-dev"><img src="https://agentmods.dev/badge/skills/m-xlsea/ruoyi-plus-soybean/athena-dev/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 athena-dev

Your own site · 80×15
<a href="https://agentmods.dev/skills/m-xlsea/ruoyi-plus-soybean/athena-dev"><img src="https://agentmods.dev/badge/skills/m-xlsea/ruoyi-plus-soybean/athena-dev.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 333 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.00020 $0.00333
Opus 5 $0.00010 $0.00167
Sonnet 5 $0.00004 $0.00067
Haiku 4.5 $0.00002 $0.00033

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

Security

Grade A, and why

athena-dev 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 10d 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/athena-dev/SKILL.md · 31 lines

What it actually says

/athena-dev

.ai_state/ 不存在 → 提示 /athena-init 并停。 .ai_state/_index.md.schema_version != "9.6" → 提示 /athena-migrate 并停。

Get-bearings (R₀, just-in-time, 铁律 8)

  1. 必读: .ai_state/_index.md (单一入口)
  2. 按需: stage=impl/review → 按 pointers.latest_progress 读 progress.md 尾部
  3. 按需: 任务命中 lessons 主题 → pointers.latest_lesson 跳段
  4. 按需: git log --oneline -10
  5. 按需: impl/review 阶段 → bash .ai_state/init.sh

文件大就用 head/tail/grep。禁止 glob 整个 .ai_state/ (铁律 8)。

Dispatch

有进行中的 stage → 从当前阶段继续 (触发 pace skill)。 新需求 → 触发 pace skill 路由, 需求: $ARGUMENTS。

首次使用简短说明: "PACE 帮你路由——小事直接做, 大事加设计和审查。CC 原生 /goal /batch /background 已接入。"

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. 10d ago First seen · 31 lines · 20 tokens per session scan A 4fb8703fd459

Subscribe to this mod's changes

athena-dev is a skill published in the GitHub repository m-xlsea/ruoyi-plus-soybean (325 stars, last pushed 2mo ago), licensed MIT. It adds 20 tokens to every session and 333 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-09-01.