jpskill.com
🛠️ 開発・MCP コミュニティ

tzst

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`.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o tzst.zip https://jpskill.com/download/21191.zip && unzip -o tzst.zip && rm tzst.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/21191.zip -OutFile "$d\tzst.zip"; Expand-Archive "$d\tzst.zip" -DestinationPath $d -Force; ri "$d\tzst.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して tzst.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → tzst フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
2

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

[Skill 名] tzst

tzst

tzst コマンドラインインターフェースにこのスキルを使用します。ユーザーが明確に実際のアーカイブ操作を望んでおり、必要なパスまたはアーカイブ名がすでに判明している場合に、デフォルトで実行します。

このスキルは CLI 専用です。ユーザーが from tzst import ... のような Python コードについて尋ねている場合は、このスキルを主要なガイドとして使用するのではなく、一般的な Python ライブラリまたは API ドキュメントのタスクとして扱ってください。

使用するタイミング

ユーザーが次のような場合にこのスキルを使用します。

  • .tzst または .tar.zst アーカイブについて言及している
  • tzst アーカイブを作成、展開、フラット化、一覧表示、またはテストしたい
  • tzst のインストールや CLI フラグの選択について助けが必要である
  • スクリプト作成や自動化のために機械可読な tzst 出力を求めている
  • 安全な競合処理や展開フィルターのガイダンスが必要である

tzst が実際にリクエストの一部である場合を除き、一般的な tarzip、または Python API の質問にはこのスキルを使用しないでください。

事前準備

  1. tzst --version または tzst --helptzst が利用可能か確認します。
  2. 見つからない場合は、次のいずれかのインストールパスを優先します。
  3. 実際の作業を行う前に、tzst --version または tzst --help を再実行します。

ワークフロー

  1. リクエストが実行かガイダンスかを判断します。 「これらのファイルをアーカイブする」、「このバックアップを展開する」、「中身を一覧表示する」、「このアーカイブをテストする」、または「tzst をインストールする」のようなリクエストは実行意図です。
  2. リクエストに一致するコマンドを選択します。
    • aaddcreate はアーカイブ作成用
    • xextract はディレクトリ構造を保持した通常の展開用
    • eextract-flat はユーザーが明示的にフラット化された出力を望む場合のみ
    • llist はアーカイブ検査用
    • ttest は整合性チェック用
  3. ユーザーが一部のメンバーのみを展開したいが、メンバー名が不明な場合は、まず一覧表示します。
  4. コマンドマトリックス、正確なフラグ名、またはコピー&ペーストの例が必要な場合は、references/cli-reference.md を読み込みます。

安全なデフォルト

  • フラット化が明示的に要求されない限り、e よりも x を優先します。
  • --filter data をデフォルトの展開モードとして保持します。
  • --filter tar は、ユーザーが標準の tar スタイルの互換性を必要とする場合にのみ使用します。
  • --filter fully_trusted は、ユーザーがアーカイブソースが完全に信頼できると明示的に述べている場合にのみ使用します。
  • アトミックなアーカイブ作成を有効に保ちます。ユーザーが明示的に --no-atomic を望む場合にのみ使用します。
  • 大規模なアーカイブやメモリ制約のある環境では、--streaming を優先します。
  • 自動化やパイプラインの場合、tzst --json --no-banner ... を優先します。
  • 自動展開の場合、replace_allskip_all、または auto_rename_all のような明示的な非対話型 --conflict-resolution の選択を要求します。
  • --json と対話型競合プロンプトを組み合わせないでください。

スクリプト作成に関する注意点

  • 例では、tzst --json --no-banner l archive.tzst のように、サブコマンドの前にグローバルフラグを配置します。
  • スクリプトでは終了コードを使用します。成功は 0、操作エラーは 1、引数解析エラーは 2、中断は 130 です。
  • アーカイブの命名が重要な場合、tzst が作成ターゲットを .tzst または .tar.zst に正規化する可能性があることをユーザーに伝えます。

よくある間違い

  • ユーザーが元のディレクトリ構造が保持されることを期待していたのに e を使用する
  • 不明または信頼できないソースからのアーカイブに fully_trusted を推奨する
  • 非対話型展開で明示的な競合戦略を忘れる
  • Python API の質問を CLI の質問として扱う
  • バンドルされたリファレンスやインストールされている CLI ヘルプを確認せずに tar の習慣からフラグを推測する
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

tzst

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.

When to Use

Use this skill when the user:

  • mentions .tzst or .tar.zst archives
  • wants to create, extract, flatten, list, or test a tzst archive
  • needs help installing tzst or choosing CLI flags
  • wants machine-readable tzst output for scripting or automation
  • needs safe conflict handling or extraction filter guidance

Do not use this skill for generic tar, zip, or Python API questions unless tzst is actually part of the request.

Preflight

  1. Check whether tzst is available with tzst --version or tzst --help.
  2. If it is missing, prefer one of these installation paths:
  3. Re-run tzst --version or tzst --help before doing real work.

Workflow

  1. Decide whether the request is execution or guidance. Requests like "archive these files", "extract this backup", "list what is inside", "test this archive", or "install tzst" are execution intent.
  2. Choose the command that matches the request:
    • a, add, create for archive creation
    • x, extract for normal extraction with directory structure preserved
    • e, extract-flat only when the user explicitly wants flattened output
    • l, list for archive inspection
    • t, test for integrity checks
  3. If the user wants to extract only a few members and the member names are uncertain, list first.
  4. Load references/cli-reference.md when you need the command matrix, exact flag names, or copy-paste examples.

Safe Defaults

  • Prefer x over e unless flattening is explicitly requested.
  • Keep --filter data as the default extraction mode.
  • Use --filter tar only when the user needs standard tar-style compatibility.
  • Use --filter fully_trusted only when the user explicitly says the archive source is completely trusted.
  • Keep atomic archive creation enabled. Only reach for --no-atomic when the user explicitly wants it.
  • Prefer --streaming for large archives or memory-constrained environments.
  • For automation or pipelines, prefer tzst --json --no-banner ....
  • For automated extraction, require an explicit non-interactive --conflict-resolution choice such as replace_all, skip_all, or auto_rename_all.
  • Do not combine --json with interactive conflict prompting.

Scripting Notes

  • Put global flags before the subcommand in examples, such as tzst --json --no-banner l archive.tzst.
  • Use exit codes in scripts: 0 for success, 1 for operation errors, 2 for argument parsing errors, and 130 for interruption.
  • When archive naming matters, tell the user that tzst may normalize a creation target to .tzst or .tar.zst.

Common Mistakes

  • Using e when the user expected the original directory structure to be preserved
  • Recommending fully_trusted for archives from an unknown or untrusted source
  • Forgetting an explicit conflict strategy for non-interactive extraction
  • Treating a Python API question as a CLI question
  • Guessing flags from tar habits instead of checking the bundled reference or the installed CLI help

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。