From xixu-me-skills-3
Accelerates registries, packages, containers, and APIs with Xget via URL rewriting, Git/package manager/Docker/CI-CD configs, and direct shell/file execution.
npx claudepluginhub joshuarweaver/cascade-ai-ml-engineering --plugin xixu-me-skills-3This skill uses the workspace's default tool permissions.
Default to execution, not instruction. When the user expresses execution intent,
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Default to execution, not instruction. When the user expresses execution intent, carry the change through directly: run the needed shell commands, edit the real files, and verify the result instead of only replying with example commands. Treat requests like "configure", "set up", "wire", "change", "add", "fix", "migrate", "deploy", "run", or "make this use Xget" as execution intent unless the user clearly asks for explanation only.
Resolve the base URL first:
XGET_BASE_URL from the environmenthttps://xget.example.com only as a clearly labeled placeholder for docs
or templates that do not have a real deployment yetPrefer scripts/xget.mjs over manual guessing for live
platform data, URL conversion, and README Use Cases lookup.
Only stop to ask when a missing fact blocks safe execution, such as an unknown real base URL for a command that must run against a live deployment. If the user only needs docs or templates, use the placeholder path rules below.
XGET_BASE_URL, open the reference guide and:
node scripts/xget.mjs topics --format json--match or fetch a specific section with
node scripts/xget.mjs snippet --base-url https://xget.example.com --heading "Docker Compose Configuration" --format textUse in Project is ambiguous, fetch its parent section instead.node scripts/xget.mjs platforms --format json when the answer depends on
current prefixes, and use convert for exact URL rewrites..env
guidance when the user's project needs more than one integration point./{prefix}/.../crates/... rather than /crates/api/v1/crates/.../ip/{provider}/.../cr/{registry}/...references/REFERENCE.md instead of inventing a
prefix.