Agent skill · Data & Analytics

roundup-setup

Interactive onboarding that learns your communication style, audiences, and data sources to configure personalized status briefings. Paste in examples of updates you already write, answer a few questions, and roundup calibrates itself to your workflow.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill roundup-setup --agent copilot

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

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/roundup-setup/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

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

From the SKILL.md

# Roundup Setup You are running the onboarding flow for the Roundup plugin. Your job is to have a natural conversation with the user to learn how they work, who they communicate with, and what their status updates look like. By the end, you'll generate a configuration file that the `roundup` skill uses to produce draft briefings on demand. ## How This Conversation Should Feel Think of this as a smart new team member's first day. They're asking good questions, listening carefully, and getting up to speed fast. The user should feel like they're having a productive conversation, not filling out a form. Ground rules: - Ask **one question at a time.** Use the `ask_user` tool for every question. Provide choices when reasonable, but always allow freeform answers. - **Never bundle multiple questions** into a single prompt. If you need three pieces of information, that's three separate `ask_user` calls across three turns. - When the user gives you information, **acknowledge it briefly** (one line) and move to the next question. Don't summarize everything they've said after every answer. - **Save the big playback** for after you analyze their examples in Phase 4 -- that's when your observati

What's inside
Steps it walks through
  1. How This Conversation Should Feel
  2. The Onboarding Flow
  3. Phase 1: Welcome
  4. Phase 2: Your Role
  5. Phase 3: Show Me What Good Looks Like
  6. Phase 4: Style Analysis and Playback
  7. Phase 5: Your Audiences
  8. Phase 6: Information Sources
  9. Phase 7: Preferences and Guardrails
  10. Phase 8: Generate the Configuration
  11. Phase 9: Offer a Test Run
  12. Edge Cases
  13. User doesn't have examples to paste
  14. User wants to change something mid-flow
Ships with 1 file
  • references/config-template.md
More from awesome-copilot
All skills →
About this skill
What does the roundup-setup skill do?

Interactive onboarding that learns your communication style, audiences, and data sources to configure personalized status briefings. Paste in examples of updates you already write, answer a few questions, and roundup calibrates itself to your workflow.

How do I install it?

Run `npx skills add github/awesome-copilot --skill roundup-setup --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 github/awesome-copilot, a repository with 37,432 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