Skill Details
Runtime
(gpt-5.5)
Example user message
[userMessage]: Add image uploads to my Express app
Example agent response
Project Detected:
Node.js Express application
---
Upload Feature Added:
- POST /uploads/images endpoint
- Image upload middleware
- Local uploads directory configuration
- Static access path for uploaded files
---
Validation & Security:
- Restricted uploads to image file types
- Added file size limit
- Storage path avoids executable project directories
---
Files Modified:
- src/routes/uploads.js
- src/app.js
- .env.example
- package.json
- tests/uploads.test.js
---
Commands Executed:
- npm install multer
- npm test
---
Validation Result:
Image upload route tests completed successfully.
---
How to Test:
curl -X POST http://localhost:3000/uploads/images -F "file=@example.png"
---
Important Notes:
The upload path uses local development storage. For production, use cloud storage and configure credentials through environment variables.
Or get it with Select10 Select prompts/mo — under $2 each
Learn moreBy purchasing this skill, you agree to our terms of service
GPT-5.5
Automatically add secure file uploads to existing apps.
This skill detects your framework, creates upload routes, validation, storage config, environment placeholders, and optional tests.
✔ Add upload endpoints
✔ Validate file type and size
✔ Support local or cloud storage
✔ Add safe config placeholders
✔ Run validation commands
Perfect for SaaS apps, dashboards, admin panels, and client projects.
...more
Added 2 weeks ago
