skills/xixu-me/tzst/SKILL.md
Use when the user needs to create, extract, flatten, list, test, install, script, or troubleshoot `tzst` CLI workflows for `.tzst` or `.tar.zst` archives, including compression levels, streaming mode, extraction filters, conflict resolution, JSON output, or standalone binary setup, even if they describe the archive task without naming `tzst`.
npx skillsauth add aiskillstore/marketplace tzstInstall 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.
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 helpdevelopment
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.