From xixu-me-skills-3
Handles tzst CLI workflows for creating, extracting, flattening, listing, testing, installing, scripting, or troubleshooting .tzst/.tar.zst archives with compression levels, filters, JSON output.
npx claudepluginhub joshuarweaver/cascade-ai-ml-engineering --plugin xixu-me-skills-3This skill uses the workspace's default tool permissions.
Use this skill for the `tzst` command-line interface. Default to execution when the user clearly wants a real archive action and the required paths or archive names are already known.
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.
Use this skill for the tzst command-line interface. Default to execution when the user clearly wants a real archive action and the required paths or archive names are already known.
This skill is CLI-only. If the user is asking about Python code such as from tzst import ..., treat that as a general Python library or API documentation task instead of using this skill as the main guide.
Use this skill when the user:
.tzst or .tar.zst archivestzst archivetzst or choosing CLI flagstzst output for scripting or automationDo not use this skill for generic tar, zip, or Python API questions unless tzst is actually part of the request.
tzst is available with tzst --version or tzst --help.uv tool install tzstpip install tzsttzst --version or tzst --help before doing real work.a, add, create for archive creationx, extract for normal extraction with directory structure preservede, extract-flat only when the user explicitly wants flattened outputl, list for archive inspectiont, test for integrity checksreferences/cli-reference.md when you need the command matrix, exact flag names, or copy-paste examples.x over e unless flattening is explicitly requested.--filter data as the default extraction mode.--filter tar only when the user needs standard tar-style compatibility.--filter fully_trusted only when the user explicitly says the archive source is completely trusted.--no-atomic when the user explicitly wants it.--streaming for large archives or memory-constrained environments.tzst --json --no-banner ....--conflict-resolution choice such as replace_all, skip_all, or auto_rename_all.--json with interactive conflict prompting.tzst --json --no-banner l archive.tzst.0 for success, 1 for operation errors, 2 for argument parsing errors, and 130 for interruption.tzst may normalize a creation target to .tzst or .tar.zst.e when the user expected the original directory structure to be preservedfully_trusted for archives from an unknown or untrusted sourcetar habits instead of checking the bundled reference or the installed CLI help