Skip to main content

convex-static-hosting-deploy

Router for Convex static-hosting deploy requests. Prefer deploydev for /deploydev and deployprod for /deployprod.

설치로 이동

소스 정보

저장소
waynesutton/vibeapps
최근 소스 활동
2026년 6월 28일 21:23
감지된 SKILL.md 언어
영어
스타
24
포크
19

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
convex-static-hosting-deploy
description
Router for Convex static-hosting deploy requests. Prefer deploydev for /deploydev and deployprod for /deployprod.
# Convex Static Hosting Deploy Router Use this router when the user asks about Convex static-hosting deployment but does not clearly choose dev or production. Source of truth: - Component repo: `https://github.com/get-convex/static-hosting` - Component docs: `https://www.convex.dev/components/static-hosting` ## Route By Intent - `/deploydev`, deploy dev, upload dev, development static hosting -> `.agents/skills/deploydev/SKILL.md` - `/deployprod`, deploy prod, deploy production, production static hosting -> `.agents/skills/deployprod/SKILL.md` ## Portable Rules - These skills are app-agnostic. Do not assume any specific app name or Convex URL. - Prefer scripts already defined in the current repo's `package.json`. - If scripts are missing, use direct Convex static-hosting commands and discover the component name from `convex/convex.config.ts`. - Keep dev and production deploy flows separate. - Never publish a dev Convex URL as canonical metadata. ## If Intent Is Ambiguous Ask one concise question: ```text Do you want the development static-hosting deploy or the production deploy? ```
GitHub에서 보기