Add READMEs for spark and workiq plugins#27
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add data type query examples, prerequisites, admin consent info, and link to the @microsoft/workiq MCP server package. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds README documentation for the spark and workiq plugins so contributors can quickly understand each plugin's purpose, skills, and prerequisites.
Changes:
- Added
plugins/spark/README.mddocumenting the web app scaffolding skill, tech stack, and complexity-based stack variations - Added
plugins/workiq/README.mddocumenting the M365 Copilot integration, example queries, prerequisites, and admin consent requirements
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| plugins/spark/README.md | New README describing the Spark plugin's skill, tech stack, and stack variations |
| plugins/workiq/README.md | New README describing the WorkIQ plugin's skill, MCP server, prerequisites, and admin consent |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
akorobko
approved these changes
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Each plugin in
plugins/was missing a README. This adds one for each so contributors and users can quickly understand what a plugin does without digging through skill files.Spark — Documents the web app scaffolding skill, its core tech stack (Vite, React 19+, Tailwind v4+, shadcn/ui, TanStack), and the four complexity-based stack variations (default, content showcase, data dashboard, complex application).
WorkIQ — Documents the Microsoft 365 Copilot integration, with example queries by data type (emails, meetings, documents, Teams, people), prerequisites (Node.js 18+, M365 Copilot access), and a note on tenant admin consent. Links to the upstream
@microsoft/workiqpackage for further details.