ruoyi-plus-soybean: Skill for Claude Code

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

athena-setup is a skill for Claude Code, Codex from m-xlsea/ruoyi-plus-soybean. It costs 37 tokens per session (1,477 once invoked), scanned D, original, MIT.

An installation and setup workflow for configuring Claude Code, its plugins, hooks, and shared project memory.

In plain words
What is it for?
Use it for version checks, plugin installation, hook configuration, and setting up memory that can be reused across sessions.
Why use it?
It helps prepare a coding-agent environment and records which capabilities are available in the installed version.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions subagents; mentions Codex.

This is m-xlsea/ruoyi-plus-soybean's own configuration. It tells Claude Code and Codex 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-setup/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/m-xlsea/ruoyi-plus-soybean

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/m-xlsea/ruoyi-plus-soybean/athena-setup"><img src="https://agentmods.dev/badge/skills/m-xlsea/ruoyi-plus-soybean/athena-setup.svg" alt="Reviewed on agentmods" width="80" 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 1,477 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 2 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.00037 $0.01477
Opus 5 $0.00018 $0.00739
Sonnet 5 $0.00007 $0.00295
Haiku 4.5 $0.00004 $0.00148

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

Security

Grade D, and why

athena-setup scanned grade D with 2 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

Codex 独立配置 `~/.codex/config.toml` (见本仓库 cx/.codex/config.toml).

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- permissions.deny 仅保留 "Bash(rm -rf *)" + 机密文件 (sandbox 是正道)
.claude/skills/athena-setup/SKILL.md · 155 lines

How it starts

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

/athena-setup (v9.6)

设计哲学 (启动时告诉用户)

v9.6 原则:
- permissions.deny 仅保留 "Bash(rm -rf *)" + 机密文件 (sandbox 是正道)
  参考: https://claude.com/blog/beyond-permission-prompts-making-claude-code-more-secure-and-autonomous
- 全局 lessons 已删, 跨项目记忆推 claude-mem (默认装)
- /goal /batch /background CC 原生, 不再造状态机驱动器
- 不维护插件推荐列表, 实时查 marketplace

Step 0: CC 版本检查

参考: https://code.claude.com/docs/en/changelog

claude --version

要求 ≥ v2.1.121 (worktree isolation + updatedToolOutput 全工具). v2.1.139+ 解锁 /goal /background. 低于 → claude updatenpm install -g @anthropic-ai/claude-code@latest.

把检测到的版本写入 .ai_state/_index.md.platform_features.cc_version. 解析后置 goal_supported/batch_supported/background_supported.

Step 1: 插件安装 (按 PACE 节点 best-fit, 非强依赖)

每装一个问自己: "这个真的会用吗?" 多余 = context 浪费。

工程主线 (强烈推荐)

/plugin marketplace add obra/superpowers-marketplace
/plugin install superpowers@superpowers-marketplace

/plugin marketplace add openai/codex-plugin-cc
/plugin install codex@openai-codex

跨项目记忆 (v9.6 默认推 claude-mem)

claude-mem 89k stars, Apache-2.0, 自动捕获 tool use + 压缩摘要 + 注入下次 session. 参考: https://github.com/thedotmack/claude-mem

# 检测是否已装
if /plugin list | grep -iq claude-mem; then
  echo "claude-mem ✓ 已装"
else
  echo "推荐安装 claude-mem (跨 session 记忆):"
  echo "  /plugin marketplace add <claude-mem 所在 marketplace>"
  echo "  /plugin install claude-mem"
  echo "  (如不在 marketplace, 从 github.com/thedotmack/claude-mem 下载)"
fi

未装也行——Athena 仍可用, _index.md.platform_features.cross_session_memory 标 "none".

PACE 节点 best-fit (按需, 实时查 marketplace)

athena-setup 不写死推荐列表, 改用 /plugin browse + 关键词查询:

路径 关键词 (用 /plugin browse 查)
Bugfix debugger / bug-fix / metronome
Feature 实现 superpowers / dev-workflows / context7
Feature 审查 codex-plugin-cc / agent-peer-review / local-review
Refactor TypeScript LSP / Rust LSP / ast-grep
Refactor 审查 codex-plugin-cc / AgentLint
System shipyard (IaC) / mcp-builder
跨节点 context-mode (大输出 sandbox 化)

Read the full file on GitHub · 155 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. 10d ago First seen · 155 lines · 37 tokens per session scan D ad3d220e0f70

Subscribe to this mod's changes

athena-setup is a skill published in the GitHub repository m-xlsea/ruoyi-plus-soybean (325 stars, last pushed 2mo ago), licensed MIT. It adds 37 tokens to every session and 1,477 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it D with 2 findings (reads agent configuration directories, recursive force delete). 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

media-ingest

Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.

garrytan/gbrain · 52 tokens

mem0-oss-to-platform

Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…

mem0ai/mem0 · 273 tokens

Cortex

Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…

danielmiessler/LifeOS · 196 tokens

memory

Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory//.md.

opensquilla/opensquilla · 44 tokens

ha-data-stores

Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…

shiwenwen/hope-agent · 115 tokens

establishing-project-context

Use when the user asks to establish shared project language, or project work exposes a conflicting, renamed, or deprecated domain term that needs active semantic modeling. Routine small tasks stay on the fast path.

GanyuanRan/Aegis · 45 tokens