skills/ado-artifacts/SKILL.md
Use when managing Azure Artifacts — feed creation and permissions, upstream sources, retention policies, package promotion across views, and connecting build pipelines to artifact feeds.
npx skillsauth add kienbui1995/magic-powers ado-artifactsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# Publish a Universal Package to a feed
az artifacts universal publish \
--organization https://dev.azure.com/MyOrg \
--project MyProject \
--scope project \
--feed MyFeed \
--name my-package \
--version 1.0.0 \
--path ./dist
Feed scope:
Views: @local (all versions) → @prerelease (tested) → @release (production-ready). Promote packages between views as quality gates.
Configure via UI: Feed → Settings → Upstream sources → Add upstream
Common upstreams: | Package type | Upstream | Use | |-------------|---------|-----| | npm | npmjs.com | Public npm packages | | NuGet | NuGet Gallery | Public .NET packages | | PyPI | pypi.org | Public Python packages | | Maven | Maven Central | Public Java packages |
Key benefit: Developers use ONE feed URL, packages from upstream auto-cached. Enables audit and governance of public package versions.
Feed permissions levels:
Best practice:
Build service account → Contributor (publish from CI)
Developers → Collaborator or Reader
Admins only → Owner
Configure: Feed → Settings → Retention policies
@release view (protected)# azure-pipelines.yml
- task: NuGetAuthenticate@1
- task: NuGetCommand@2
inputs:
command: restore
feedsToUse: select
vstsFeed: 'MyProject/MyFeed'
ado-pipelines-ops — pipeline service connections used to authenticate to feedsado-security-policies — feed permissions align with project security modelado-api-cli — automate package publishing and promotioncontent-media
Use when designing for XR (AR/VR/MR), choosing interaction modes, or adapting 2D UI patterns for spatial computing
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
development
Use when executing a structured workflow — select and run a feature, bugfix, refactor, research, or incident template with correct agent and model assignments per phase.