·tauri
</>

tauri

epicenterhq/epicenter

Tauri パスの処理、クロスプラットフォームのファイル操作、および API の使用法。 Tauri フロントエンド コードでファイル パスを操作する場合、ファイル システム API にアクセスする場合、またはデスクトップ アプリでプラットフォームの違いを処理する場合に使用します。

17インストール·1トレンド·@epicenterhq

インストール

$npx skills add https://github.com/epicenterhq/epicenter --skill tauri

SKILL.md

| Tauri frontend | apps//src//.ts, apps//src//.svelte | @tauri-apps/api/path | | Node.js/Bun backend | packages//.ts, CLI tools | Node.js path module |

Rule: If the code runs in the browser (Tauri webview), use Tauri's path APIs. If it runs in Node.js/Bun, use the Node.js path module.

| join(...paths) | Join path segments with platform separator | await join(baseDir, 'workspaces', id) | | dirname(path) | Get parent directory | await dirname('/foo/bar/file.txt') → /foo/bar | | basename(path, ext?) | Get filename, optionally strip extension | await basename('/foo/bar.txt', '.txt') → bar |

Tauri パスの処理、クロスプラットフォームのファイル操作、および API の使用法。 Tauri フロントエンド コードでファイル パスを操作する場合、ファイル システム API にアクセスする場合、またはデスクトップ アプリでプラットフォームの違いを処理する場合に使用します。 ソース: epicenterhq/epicenter。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/epicenterhq/epicenter --skill tauri
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

tauri とは?

Tauri パスの処理、クロスプラットフォームのファイル操作、および API の使用法。 Tauri フロントエンド コードでファイル パスを操作する場合、ファイル システム API にアクセスする場合、またはデスクトップ アプリでプラットフォームの違いを処理する場合に使用します。 ソース: epicenterhq/epicenter。

tauri のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/epicenterhq/epicenter --skill tauri インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/epicenterhq/epicenter