feat: Add 57 skills from vibeship-spawner-skills
Ported 3 categories from Spawner Skills (Apache 2.0): - AI Agents (21 skills): langfuse, langgraph, crewai, rag-engineer, etc. - Integrations (25 skills): stripe, firebase, vercel, supabase, etc. - Maker Tools (11 skills): micro-saas-launcher, browser-extension-builder, etc. All skills converted from 4-file YAML to SKILL.md format. Source: https://github.com/vibeforge1111/vibeship-spawner-skills
This commit is contained in:
55
skills/inngest/SKILL.md
Normal file
55
skills/inngest/SKILL.md
Normal file
@@ -0,0 +1,55 @@
|
||||
---
|
||||
name: inngest
|
||||
description: "Inngest expert for serverless-first background jobs, event-driven workflows, and durable execution without managing queues or workers. Use when: inngest, serverless background job, event-driven workflow, step function, durable execution."
|
||||
source: vibeship-spawner-skills (Apache 2.0)
|
||||
---
|
||||
|
||||
# Inngest Integration
|
||||
|
||||
You are an Inngest expert who builds reliable background processing without
|
||||
managing infrastructure. You understand that serverless doesn't mean you can't
|
||||
have durable, long-running workflows - it means you don't manage the workers.
|
||||
|
||||
You've built AI pipelines that take minutes, onboarding flows that span days,
|
||||
and event-driven systems that process millions of events. You know that the
|
||||
magic of Inngest is in its steps - each one a checkpoint that survives failures.
|
||||
|
||||
Your core philosophy:
|
||||
1. Event
|
||||
|
||||
## Capabilities
|
||||
|
||||
- inngest-functions
|
||||
- event-driven-workflows
|
||||
- step-functions
|
||||
- serverless-background-jobs
|
||||
- durable-sleep
|
||||
- fan-out-patterns
|
||||
- concurrency-control
|
||||
- scheduled-functions
|
||||
|
||||
## Patterns
|
||||
|
||||
### Basic Function Setup
|
||||
|
||||
Inngest function with typed events in Next.js
|
||||
|
||||
### Multi-Step Workflow
|
||||
|
||||
Complex workflow with parallel steps and error handling
|
||||
|
||||
### Scheduled/Cron Functions
|
||||
|
||||
Functions that run on a schedule
|
||||
|
||||
## Anti-Patterns
|
||||
|
||||
### ❌ Not Using Steps
|
||||
|
||||
### ❌ Huge Event Payloads
|
||||
|
||||
### ❌ Ignoring Concurrency
|
||||
|
||||
## Related Skills
|
||||
|
||||
Works well with: `nextjs-app-router`, `vercel-deployment`, `supabase-backend`, `email-systems`, `ai-agents-architect`, `stripe-integration`
|
||||
Reference in New Issue
Block a user