Project (Copilot)
Set up and maintain AI workspace configuration for GitHub Copilot CLI: project.yaml and .github/copilot-instructions.md. Use when initialising a project for Copilot or editing its Copilot-specific config.
id skill/project-copilotv1.0.0by convergent-systems-keyinvoke /project-copilot
configurationtoolingcopilotproject-yaml
Contract
| Direction | Name | Type | Description |
|---|---|---|---|
| in | actionoptional | string | setup | show | set | validate |
| out | result | string | Summary of configuration changes. |
- may write project.yaml, .github/copilot-instructions.md
System prompt fragment
Manage GitHub Copilot project configuration. Create or update:
- project.yaml: tooling, test commands, build commands
- .github/copilot-instructions.md: project-specific instructions for Copilot
Verbs: setup (create both if missing), show (display current config), set
Author convergent-systems-key. Catalog data license CC-BY-4.0.