📅
AutomationTypeScript

Last Week

by chaitanyagiri

Last Week is an Automation skill for Claude Code, published by chaitanyagiri in munder-difflin.

2.2K stars253 forkson chaitanyagiri/munder-difflinAdded 2026/08/19+221% in starsRepository updated 2026/08/19
agentsclaude-codefreeharnessharness-engineeringmemory
Install in seconds
Install Last Week
Copy Last Week into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/chaitanyagiri/munder-difflin/tree/main/resources/skills/lastWeek ~/.claude/skills/lastWeek

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/chaitanyagiri/munder-difflin.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
resources/skills/lastWeek/SKILL.md in chaitanyagiri/munder-difflin
Installs to
~/.claude/skills/lastWeek
Collection
One of 17 skills cataloged from this repository
Category
Automation1523 skills

What Last Week does

Last Week resolves the previous full week (Monday through Sunday) to a concrete ISO date range with inclusive civil dates and exact UTC instants, for use as time bounds in tasks like weekly digests and week-over-week comparisons.

Last Week is cataloged under Automation on DirSkills. Last Week comes from a repository tagged agents, claude-code, free, harness and harness-engineering.

Documentation

README

/lastWeek

Get the concrete date range for the previous full week (Mon → Sun) by running the bundled resolver:

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

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.

Commands Last Week provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /temporal

Frequently asked about Last Week

  • What else does chaitanyagiri publish alongside Last Week?

    Last Week is one of 17 skills that DirSkills catalogs from chaitanyagiri/munder-difflin, the repository it ships in. Its siblings there include Capability Catalog, Fetch & Summarize and Last 30 Days. Each one is a separate skill with its own page in this directory, installs the same way Last Week does, and is maintained by chaitanyagiri in that same repository. The rest of the collection is listed on the chaitanyagiri/munder-difflin page.

  • How does Last Week compare to other Automation skills?

    Last Week ranks #495 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Last Week against them. Open each page to compare what they document and how they install.

More from chaitanyagiri/munder-difflin

Last Week is one of 17 skills cataloged on DirSkills from chaitanyagiri/munder-difflin.

See all 17 skills
📋
2w ago

Capability Catalog

Capability Catalog lists the temporal date-range skills and external integrations available to a spawned worker and exactly how to call each. Use it at boot or whenever unsure what tools or integrations you have.
AI Engineering
2.2K253
📄
2w ago

Fetch & Summarize

Fetch & Summarize takes a URL, retrieves its content, and returns a concise markdown summary with title, overview, key points, and source. Use it when asked to fetch and summarize a page, summarize a URL, or find out what a linked page says.
Automation
2.2K253
📅
2w ago

Last 30 Days

Last 30 Days resolves a rolling 30-day window ending today to concrete ISO date ranges, including UTC instants, so agents have accurate temporal bounds without manual date math. Use it before any 'last 30 days' or trailing-month task like monthly trends or recent activity.
AI Engineering
2.2K253
📅
2w ago

Last 7 Days

Last 7 Days resolves 'last7Days' to a concrete inclusive date range and exact UTC instants for a rolling 7-day window ending today. Use it before any 'last 7 days' or trailing-week task to get temporal bounds without computing dates by hand.
AI Engineering
2.2K253
📅
2w ago

Last Month

Last Month resolves the previous full calendar month to a concrete ISO date range relative to the current date. Use it before monthly reports or month-end summaries so the agent has exact civil dates and UTC instants without computing dates by hand.
Automation
2.2K253
📅
2w ago

Last Quarter

Last Quarter resolves "lastQuarter" to a concrete ISO date range for the previous full quarter relative to run time. Use it before quarterly reviews, QoQ comparisons, or any task over last quarter to get inclusive civil dates and exact UTC instants without computing dates by hand.
Automation
2.2K253