deploy
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
Deploy Workflow
Pre-deploy Checklist
npm run typecheck- passesnpm run build- passesnpm run test- passes (if available)- No
console.login production code - Environment variables set in hosting platform
Vercel
Preview:
npx vercel --yes
Production:
npx vercel --prod --yes
Supabase Edge Functions
Single function:
supabase functions deploy [name] --project-ref [ref]
All functions:
supabase functions deploy --project-ref [ref]
Post-deploy
- Verify production URL loads
- Test critical user flows
- Monitor error logs for 5 minutes
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- macOS · Linux · Windows
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Env read
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Pre-deploy Checklist
npm run typecheck - passes npm run build - passes npm run test - passes (if available)
Vercel
Preview: Production:
Supabase Edge Functions
Single function: All functions:
Post-deploy
Verify production URL loads Test critical user flows Monitor error logs for 5 minutes
# Deploy Workflow
## Pre-deploy Checklist
1. `npm run typecheck` - passes
2. `npm run build` - passes
3. `npm run test` - passes (if available)
4. No `console.log` in production code
5. Environment variables set in hosting platform
## Vercel
**Preview:**
```bash
npx vercel --yes
```
**Production:**
```bash
npx vercel --prod --yes
```
## Supabase Edge Functions
**Single function:**
```bash
supabase functions deploy [name] --project-ref [ref]
```
**All functions:**
```bash
supabase functions deploy --project-ref [ref]
```
## Post-deploy
1. Verify production URL loads
2. Test critical user flows
3. Monitor error logs for 5 minutes Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Pre-deploy Checklist → Vercel → Supabase Edge Functions → Post-deploy
terms -> Preview · Production · Single function · All functions
files/cmd -> npm run typecheck · npm run build · npm run test · console.log
body sha256 -> c5ac56bc18f8
Decide Fit First
Design Intent
How To Use It
Boundaries And Review