microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v3.3.41

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

plugins/experimental/README.md

50lines · modecode

1<!-- markdownlint-disable-file -->
2# Experimental
3
4Experimental 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
10Experimental and preview artifacts not yet promoted to stable collections. Items in this collection may change or be removed without notice.
11
12This collection includes agents, skills, and instructions for:
13
14- **Experiment Designer** — Guides users through designing Minimum Viable Experiments (MVEs) with hypothesis formation, vetting, and structured experiment plans
15- **PowerPoint Builder** — Creates, updates, and manages PowerPoint slide decks using YAML-driven content with python-pptx
16- **Video to GIF** — Convert video files to animated GIF format
17
18## Install
19
20```bash
21copilot plugin install experimental@hve-core
22```
23
24## Agents
25
26| Agent | Description |
27|---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
28| 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 |
29| pptx | Creates, updates, and manages PowerPoint slide decks using YAML-driven content with python-pptx |
30| pptx-subagent | Executes PowerPoint skill operations including content extraction, YAML creation, deck building, and visual validation |
31
32## Instructions
33
34| Instruction | Description |
35|----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
36| experiment-designer.instructions | MVE domain knowledge and coaching conventions for the Experiment Designer agent - Brought to you by microsoft/hve-core |
37| pptx.instructions | Shared conventions for PowerPoint Builder agent, subagent, and powerpoint skill |
38| 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. |
39
40## Skills
41
42| Skill | Description |
43|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------|
44| powerpoint | PowerPoint slide deck generation and management using python-pptx with YAML-driven content and styling - Brought to you by microsoft/hve-core |
45| video-to-gif | Video-to-GIF conversion skill with FFmpeg two-pass optimization - Brought to you by microsoft/hve-core |
46
47---
48
49> Source: [microsoft/hve-core](https://github.com/microsoft/hve-core)
50
51