- Ensure the .blend file is organized with named collections
materials
This vcpkg registry provides an overlay of custom ports for the vcpkg package manager. This file defines how GitHub Copilot should assist with repository maintenance tasks.
Sign in to like and favorite skills
materials
Act as an advanced image generation model. Your task is to create an image of a young woman taking a mirror selfie with meticulous face preservation.
generic skill
This vcpkg registry provides an overlay of custom ports for the vcpkg package manager. This file defines how GitHub Copilot should assist with repository maintenance tasks.
For repository overview and setup instructions, see README.md.
The primary maintenance tasks for this registry are:
Goal: Add a new vcpkg port to this registry.
Documentation:
Prompts:
/search-port – .github/prompts/search-port.prompt.md/create-port – .github/prompts/create-port.prompt.md/install-port – .github/prompts/install-port.prompt.md/review-port – .github/prompts/review-port.prompt.mdGoal: Update an existing port to a newer version or adjust its build configuration.
Documentation:
Prompts:
/check-port-upstream – .github/prompts/check-port-upstream.prompt.md/update-port – .github/prompts/update-port.prompt.md/install-port – .github/prompts/install-port.prompt.md/review-port – .github/prompts/review-port.prompt.mdGoal: Synchronize
versions/ JSON files with changes to ports.
Documentation:
Prompts:
/update-version-baseline – .github/prompts/update-version-baseline.prompt.mdGoal: Diagnose and fix issues with port installation or build.
Documentation:
Prompts:
/check-environment – .github/prompts/check-environment.prompt.md/install-port – .github/prompts/install-port.prompt.md/review-port – .github/prompts/review-port.prompt.mdWhen assisting with tasks:
docs/:
| Task | Prompts | Primary Guides |
|---|---|---|
| Create port | → → → | , , |
| Update port | → → → | |
| Update version baseline | | |
| Troubleshoot | → | |
--overlay-ports, --overlay-triplets) instead of environment variablesPrefer helper scripts in
scripts/ when available:
graph TD README[README.md] --> CreateGuide[docs/guide-create-port.md] CreateGuide -- prompt --> CreatePrompt[create-port.prompt.md] CreateGuide --> BuildGuide[docs/guide-create-port-build.md] CreateGuide --> DownloadGuide[docs/guide-create-port-download.md] CreateGuide --> Troubleshoot[docs/troubleshooting.md] UpdateGuide[docs/guide-update-port.md] -- prompt --> UpdatePrompt[update-port.prompt.md] UpdateGuide --> BaselineGuide[docs/guide-update-version-baseline.md] BaselineGuide -- prompt --> BaselinePrompt[update-version-baseline.prompt.md] BaselineGuide --> Troubleshoot Troubleshoot -- prompt --> InstallPrompt[install-port.prompt.md] Troubleshoot -- prompt --> CheckEnvPrompt[check-environment.prompt.md] References[docs/references.md] --> CreateGuide References --> UpdateGuide