microsoft/hve-core
Publicmirrored from https://github.com/microsoft/hve-coreAvailable
plugins/experimental/README.md
69lines · 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 | ## Included Artifacts |
| 13 | |
| 14 | <!-- BEGIN AUTO-GENERATED ARTIFACTS --> |
| 15 | |
| 16 | ### Chat Agents |
| 17 | |
| 18 | | Name | Description | |
| 19 | |-------------------------|------------------------------------------------------------------------------------------------------------------------| |
| 20 | | **experiment-designer** | Coach for designing a Minimum Viable Experiment (MVE) with hypothesis formation, vetting, and experiment planning | |
| 21 | | **pptx** | Creates, updates, and manages PowerPoint slide decks using YAML-driven content with python-pptx | |
| 22 | | **pptx-subagent** | Executes PowerPoint skill operations including content extraction, YAML creation, deck building, and visual validation | |
| 23 | |
| 24 | ### Prompts |
| 25 | |
| 26 | | Name | Description | |
| 27 | |--------------------|------------------------------------------------------------------------------------------------------| |
| 28 | | **cspell-config** | Create or update the project cspell configuration with project words and ignores | |
| 29 | | **graph-research** | Research a codebase using an existing graphify knowledge graph, with audit-tagged evidence reporting | |
| 30 | |
| 31 | ### Instructions |
| 32 | |
| 33 | | Name | Description | |
| 34 | |------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 35 | | **experimental/experiment-designer** | MVE domain knowledge and coaching conventions for the Experiment Designer agent | |
| 36 | | **experimental/graphify** | Conventions for consuming graphify-out/ knowledge-graph evidence inside the RPI workflow | |
| 37 | | **experimental/mural/mural-bootstrap** | Fresh-session Mural bootstrap requirements for doctor checks, credential backend selection, and safe escalation before Mural tool use. | |
| 38 | | **experimental/mural/mural-destinations** | Open destination registry for Mural extractor writeback: registered adapters, intent axis, and per-destination loop-closure metrics. | |
| 39 | | **experimental/mural/mural-human-record** | Mural is the durable record of human conversation; AI never silently authors decisions and AI contribution must remain visible somewhere durable. | |
| 40 | | **experimental/mural/mural-log-hygiene** | Operator log-hygiene contract for Mural customizations: never echo raw URLs, Azure SAS query strings, OAuth tokens, or Authorization headers; the skill _redact() is a defense-in-depth backstop, not a license to log. | |
| 41 | | **experimental/mural/mural-seeding-patterns** | Cross-cutting Mural seeding conventions: duplicate-then-populate, source-artifact-to-area binding, anchor inheritance, probe-before-bulk, z-order visibility (detection-only), layout primitives applied across DT, RAI, and UX/UI workflows. | |
| 42 | | **experimental/mural/mural-writeback-hygiene** | Writeback hygiene rules for Mural: tags, hyperlinks, and parentId are the only stable channels; reserved tags are protected; tag manifests are re-applied defensively. | |
| 43 | | **experimental/mural/mural-writing-style** | Asymmetric writing style for Mural: outbound (writing into Mural) is sticky-concise; inbound (extracting from Mural) is context-hydrated. | |
| 44 | | **experimental/pptx** | Shared conventions for PowerPoint Builder agent, subagent, and powerpoint skill | |
| 45 | | **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. | |
| 46 | |
| 47 | ### Skills |
| 48 | |
| 49 | | Name | Description | |
| 50 | |--------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 51 | | **customer-card-render** | Generate customer-card PowerPoint content YAML from Design Thinking canonical artifacts and build using the shared PowerPoint skill pipeline | |
| 52 | | **mural** | Mural workspace, room, mural, and widget workflows via the Mural REST API exposed through a Python CLI. Use when you need to read or write Mural content or automate widget creation. | |
| 53 | | **powerpoint** | PowerPoint slide deck generation and management using python-pptx with YAML-driven content and styling | |
| 54 | | **tts-voiceover** | Text-to-speech voice-over generation from YAML speaker notes using Azure Speech SDK with SSML pronunciation control | |
| 55 | | **video-to-gif** | Video-to-GIF conversion with FFmpeg two-pass optimization | |
| 56 | | **vscode-playwright** | VS Code screenshot capture using Playwright MCP with serve-web for slide decks and documentation | |
| 57 | |
| 58 | <!-- END AUTO-GENERATED ARTIFACTS --> |
| 59 | |
| 60 | ## Install |
| 61 | |
| 62 | ```bash |
| 63 | copilot plugin install experimental@hve-core |
| 64 | ``` |
| 65 | |
| 66 | --- |
| 67 | |
| 68 | > Source: [microsoft/hve-core](https://github.com/microsoft/hve-core) |
| 69 | |
| 70 | |