last30Days

last30Days is a skill for Claude Code from chaitanyagiri/munder-difflin. It costs 83 tokens per session (313 once invoked), scanned A, original, MIT.

A date-range helper for finding the rolling 30-day period ending today relative to the current run time. It returns calendar dates and their exact UTC time boundaries.

In plain words
What is it for?
Use it for reports, searches, or analysis covering the last 30 days.
Why use it?
It removes the need to calculate a trailing 30-day window manually and helps avoid timezone mistakes.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it for reports, searches, or analysis covering the last 30 days.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chaitanyagiri/munder-difflin/last30days
About the project

Munder Difflin is a local multi-agent harness that turns terminal coding CLIs into a coordinated team of agents running on a user's machine. It is for people who want several supported coding agents to communicate, delegate work, retain memory, and operate through a shared office-style interface. The catalogue skills provide workflows for using and coordinating those agents.

chaitanyagiri/munder-difflin · 6,519 stars · on GitHub · munderdiffl.in

Install

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.

Any agent
npx skills add chaitanyagiri/munder-difflin --skill last30days
Clone the repo
git clone --depth 1 https://github.com/chaitanyagiri/munder-difflin

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 last30Days

README.md
[![agentmods](https://agentmods.dev/badge/skills/chaitanyagiri/munder-difflin/last30days.svg)](https://agentmods.dev/skills/chaitanyagiri/munder-difflin/last30days)
Your own site
<a href="https://agentmods.dev/skills/chaitanyagiri/munder-difflin/last30days"><img src="https://agentmods.dev/badge/skills/chaitanyagiri/munder-difflin/last30days.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 313 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00083 $0.00313
Opus 5 $0.00042 $0.00156
Sonnet 5 $0.00017 $0.00063
Haiku 4.5 $0.00008 $0.00031

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

Security

Grade A, and why

last30Days 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 8d 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

Copies of this mod

8 near-identical copies found in the catalogue:

  • last7Days — 89% identical, 14 lines differ
  • yesterday — 89% identical, 14 lines differ
  • lastQuarter — 88% identical, 14 lines differ
  • lastWeek — 88% identical, 14 lines differ
  • today — 84% identical, 14 lines differ
  • thisMonth — 78% identical, 14 lines differ
  • lastMonth — 77% identical, 14 lines differ
  • lastYear — 77% identical, 14 lines differ
resources/skills/last30Days/SKILL.md · 30 lines

What it actually says

/last30Days

Get the concrete date range for a rolling 30-day window ending today by running the bundled resolver:

node "$AGENT_DIR/.claude/skills/temporal/when.mjs" last30Days

It prints a human-readable line plus a JSON record:

  • start / end — inclusive civil dates (YYYY-MM-DD) in your local timezone
  • startUtc / endExclusiveUtc — the same window as a half-open [start, end) range of exact UTC instants, for timestamp-based queries
  • days, timezone, asOf — the span, your timezone, and when this resolved

Use the returned dates as the time bounds for the task at hand. Do not derive dates by hand — this resolver is the source of truth. For the full window list or an arbitrary range (e.g. last45days, last6months), see the /temporal skill.

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. 8d ago First seen · 30 lines · 83 tokens per session scan A baafbc6a0d24

Subscribe to this mod's changes

last30Days is a skill published in the GitHub repository chaitanyagiri/munder-difflin (6,519 stars, last pushed yesterday), licensed MIT. It adds 83 tokens to every session and 313 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.

Related

Other skills, from other repositories

harness-creator

Build, audit, and improve harnesses that make AI coding agents reliable: AGENTS.md/CLAUDE.md instruction files, feature/state tracking, verification gates, scope boundaries, session handoff, memory persistence, context budgets, tool-permission safety, and multi-agent coordination. Use this whenever a coding agent is…

walkinglabs/learn-harness-engineering · 142 tokens

document-knowledge-base

Create and update a folder/file knowledge base using agentic discovery. Covers KB bootstrap, single entry creation, and entry updates. Use this when asked to document a system, subsystem, concept, or domain — or when existing KB entries need refreshing.

usefulmove/enso · 54 tokens

enso-reference

Show the enso system overview, skill directory, workflow, and live project status. Use when an agent or user needs a quick orientation to the current enso project's state, commands, and conventions.

usefulmove/enso · 43 tokens

enso-session-persist

Persist only the session state that improves future re-entry, coordination, or reuse.

usefulmove/enso · 21 tokens

read-session-logs

Display recent enso session logs and show a summary of active stories. Use when reviewing past sessions, auditing project history, or getting oriented on session continuity. Read-only — no files are modified.

usefulmove/enso · 44 tokens

tacit.knowledge

Query the local tacit knowledge database (/.tacit/) for relevant context. TRIGGER when: user asks about topics that might have been previously captured — past conversations, meetings, decisions, ideas, learnings, or any domain knowledge. Also trigger when the user's question could benefit from previously stored…

sangmin7648/tacit · 99 tokens