Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ plugins/<plugin-name>/
- `meeting-cost-calculator` skill — Calculate time and cost spent in meetings
- `org-chart` skill — Visual ASCII org chart for any person
- `multi-plan-search` skill — Search tasks across all Planner plans
- `planner-status-report` skill — Generate a status report for one Planner plan
- `site-explorer` skill — Browse SharePoint sites, lists, and libraries
- `channel-audit` skill — Audit channels for inactivity and cleanup
- `channel-digest` skill — Summarize activity across multiple channels
Expand Down
6 changes: 4 additions & 2 deletions PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ copilot plugin uninstall workiq-productivity
| 1 | [**workiq**](#workiq) | 1 | Full WorkIQ tool surface — agentic queries plus direct M365 reads and writes |
| 2 | [**workiq-preview**](#workiq-preview) | 1 | Preview build with the full entity tool surface (read + write) |
| 3 | [**microsoft-365-agents-toolkit**](#microsoft-365-agents-toolkit) | 4 | Toolkit for building M365 Copilot declarative agents |
| 4 | [**workiq-productivity**](#workiq-productivity) | 9 | Read-only productivity insights across M365 |
| 4 | [**workiq-productivity**](#workiq-productivity) | 10 | Read-only productivity insights across M365 |

---

Expand Down Expand Up @@ -179,7 +179,7 @@ copilot plugin uninstall workiq-productivity

## workiq-productivity

> **9 read-only skills** — email, meetings, Teams, SharePoint, projects, and people.
> **10 read-only skills** — email, meetings, Teams, SharePoint, projects, and people.

**Install:** `/plugin install workiq-productivity@work-iq`
**Source:** [`plugins/workiq-productivity/`](./plugins/workiq-productivity/)
Expand All @@ -194,6 +194,7 @@ copilot plugin uninstall workiq-productivity
| [**meeting-cost-calculator**](./plugins/workiq-productivity/skills/meeting-cost-calculator/SKILL.md) | Calculate time and cost spent in meetings |
| [**org-chart**](./plugins/workiq-productivity/skills/org-chart/SKILL.md) | Visual ASCII org chart for any person |
| [**multi-plan-search**](./plugins/workiq-productivity/skills/multi-plan-search/SKILL.md) | Search tasks across all Planner plans |
| [**planner-status-report**](./plugins/workiq-productivity/skills/planner-status-report/SKILL.md) | Generate a status report for one Planner plan |
| [**site-explorer**](./plugins/workiq-productivity/skills/site-explorer/SKILL.md) | Browse SharePoint sites, lists, and libraries |
| [**channel-audit**](./plugins/workiq-productivity/skills/channel-audit/SKILL.md) | Audit channels for inactivity and cleanup |
| [**channel-digest**](./plugins/workiq-productivity/skills/channel-digest/SKILL.md) | Summarize activity across multiple channels |
Expand All @@ -207,6 +208,7 @@ copilot plugin uninstall workiq-productivity
"How much time did I spend in meetings this week?"
"Show the org chart for Sarah Johnson"
"Search all my Planner tasks for 'budget review'"
"Generate a status report for the Contoso launch plan"
"Browse the Marketing SharePoint site"
"Audit inactive channels in the Engineering team"
"Summarize activity across my Teams channels"
Expand Down
4 changes: 3 additions & 1 deletion plugins/workiq-productivity/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WorkIQ Productivity

> **9 read-only skills** — email, meetings, Teams, SharePoint, projects, and people.
> **10 read-only skills** — email, meetings, Teams, SharePoint, projects, and people.

## What It Does

Expand All @@ -12,6 +12,7 @@ WorkIQ Productivity provides read-only productivity insights across your Microso
- **meeting-cost-calculator** — Calculate time and cost spent in meetings
- **org-chart** — Visual ASCII org chart for any person
- **multi-plan-search** — Search tasks across all Planner plans
- **planner-status-report** — Generate a status report for one Planner plan
- **site-explorer** — Browse SharePoint sites, lists, and libraries
- **channel-audit** — Audit channels for inactivity and cleanup
- **channel-digest** — Summarize activity across multiple channels
Expand All @@ -26,6 +27,7 @@ WorkIQ Productivity provides read-only productivity insights across your Microso
| [**meeting-cost-calculator**](./skills/meeting-cost-calculator/SKILL.md) | Calculate time and cost spent in meetings |
| [**org-chart**](./skills/org-chart/SKILL.md) | Visual ASCII org chart for any person |
| [**multi-plan-search**](./skills/multi-plan-search/SKILL.md) | Search tasks across all Planner plans |
| [**planner-status-report**](./skills/planner-status-report/SKILL.md) | Generate a status report for one Planner plan |
| [**site-explorer**](./skills/site-explorer/SKILL.md) | Browse SharePoint sites, lists, and libraries |
| [**channel-audit**](./skills/channel-audit/SKILL.md) | Audit channels for inactivity and cleanup |
| [**channel-digest**](./skills/channel-digest/SKILL.md) | Summarize activity across multiple channels |
Expand Down
Loading