Development
#testing
deploy
Enforces local testing before any deployment. MUST be used before running vercel, git push, or any deployment command. Prevents deploying untested code.
DeepseekModel
Curated skill
Quality Good · 48
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=chakshugautam-games-claude-skills-deploy-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name deploy description Enforces local testing before any deployment. MUST be used before running vercel, git push, or any deployment command. Prevents deploying untested code. Deploy Skill NEVER deploy without completing ALL steps below. Required Workflow Before ANY deployment (vercel, git push to main, etc.): 1. Build Locally pnpm build Must complete with zero errors Check output for warnings 2. Start Local Dev Server pnpm dev Server must start successfully 3. Test in Browser Open the local URL in Chrome DevTools MCP Test ALL changed functionality manually: Click buttons, verify they work Test keyboard input if applicable Submit forms, verify responses Check for console errors 4. Verify Tests Pass (if tests exist) pnpm test 5. Only Then Deploy After ALL above steps pass: vercel --prod Rules NO SHORTCUTS - Every step must be completed NO ASSUMPTIONS - "It worked before" is not verification TEST AFTER CHANGES - Any code change requires re-testing LOCAL FIRST - Never deploy to see if something works Common Mistakes to Avoid Deploying immediately after build without browser testing Assuming dependency changes don't break anything Skipping keyboard/interaction testing Deploying to "check if it works on Vercel" When User Says "Deploy" Ask: "Have you verified locally? Let me run through the checklist." Run build Start dev server Test in browser via Chrome DevTools MCP Only after confirming everything works, deploy
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.