microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v2.1.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

docs/contributing/README.md

45lines · modecode

1---
2title: Contributing AI Artifacts
3description: Guides for contributing agents, instructions, and prompts to hve-core
4author: Microsoft
5ms.date: 2025-11-26
6ms.topic: overview
7keywords:
8 - contributing
9 - agents
10 - instructions
11 - prompts
12 - ai artifacts
13estimated_reading_time: 2
14---
15
16Guidelines 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
311. Read the [Common Standards](ai-artifacts-common.md) first - it defines quality gates that apply to all artifact types
322. Check existing artifacts in `.github/` to avoid duplicating functionality
333. 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,
45then carefully refined by our team of discerning human reviewers.*
46