@@ -6,8 +6,6 @@ description:
66 self-hosted Xget instance. Use this skill when a task involves Xget URL
77 rewriting, registry acceleration, proxy base URLs, self-hosting, or choosing
88 the correct Xget prefix for Git, packages, OCI images, or inference APIs.
9- Prefer the user's own Xget domain; treat the public demo as a last-resort
10- fallback.
119license : GPL-3.0-or-later
1210compatibility :
1311 Requires network access to refresh the live platform map. Optional Node.js 18+
@@ -17,10 +15,7 @@ allowed-tools: Bash(node:*) Bash(curl:*) Read
1715
1816# Xget
1917
20- Use this skill for Xget-specific tasks only. Default to the user's self-hosted
21- Xget domain or an explicit internal instance. Do not default to
22- ` https://xget.xi-xu.me ` unless the user explicitly wants the public demo or no
23- self-hosted option exists.
18+ Use this skill for Xget-specific tasks only.
2419
2520## Defaults
2621
@@ -29,10 +24,8 @@ self-hosted option exists.
2924 - ` XGET_BASE_URL ` from the environment
3025 - if neither exists and the task is not just writing docs, ask the user for
3126 their self-hosted Xget domain and configure ` XGET_BASE_URL `
32- - ` https://xget.example.com ` only for docs or templates when a real domain is
33- not available yet
34- - ` https://xget.xi-xu.me ` only as an explicitly labeled fallback after the
35- user declines or cannot provide a self-hosted domain
27+ - ` https://xget.example.com ` only as a placeholder in docs or templates when
28+ a real domain is not available yet
36292 . Keep platform data fresh. Do not hardcode the full prefix list from memory.
3730 Run:
3831
@@ -97,5 +90,6 @@ node scripts/xget.mjs platforms --format table
9790 Report that no current Xget mapping was found.
9891- The default pip snippet should omit ` trusted-host ` ; add it only when the
9992 deployment really needs it and keep it aligned with the actual host.
100- - When generating docs or templates without a real domain, prefer
101- ` https://xget.example.com ` over the public demo.
93+ - When generating docs or templates without a real domain, use
94+ ` https://xget.example.com ` as a clearly labeled placeholder rather than a
95+ default instance.
0 commit comments