โ† All skills

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.

Class skill ID skill/project-copilot Version 1.0.0 Lifecycle stable Author convergent-systems-key
/project-copilot
configurationtooling copilotproject-yaml
Inputs
NameTypeDescription
action optional string setup | show | set | validate
Outputs
NameTypeDescription
result string Summary of configuration changes.
Side effects
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 = (update a setting), validate (check schema). Never overwrite user-customized values without confirmation. For Claude configuration use /project-claude instead.

Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.