Vercel functions runtime
Skill ulpi-io/plugin-marketplace/plugins/bobmatnyc/skills/vercel-functions-runtime
Vercel Functions and Edge Runtime, including cron jobs and routing middleware. Use when building APIs, serverless workloads, or scheduled tasks on Vercel.From its SKILL.md
npx -y skills add ulpi-io/plugin-marketplace --skill vercel-functions-runtimeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.5 KB, 425 tokens by cl100k_base, as published. Nobody here has run it
Vercel Functions and Runtime Skill
progressive_disclosure: entry_point: summary: "Vercel Functions and Edge Runtime: serverless APIs, edge execution, cron jobs, and routing middleware." when_to_use: - "When building API routes or serverless logic" - "When targeting the Edge Runtime" - "When scheduling tasks with cron jobs" quick_start: - "Create a function entry point" - "Choose the runtime (Node or Edge)" - "Configure cron schedules" - "Deploy and monitor" token_estimate: entry: 90-110 full: 3600-4700
Overview
Vercel Functions provide serverless execution for APIs and background tasks. The Edge Runtime enables low-latency execution closer to users.
Vercel Functions
- Define serverless functions in the project structure.
- Use environment variables for configuration.
- Review logs for errors and performance.
Edge Runtime
- Use the Edge Runtime for low-latency execution.
- Validate compatibility with the Edge runtime constraints.
Cron Jobs
- Schedule jobs with cron definitions.
- Use cron for periodic maintenance tasks or sync jobs.
Routing and Middleware
- Apply routing middleware for request handling.
- Use headers, rewrites, and redirects to control traffic.
Complementary Skills
When using this skill, consider these related skills (if deployed):
- vercel-deployments-builds: Deployment workflow and release controls.
- vercel-networking-domains: Routing, headers, and edge caching.
- vercel-observability: Logs and tracing for function debugging.
Note: Complementary skills are optional. This skill is fully functional without them.
Resources
Vercel Docs:
- Functions: https://vercel.com/docs/functions
- Edge Runtime: https://vercel.com/docs/functions/runtimes/edge
- Cron Jobs: https://vercel.com/docs/cron-jobs
- Routing Middleware: https://vercel.com/docs/routing-middleware
What ships with it: 1 file
471 B alongside SKILL.md
- metadata.json471 B