microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
plugins/experimental/README.md
75lines · modecode
| 1 | <!-- markdownlint-disable-file --> |
| 2 | # Experimental |
| 3 | |
| 4 | Experimental and preview artifacts not yet promoted to stable collections |
| 5 | |
| 6 | > **⚠️ Experimental** — This collection is experimental. Contents and behavior may change or be removed without notice. |
| 7 | |
| 8 | ## Overview |
| 9 | |
| 10 | Experimental and preview artifacts not yet promoted to stable collections. Items in this collection may change or be removed without notice. |
| 11 | |
| 12 | <!-- BEGIN AUTO-GENERATED ARTIFACTS --> |
| 13 | |
| 14 | ### Chat Agents |
| 15 | |
| 16 | | Name | Description | |
| 17 | |-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 18 | | **experiment-designer** | Conversational coach that guides users through designing a Minimum Viable Experiment (MVE) with structured hypothesis formation, vetting, and experiment planning | |
| 19 | | **pptx** | Creates, updates, and manages PowerPoint slide decks using YAML-driven content with python-pptx | |
| 20 | | **pptx-subagent** | Executes PowerPoint skill operations including content extraction, YAML creation, deck building, and visual validation | |
| 21 | |
| 22 | ### Instructions |
| 23 | |
| 24 | | Name | Description | |
| 25 | |--------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 26 | | **experimental/experiment-designer** | MVE domain knowledge and coaching conventions for the Experiment Designer agent | |
| 27 | | **experimental/pptx** | Shared conventions for PowerPoint Builder agent, subagent, and powerpoint skill | |
| 28 | | **shared/hve-core-location** | Important: hve-core is the repository containing this instruction file; Guidance: if a referenced prompt, instructions, agent, or script is missing in the current directory, fall back to this hve-core location by walking up this file's directory tree. | |
| 29 | |
| 30 | ### Skills |
| 31 | |
| 32 | | Name | Description | |
| 33 | |--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------| |
| 34 | | **customer-card-render** | Generate customer-card PowerPoint content YAML from Design Thinking canonical artifacts and build using the shared PowerPoint skill pipeline | |
| 35 | | **powerpoint** | PowerPoint slide deck generation and management using python-pptx with YAML-driven content and styling | |
| 36 | | **video-to-gif** | Video-to-GIF conversion skill with FFmpeg two-pass optimization | |
| 37 | | **vscode-playwright** | VS Code screenshot capture using Playwright MCP with serve-web for slide decks and documentation | |
| 38 | |
| 39 | <!-- END AUTO-GENERATED ARTIFACTS --> |
| 40 | |
| 41 | ## Install |
| 42 | |
| 43 | ```bash |
| 44 | copilot plugin install experimental@hve-core |
| 45 | ``` |
| 46 | |
| 47 | ## Agents |
| 48 | |
| 49 | | Agent | Description | |
| 50 | |---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 51 | | experiment-designer | Conversational coach that guides users through designing a Minimum Viable Experiment (MVE) with structured hypothesis formation, vetting, and experiment planning - Brought to you by microsoft/hve-core | |
| 52 | | pptx | Creates, updates, and manages PowerPoint slide decks using YAML-driven content with python-pptx | |
| 53 | | pptx-subagent | Executes PowerPoint skill operations including content extraction, YAML creation, deck building, and visual validation | |
| 54 | |
| 55 | ## Instructions |
| 56 | |
| 57 | | Instruction | Description | |
| 58 | |----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 59 | | experiment-designer.instructions | MVE domain knowledge and coaching conventions for the Experiment Designer agent - Brought to you by microsoft/hve-core | |
| 60 | | pptx.instructions | Shared conventions for PowerPoint Builder agent, subagent, and powerpoint skill | |
| 61 | | hve-core-location.instructions | Important: hve-core is the repository containing this instruction file; Guidance: if a referenced prompt, instructions, agent, or script is missing in the current directory, fall back to this hve-core location by walking up this file's directory tree. | |
| 62 | |
| 63 | ## Skills |
| 64 | |
| 65 | | Skill | Description | |
| 66 | |----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 67 | | customer-card-render | Generate customer-card PowerPoint content YAML from Design Thinking canonical artifacts and build using the shared PowerPoint skill pipeline - Brought to you by microsoft/hve-core | |
| 68 | | powerpoint | PowerPoint slide deck generation and management using python-pptx with YAML-driven content and styling - Brought to you by microsoft/hve-core | |
| 69 | | video-to-gif | Video-to-GIF conversion skill with FFmpeg two-pass optimization - Brought to you by microsoft/hve-core | |
| 70 | | vscode-playwright | VS Code screenshot capture using Playwright MCP with serve-web for slide decks and documentation - Brought to you by microsoft/hve-core | |
| 71 | |
| 72 | --- |
| 73 | |
| 74 | > Source: [microsoft/hve-core](https://github.com/microsoft/hve-core) |
| 75 | |
| 76 | |