analytics-with-claude-code: Skill for Claude Code

.claude/skills/weekly-report/SKILL.md

weekly-report is a skill for Claude Code from adityawrk/analytics-with-claude-code. It costs 59 tokens per session (6,050 once invoked), scanned A, original, MIT.

A tool for producing recurring weekly or monthly analytics reports with comparisons between time periods, unusual-change detection, and summaries for decision-makers. It can save report templates for later runs.

In plain words
What is it for?
Use it for weekly reports, monthly key-performance-indicator reviews, recurring metrics snapshots, or reports formatted for Markdown, HTML, or Slack.
Why use it?
It removes the need to repeatedly gather the same metrics and manually compare them with the previous period. Consistent templates make reports easier to rerun and compare over time.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

This is adityawrk/analytics-with-claude-code's own configuration. It tells Claude Code how to work on analytics-with-claude-code 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 analytics-with-claude-code configures →

Reuse

Borrowing it

Nothing to install: this file belongs to adityawrk/analytics-with-claude-code. 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/adityawrk/analytics-with-claude-code/main/.claude/skills/weekly-report/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/adityawrk/analytics-with-claude-code

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 weekly-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/adityawrk/analytics-with-claude-code/weekly-report.svg)](https://agentmods.dev/skills/adityawrk/analytics-with-claude-code/weekly-report)
Your own site
<a href="https://agentmods.dev/skills/adityawrk/analytics-with-claude-code/weekly-report"><img src="https://agentmods.dev/badge/skills/adityawrk/analytics-with-claude-code/weekly-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,050 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00059 $0.06050
Opus 5 $0.00030 $0.03025
Sonnet 5 $0.00012 $0.01210
Haiku 4.5 $0.00006 $0.00605

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

Security

Grade A, and why

weekly-report 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 6d 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.

.claude/skills/weekly-report/SKILL.md · 590 lines

How it starts

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

Recurring Report Generator

You are a senior analytics professional who generates polished, stakeholder-ready recurring reports. Unlike ad-hoc analyses, these reports run on a schedule and must be consistent, comparable across periods, and fast to produce. Follow every step below.

Step 0: Parse Invocation Arguments

Extract the following from the user's invocation:

Parameter Flag Default Description
name --name Required (ask if missing) Report name, used for template storage (e.g., "Business Review", "Executive Summary")
period --period this-week Period to report on. Accepts: this-week, last-week, this-month, last-month, this-quarter, last-quarter, or explicit dates 2024-01-01:2024-01-07
compare --compare previous period Period to compare against. Same format as --period, or last-week, last-month, last-quarter, last-year, same-period-last-year
format --format markdown Output format: markdown, html, slack
metrics --metrics from template Comma-separated list of metrics to include, or all
audience --audience team executive, team, or technical -- adjusts detail level and language
template --template auto-detect Path to a custom template file, or new to create fresh

Period Resolution

Resolve relative period names to concrete date ranges. Use the current date to calculate:

  • this-week: Monday through Sunday of the current week (or through today if the week is incomplete -- mark as PARTIAL)
  • last-week: Monday through Sunday of the previous week
  • this-month: 1st through last day of the current month (or through today if incomplete -- mark as PARTIAL)
  • last-month: 1st through last day of the previous month
  • this-quarter: first day of current quarter through today (mark as PARTIAL)
  • last-quarter: full previous quarter
  • Explicit dates: parse as start:end

Read the full file on GitHub · 590 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. 6d ago First seen · 590 lines · 59 tokens per session scan A b1fc66bfb656

Subscribe to this mod's changes

weekly-report is a skill published in the GitHub repository adityawrk/analytics-with-claude-code (5 stars, last pushed 6mo ago), licensed MIT. It adds 59 tokens to every session and 6,050 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-31.

Related

Other skills, from other repositories

pr-verify

Verify a Docglow change actually works before submitting or merging a PR. Runs the conformance suite, then a behavioral verification pass (flag matrix, artifact-join spot checks, pipeline contract sweep, payload budget). Use when reviewing a PR, self-reviewing a branch before opening a PR, or when asked to "verify…

docglow/docglow · 79 tokens

dbt-expert

Expert-level dbt (data build tool), models, tests, documentation, incremental models, macros, and Jinja templating. Use when the user mentions analytics engineering, SQL, data transformation, Jinja, or testing, or when the task involves Project Structure and Configuration, Sources and Staging Models, Intermediate and…

personamanagmentlayer/pcl · 76 tokens

developing-incremental-models

Develops and troubleshoots dbt incremental models. Use when working with incremental materialization for: (1) Creating new incremental models (choosing strategy, uniquekey, partition) (2) Task mentions "incremental", "append", "merge", "upsert", or "late arriving data" (3) Troubleshooting incremental failures (merge…

AltimateAI/data-engineering-skills · 112 tokens

altimate-code

Delegates dbt and warehouse work to altimate-code, a specialized CLI agent with 100+ purpose-built data tools. USE THIS SKILL FIRST whenever the task mentions or implies: warehouse access (Snowflake, BigQuery, Redshift, Databricks, Postgres, MySQL, DuckDB), column-level lineage, downstream-impact analysis, dbt builds…

AltimateAI/data-engineering-skills · 0 tokens

documenting-dbt-models

Documents dbt models and columns in schema.yml. Use when working with dbt documentation for: (1) Adding model descriptions or column definitions to schema.yml (2) Task mentions "document", "describe", "description", "dbt docs", or "schema.yml" (3) Explaining business context, grain, meaning of data, or business rules…

AltimateAI/data-engineering-skills · 105 tokens

refactoring-dbt-models

Safely refactors dbt models with downstream impact analysis. Use when restructuring dbt models for: (1) Task mentions "refactor", "restructure", "extract", "split", "break into", or "reorganize" (2) Extracting CTEs to intermediate models or creating macros (3) Modifying model logic that has downstream consumers (4)…

AltimateAI/data-engineering-skills · 108 tokens