·tauri
</>

tauri

epicenterhq/epicenter

Tauri 경로 처리, 크로스 플랫폼 파일 작업 및 API 사용. Tauri 프런트엔드 코드의 파일 경로 작업, 파일 시스템 API 액세스 또는 데스크톱 앱의 플랫폼 차이 처리 시 사용합니다.

18설치·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

상세

카테고리
</>개발 도구
출처
skills.sh
최초 등록
2026-02-01