Agent skill · Documentation

sred-work-summary

Go back through the previous year of work and create a Notion doc that groups relevant links into projects that can then be documented as SRED projects.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill sred-work-summary --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/sred-work-summary/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SRED Work Summary Collect all the Github PRs, Notion docs and Linear tickets a person completed in a given year. Group the links from all of those into projects. Put everything into a private Notion document and return a link to that document. ## When to Use - You need to gather a year's worth of PRs, Notion docs, and Linear tickets into project groupings for SRED preparation. - The task is to build the upstream Notion work summary before writing individual SRED project descriptions. - You need a repeatable collection workflow across GitHub, Notion, and Linear for a fixed time window. ## Prerequisites Before starting make sure that Github, Notion and Linear can be accessed. Notion and Linear should be connected using an MCP. Github can be connected with an MCP, but if you have access to the `gh` CLI tool, you can use that instead. If any of these can't be accessed, prompt the user to grant access before proceeding. ## Process ### Step 1 ```bash # Get the current year date +%Y ``` The output of this command is the current year. The current year minus one is the previous year. ### Step 2 Collect all of the required information from the user: *Github Username*: What is the github us

What's inside
Steps it walks through
  1. When to Use
  2. Prerequisites
  3. Process
  4. Step 1
  5. Step 2
  6. Step 3
  7. Step 4
  8. Step 5
  9. Step 6
  10. Step 7
  11. Step 8
  12. Resources
  13. Limitations
Commands it runs
Get the current year
date +%Y
Find github repos
find . -maxdepth 2 -name ".git" -type d | sed 's/\/.git$//' | sort
More from agentic-awesome-skills
All skills →
About this skill
What does the sred-work-summary skill do?

Go back through the previous year of work and create a Notion doc that groups relevant links into projects that can then be documented as SRED projects.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill sred-work-summary --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going