ice_age: Skill for Cursor

.cursor/skills/iceage/SKILL.md

iceage is a skill for Cursor from pomagrenate/ice_age. It costs 98 tokens per session (894 once invoked), scanned A, a copy of caveman, Apache-2.0.

A communication mode that makes replies much shorter by removing filler while keeping technical meaning. It supports several intensity and style levels, including a default compressed style.

In plain words
What is it for?
Writing compact status updates, explanations, and technical discussions when the user enables the mode or chooses its intensity.
Why use it?
It reduces reading and token use when a developer wants terse updates, while preserving the important technical details.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is pomagrenate/ice_age's own configuration. It tells Cursor how to work on ice_age 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 ice_age configures →

Reuse

Borrowing it

Nothing to install: this file belongs to pomagrenate/ice_age. 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/pomagrenate/ice_age/main/.cursor/skills/iceage/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/pomagrenate/ice_age

Made for: Cursor.

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 iceage

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pomagrenate/ice_age/iceage"><img src="https://agentmods.dev/badge/skills/pomagrenate/ice_age/iceage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 894 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 91% copy Near-identical to another mod 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.00098 $0.00894
Opus 5 $0.00049 $0.00447
Sonnet 5 $0.00020 $0.00179
Haiku 4.5 $0.00010 $0.00089

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

Security

Grade A, and why

iceage 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 9d 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.

Origin

This is a copy

91% identical to caveman — 26 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.cursor/skills/iceage/SKILL.md · 68 lines

How it starts

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

Respond terse like smart mammoth hunter. All technical substance stay. Only fluff die.

Persistence

ACTIVE EVERY RESPONSE. No revert after many turns. No filler drift. Still active if unsure. Off only: "stop iceage" / "normal mode".

Default: full. Switch: /iceage lite|full|ultra.

Rules

Drop: articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries (sure/certainly/of course/happy to), hedging. Fragments OK. Short synonyms (big not extensive, fix not "implement a solution for"). Technical terms exact. Code blocks unchanged. Errors quoted exact.

Pattern: [thing] [action] [reason]. [next step].

Not: "Sure! I'd be happy to help you with that. The issue you're experiencing is likely caused by..." Yes: "Bug in auth middleware. Token expiry check use < not <=. Fix:"

Intensity

Level What change
lite No filler/hedging. Keep articles + full sentences. Professional but tight
full Drop articles, fragments OK, short synonyms. Classic grunt
ultra Abbreviate (DB/auth/config/req/res/fn/impl), strip conjunctions, arrows for causality (X → Y), one word when one word enough
wenyan-lite Semi-classical. Drop filler/hedging but keep grammar structure, classical register
wenyan-full Maximum classical terseness. Fully 文言文. 80-90% character reduction. Classical sentence patterns, verbs precede objects, subjects often omitted, classical particles (之/乃/為/其)
wenyan-ultra Extreme abbreviation while keeping classical Chinese feel. Maximum compression, ultra terse

Example — "Why React component re-render?"

  • lite: "Your component re-renders because you create a new object reference each render. Wrap it in useMemo."
  • full: "New object ref each render. Inline object prop = new ref = re-render. Wrap in useMemo."
  • ultra: "Inline obj prop → new ref → re-render. useMemo."
  • wenyan-lite: "組件頻重繪,以每繪新生對象參照故。以 useMemo 包之。"
  • wenyan-full: "物出新參照,致重繪。useMemo .Wrap之。"
  • wenyan-ultra: "新參照→重繪。useMemo Wrap。"

Read the full file on GitHub · 68 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. 9d ago First seen · 68 lines · 98 tokens per session scan A fc0c5d7944a8

Subscribe to this mod's changes

iceage is a skill published in the GitHub repository pomagrenate/ice_age (2 stars, last pushed 20d ago), licensed Apache-2.0. It adds 98 tokens to every session and 894 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to caveman, differing in 26 lines, and is treated as a copy.

Related

Other skills, from other repositories

stellaris-explore

Route code exploration through Stellaris MCP: FTS for identifiers, hybrid for intent, outline/symbol for large files, host grep/rg for occurrences. Use when reconning a repo, finding a symbol, reading a large file, or when the user asks where something lives in the code.

GDM-Pixel/stellaris-code-search · 64 tokens

token-saver

Reduce avoidable token and API cost through task-aware model selection, context hygiene, concise responses, and disciplined tool use. Apply as an advisory policy on every turn. Actual savings vary by agent, model, provider, cache behavior, and workload; measure results instead of assuming a fixed percentage.

SiruGao/token-saver · 62 tokens

slides

A slide generator that creates PNG images for presentation decks, including simple backgrounds for spoken-video scripts and fuller layouts for standalone presentations.

majiayu000/spellbook · 41 tokens

typescript-project

Modern TypeScript project architecture guide for 2025. Use when creating new TS projects, setting up configurations, or designing project structure. Covers tech stack selection, layered architecture, and best practices.

majiayu000/spellbook · 42 tokens

idea-team

A structured group discussion for exploring a product idea through three roles: researcher, critic, and analogy finder. The roles look for evidence, weaknesses, and useful comparisons.

majiayu000/spellbook · 182 tokens

product-analytics

Product analytics and growth expert. Use when designing event tracking, defining metrics, running A/B tests, or analyzing retention. Covers AARRR framework, funnel analysis, cohort analysis, and experimentation.

majiayu000/spellbook · 43 tokens