eIsland: Skill for Claude Code

.agents/skills/eisland-dev-generate-release-worklog/SKILL.md

eisland-dev-generate-release-worklog is a skill for Claude Code, Codex from JNTMTMTM/eIsland. It costs 60 tokens per session (980 once invoked), scanned A, original, GPL-3.0.

A release-announcement writer for eIsland that produces a Markdown document, a plain-text file commonly used for formatted project notes.

In plain words
What is it for?
It drafts release notes or announcements for a new eIsland version.
Why use it?
It gives release communication a consistent document format when a new version needs to be announced.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is JNTMTMTM/eIsland's own configuration. It tells Claude Code and Codex how to work on eIsland 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 eIsland configures →

Reuse

Borrowing it

Nothing to install: this file belongs to JNTMTMTM/eIsland. 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/JNTMTMTM/eIsland/main/.agents/skills/eisland-dev-generate-release-worklog/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/JNTMTMTM/eIsland

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 eisland-dev-generate-release-worklog

README.md
[![agentmods](https://agentmods.dev/badge/skills/jntmtmtm/eisland/eisland-dev-generate-release-worklog/github.svg)](https://agentmods.dev/skills/jntmtmtm/eisland/eisland-dev-generate-release-worklog)
Your own site
<a href="https://agentmods.dev/skills/jntmtmtm/eisland/eisland-dev-generate-release-worklog"><img src="https://agentmods.dev/badge/skills/jntmtmtm/eisland/eisland-dev-generate-release-worklog/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 eisland-dev-generate-release-worklog

Your own site · 80×15
<a href="https://agentmods.dev/skills/jntmtmtm/eisland/eisland-dev-generate-release-worklog"><img src="https://agentmods.dev/badge/skills/jntmtmtm/eisland/eisland-dev-generate-release-worklog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 980 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 unknown 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.00060 $0.00980
Opus 5 $0.00030 $0.00490
Sonnet 5 $0.00012 $0.00196
Haiku 4.5 $0.00006 $0.00098

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

Security

Grade A, and why

eisland-dev-generate-release-worklog 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.

.agents/skills/eisland-dev-generate-release-worklog/SKILL.md · 142 lines

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.

Read it on GitHub

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. 10d ago First seen · 142 lines · 60 tokens per session scan A 20d96b6b2866

Subscribe to this mod's changes

eisland-dev-generate-release-worklog is a skill published in the GitHub repository JNTMTMTM/eIsland (312 stars, last pushed today), licensed GPL-3.0. It adds 60 tokens to every session and 980 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

update-skills

Create or update repository skills and instructions when major learnings are discovered during a session. Use when the user says "learn!", when a significant pattern or pitfall is identified, or when reusable domain knowledge should be captured for future sessions.

microsoft/vscode · 51 tokens

github-copilot-upgrader

Use this to update the Github Copilot CLI/SDK.

microsoft/vscode · 18 tokens

commit

Commit staged or unstaged changes with an AI-generated commit message that matches the repository's existing commit style. Use when the user asks to 'commit', 'commit changes', 'create a commit', 'save my work', or 'check in code'.

microsoft/vscode · 52 tokens

sync

Sync the current session branch with its upstream branch, or publish the current session branch to a remote. Use when the user asks to sync a branch, pull latest changes, rebase onto upstream, push current branch, publish branch, or set upstream.

microsoft/vscode · 52 tokens

generate-run-commands

Generate or modify run commands for the current session. Use when the user wants to set up or update run commands that appear in the session's Run button.

microsoft/vscode · 36 tokens