Skilluminator — analyze your M365 work activity to discover which repeated patterns to automate first
npx claudepluginhub serenaxxiee/skilluminatorScans your Microsoft 365 activity to find your most repetitive work patterns and tells you exactly which ones to automate first
Analyzes your M365 work activity to discover which of your repeated work patterns are the best candidates for AI automation — and generates a visual dashboard of the findings.
Works with any role. Powered by WorkIQ + Claude Code.
/plugin marketplace add serenaxxiee/skilluminator
/plugin install skilluminator
That's it — WorkIQ is configured automatically via the bundled MCP server config.
/skilluminator:skilluminator past 30 days
Or with other time ranges:
/skilluminator:skilluminator past 7 days
/skilluminator:skilluminator past 2 weeks
/skilluminator:skilluminator in March 2026
/skilluminator:skilluminator-dashboard
/skill-creator [candidate-name]
/skill-creatorEach pattern is scored on two dimensions:
Automation Score (0-100): How rule-based and repetitive is it?
Value Score (0-100): How much does it cost you?
Composite = (Automation x 0.55) + (Value x 0.45)
| Tier | Score | Meaning |
|---|---|---|
| Strong | 70+ | High automation potential AND high value. Build first. |
| Moderate | 50-69 | Automatable but may need human-in-the-loop. Worth building. |
| Exploring | <50 | Painful but hard to automate. Consider partial solutions. |
plugins/
skilluminator/
.claude-plugin/
plugin.json
.mcp.json # WorkIQ MCP server (auto-configured)
commands/
skilluminator.md # /skilluminator:skilluminator command
skilluminator-dashboard.md # /skilluminator:skilluminator-dashboard command
skills/
skilluminator/
SKILL.md # Core skill definition
scripts/
generate-dashboard.js # Dashboard generator
MIT