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.
npx agentmods add skills/jntmtmtm/eisland/eisland-dev-refactor-module-splitnpx skills add JNTMTMTM/eIsland --skill eisland-dev-refactor-module-splitgit clone --depth 1 https://github.com/JNTMTMTM/eIslandWrote 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.
[](https://agentmods.dev/skills/jntmtmtm/eisland/eisland-dev-refactor-module-split)<a href="https://agentmods.dev/skills/jntmtmtm/eisland/eisland-dev-refactor-module-split"><img src="https://agentmods.dev/badge/skills/jntmtmtm/eisland/eisland-dev-refactor-module-split.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00084 | $0.02225 |
| Opus 5 | $0.00042 | $0.01112 |
| Sonnet 5 | $0.00017 | $0.00445 |
| Haiku 4.5 | $0.00008 | $0.00222 |
Grade A, and why
eisland-dev-refactor-module-split 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 4d 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.
The source is not reproduced here
Licensed GPL-3.0
The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
3 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.
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.
- 4d ago First seen · 172 lines · 84 tokens per session scan A 0b37386c803b
eisland-dev-refactor-module-split is a skill published in the GitHub repository JNTMTMTM/eIsland (308 stars, last pushed yesterday), licensed GPL-3.0. It adds 84 tokens to every session and 2,225 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-08-30.
Other skills, from other repositories
demo-create
基于项目中 .vscode/south.code-snippets 定义的 CRUD 模板,快速生成后台管理系统的标准 CRUD 页面代码。该技能根据用户提供的业务模块信息(如模块名称、API路径、字段配置等),自动生成完整的页面文件(Page)、数据模型文件(Model)和 API 接口文件(Api),支持分页列表页面(demoPage)、独立操作页面(demoOptionPage)两种页面模式。.
init-project
初始化整个项目,清除模板自带的示例内容(src/pages/demo、src/pages/content、src/components/Github、src/servers/content、menus/demo 及相关 i18n),并连带删除代码中的 import 与引用。执行时会先以 dry-run 预览将要删除的文件和将要修改的引用,经用户确认后再真正执行。.
speak-status
Skill "speak-status" from kazakago/cc-mascot, covering cc mascot: 発話フィルタ状態の確認 and 手順.
speak-this
CC Mascotアプリの発話対象を、現在のClaude Codeセッションのみに絞り込みます。.
speak-all
CC Mascotアプリの発話フィルタを解除し、すべてのClaude Codeセッションの応答を発話対象に戻します。.
mastering-typescript
This skill should be used when the user asks to "write typescript", "configure typescript project", "add type hints", "use generics", "migrate to typescript", "set up vite with typescript", "implement type-safe patterns", "use satisfies operator", "configure eslint for typescript", or needs guidance on enterprise…