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.
npx skills add github/awesome-copilot --skill roundup-setup --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- How This Conversation Should Feel
- The Onboarding Flow
- Phase 1: Welcome
- Phase 2: Your Role
- Phase 3: Show Me What Good Looks Like
- Phase 4: Style Analysis and Playback
- Phase 5: Your Audiences
- Phase 6: Information Sources
- Phase 7: Preferences and Guardrails
- Phase 8: Generate the Configuration
- Phase 9: Offer a Test Run
- Edge Cases
- User doesn't have examples to paste
- User wants to change something mid-flow
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.