microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
docs/contributing/README.md
45lines · modecode
| 1 | --- |
| 2 | title: Contributing AI Artifacts |
| 3 | description: Guides for contributing agents, instructions, and prompts to hve-core |
| 4 | author: Microsoft |
| 5 | ms.date: 2025-11-26 |
| 6 | ms.topic: overview |
| 7 | keywords: |
| 8 | - contributing |
| 9 | - agents |
| 10 | - instructions |
| 11 | - prompts |
| 12 | - ai artifacts |
| 13 | estimated_reading_time: 2 |
| 14 | --- |
| 15 | |
| 16 | Guidelines and standards for contributing AI artifacts to hve-core. |
| 17 | |
| 18 | ## Contribution Guides |
| 19 | |
| 20 | | Guide | Description | |
| 21 | |--------------------------------------------|---------------------------------------------------------------------------------| |
| 22 | | [Common Standards](ai-artifacts-common.md) | Shared conventions, quality gates, and rejection criteria for all contributions | |
| 23 | | [Custom Agents](custom-agents.md) | How to create and submit new agent definitions | |
| 24 | | [Instructions](instructions.md) | How to create repository-specific coding guidelines | |
| 25 | | [Prompts](prompts.md) | How to create reusable prompt templates | |
| 26 | | [Skills](skills.md) | How to create skill packages with scripts and documentation | |
| 27 | | [Release Process](release-process.md) | Extension channels, maturity levels, and publishing workflow | |
| 28 | |
| 29 | ## Before You Start |
| 30 | |
| 31 | 1. Read the [Common Standards](ai-artifacts-common.md) first - it defines quality gates that apply to all artifact types |
| 32 | 2. Check existing artifacts in `.github/` to avoid duplicating functionality |
| 33 | 3. Review the [main Contributing Guide](../../CONTRIBUTING.md) for general contribution process |
| 34 | |
| 35 | ## Quick Links |
| 36 | |
| 37 | - [Agents Directory](../../.github/agents/) |
| 38 | - [Instructions Directory](../../.github/instructions/) |
| 39 | - [Prompts Directory](../../.github/prompts/) |
| 40 | - [Skills Directory](../../.github/skills/) |
| 41 | |
| 42 | --- |
| 43 | |
| 44 | *🤖 Crafted with precision by ✨Copilot following brilliant human instruction, |
| 45 | then carefully refined by our team of discerning human reviewers.* |
| 46 | |