agentskills.codes
WE

weekly-ai-adoption-digest

|

Install

mkdir -p .claude/skills/weekly-ai-adoption-digest && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16956" && unzip -o skill.zip -d .claude/skills/weekly-ai-adoption-digest && rm skill.zip

Installs to .claude/skills/weekly-ai-adoption-digest

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Sets up a recurring weekly report that summarizes AI tool adoption metrics, highlights new user activations, ranks top workflows, features a productivity win of the week, tracks costs against budget, and announces upcoming events. Stores historical data in Google Sheets for trend analysis and posts a formatted digest to Slack on a configurable schedule.
355 charsno explicit “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)

About this skill

Weekly AI Adoption Digest

Auto-generate a weekly summary of AI usage trends, new skill adoptions, and productivity wins for leadership.

Integrations: Slack, Google Sheets

When to Use

  • The user wants to set up recurring AI adoption reports
  • Leadership asks for regular updates on AI tool usage
  • The user mentions "weekly digest", "adoption report", "AI summary", or "leadership update"
  • Teams need to communicate AI adoption progress consistently

Steps

Step 1: Define Digest Content

Help the user choose which sections to include:

SectionDescriptionData Source
Usage SnapshotActive users this week vs last week, trend directionTool admin dashboards
New AdoptionsNew users who started using AI tools this weekSSO/login data
Top WorkflowsMost-used AI workflows ranked by frequencyUsage analytics
Productivity WinsConcrete examples of time saved or quality improvedTeam submissions, PR data
Skills InstalledNew agent skills added across the organizationskills list output
Cost UpdateWeek-over-week spending and budget utilizationBilling data
Champion SpotlightHighlight an AI champion and their team's progressChampion reports
Tips & TricksOne useful tip for getting more out of AI toolsCurated by AI team
UpcomingTraining sessions, new tool rollouts, policy changesCalendar/roadmap

Step 2: Set Up Data Collection

For each section, configure the data source:

Automated Data (Google Sheets):

  • Create a "Weekly Metrics" sheet with columns for each tracked metric
  • Add formulas to calculate week-over-week changes
  • Set up data validation for manual entries

Manual Submissions:

  • Create a Slack workflow or Google Form for "Productivity Win" submissions
  • Template: "What tool did you use? What did you accomplish? How much time did you save?"

Skills Tracking:

  • Run npx skills list across projects to inventory installed skills
  • Compare against previous week to identify new installations

Step 3: Design the Digest Template

Create a consistent format:

AI Adoption Weekly Digest — Week of [DATE]

USAGE SNAPSHOT
  Active Users: XXX (+X% from last week)
  Total Sessions: X,XXX
  Trending: [up/down/stable]

NEW ADOPTIONS THIS WEEK
  - [Name] ([Team]) started using [Tool]
  - [Name] ([Team]) installed [Skill]
  - X new users total

TOP WORKFLOWS
  1. [Workflow] — used X times
  2. [Workflow] — used X times
  3. [Workflow] — used X times

PRODUCTIVITY WIN OF THE WEEK
  "[Quote from team member about their AI success story]"
  — [Name], [Team]
  Impact: Saved X hours on [task]

COST UPDATE
  This Week: $X,XXX
  Month to Date: $XX,XXX
  Budget Remaining: $XX,XXX (XX%)

CHAMPION SPOTLIGHT
  [Name] from [Team] helped X team members get started
  with [Tool] this week. Their team's adoption rate is now XX%.

TIP OF THE WEEK
  [Practical tip for using AI tools more effectively]

COMING UP
  - [Date]: [Event/Training]
  - [Date]: [New tool rollout]

Step 4: Configure Slack Delivery

Set up automated Slack posting:

  • Channel: #ai-adoption or #engineering-leadership
  • Schedule: Every Monday at 9:00 AM (configurable)
  • Format: Rich Slack message with sections, emoji indicators, and expandable details
  • Thread: Auto-thread detailed data below the summary

Provide a Slack message template with Block Kit formatting.

Step 5: Create the Google Sheets Backend

Build a spreadsheet with:

  • Sheet 1: Current Week — This week's data entry (manual + automated)
  • Sheet 2: Historical Data — Rolling 52-week history for trend analysis
  • Sheet 3: Charts — Auto-generated charts (adoption curve, cost trend, top workflows)
  • Sheet 4: Digest Generator — Formulas that compose the digest text from current week data
  • Sheet 5: Configuration — Editable settings (team names, tool list, Slack channel, schedule)

Step 6: Establish the Process

Define who does what each week:

DayTaskOwner
FridayChampions submit metrics and winsDepartment Champions
Monday AMReview data, fill gaps, add commentaryAI Program Lead
Monday 9 AMDigest auto-posts to SlackAutomated
Monday PMLeadership reviews, asks questions in threadLeadership
OngoingCollect productivity win submissionsAll team members

Output

Deliver:

  • Slack message template (Block Kit JSON)
  • Google Sheets backend with formulas and charts
  • Data collection form/workflow
  • Process runbook for weekly maintenance
  • Sample digest with realistic example data

Search skills

Search the agent skills registry