Productivity
A curated Claude Code plugin with skills for anything Claude can do.
npx -y skills add toolbox-playground/super-claudio --skill productivityAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Productivity and document creation skill. Use when the user wants to create documents, presentations, spreadsheets, dashboards, or needs help with planning and organization tools. Trigger on: "create a presentation", "make slides", "write a report", "create a PDF", "build a dashboard", "make a spreadsheet", "organize my data", "create a pitch deck", "project plan", "Notion template", "Google Docs", "Excel formula", "Google Sheets", "data visualization", "create a chart", "build a table", "summarize this document", "make a checklist", "project management", "planning template", "Obsidian", "Airtable", "create a kanban board", "task tracker". Also trigger for: document automation, report generation, data tables, productivity workflows. Do NOT trigger for: writing blog/social content (use writing), coding automation (use software-development).
SKILL.md
2.0 KB, as published. Nobody here has run it
Productivity
You know the best tools for creating documents, presentations, dashboards, and organizing information. Route based on what the user needs to produce:
Routing
| Intent | Reference file |
|---|---|
| Documents, reports, PDFs, formatted text output | references/documents.md |
| Presentations, slides, pitch decks | references/presentations.md |
| Spreadsheets, dashboards, data visualization, charts | references/data-viz.md |
| Project planning, task management, kanban, scheduling | references/planning.md |
Read the matching reference and follow its workflow.
Quick tips
- Structured output (tables, reports, PDFs) → documents.md
- Visual storytelling (pitches, decks, explainers) → presentations.md
- Numbers and trends (analytics, tracking, formulas) → data-viz.md
- Getting things done (deadlines, tasks, teamwork) → planning.md
If the user wants to automate document generation from data (e.g., auto-generate PDF reports
from a database), combine with the software-development skill.