Skip to main content
triggerdotdev
ملف منشئ GitHub

triggerdotdev

عرض على مستوى المستودعات لـ ٤٠ skills مجمعة عبر ٥ مستودعات GitHub.

skills مجمعة
٤٠
مستودعات
٥
محدث
١٢ أغسطس ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

staff-engineering-skills-backpressure
مطوّرو البرمجيات

Prevent unbounded resource growth when producers outpace consumers. Use when writing producer-consumer code, queue processing, batch operations, fan-out patterns, streaming pipelines, or any code where work is generated faster than it can be processed.…

١٦ يونيو ٢٠٢٦
staff-engineering-skills-cache-invalidation
مطوّرو البرمجيات

Prevent stale data bugs caused by missing or incomplete cache invalidation. Use when adding caching layers (Redis, in-memory Map, CDN, HTTP cache headers), optimizing read performance, or reviewing code that caches query results, API responses, or computed…

١٦ يونيو ٢٠٢٦
staff-engineering-skills-cardinality
مطوّرو البرمجيات

Detect and prevent cardinality traps in systems code. Use when writing code that iterates over collections, stores items in memory, creates per-entity resources, or fans out operations across a set of items. Activates on patterns like loops over query…

١٦ يونيو ٢٠٢٦
staff-engineering-skills-clock-skew
مطوّرو البرمجيات

Prevent bugs caused by assuming clocks are synchronized or monotonic. Use when writing code that compares timestamps across machines, measures durations, sets lock expiry, orders distributed events, deduplicates by time window, or uses Date.now() for anything…

١٦ يونيو ٢٠٢٦
staff-engineering-skills-consistency-models
مطوّرو البرمجيات

Prevent stale read bugs caused by replica lag, cache staleness, and index delay. Use when writing code that reads data after writing it, uses read replicas, caches query results, reads from search indexes, or builds event-driven read models. Activates on…

١٦ يونيو ٢٠٢٦
staff-engineering-skills-denormalization
مطوّرو البرمجيات

Detect and prevent denormalization traps when designing data models. Use when writing code that copies fields between tables, embeds related data in documents, caches composed objects, or adds redundant columns to avoid joins. Activates on patterns like…

١٦ يونيو ٢٠٢٦
staff-engineering-skills-distributed-system-fallacies
مطوّرو البرمجيات

Prevent failures caused by treating network calls like function calls. Use when writing code that calls external services, splits a monolith into microservices, chains multiple API calls, orchestrates distributed workflows, or handles requests that depend on…

١٦ يونيو ٢٠٢٦
staff-engineering-skills-hot-partitions
مطوّرو البرمجيات

Prevent disproportionate load on individual partitions, shards, or nodes. Use when choosing partition keys, designing sharded databases, writing to Kafka topics, using DynamoDB, partitioning tables by date, or working with any system where data is distributed…

١٦ يونيو ٢٠٢٦
عرض 8 من أصل ١٦ skills مجمعة.
errors-api-e2e
محللو ضمان جودة البرمجيات والمختبرون

End-to-end smoke test for the public Errors HTTP API (error groups). Seeds failed runs into ClickHouse so the error materialized views populate, then drives the real endpoints against the running webapp — list (with filters + pagination), retrieve,…

١١ أغسطس ٢٠٢٦
drizzle
مطوّرو البرمجيات

Use this skill when writing or modifying Drizzle ORM schemas, queries, or migrations in this repo — specifically the `@internal/dashboard-agent-db` package (the dashboard agent's conversation datastore). Covers pg-core schema definition, the postgres-js…

٢٤ يونيو ٢٠٢٦
trigger-authoring-chat-agent
مطوّرو البرمجيات

Author and run a durable AI chat agent with chat.agent from @trigger.dev/sdk/ai: the per-turn run loop, why you MUST spread ...chat.toStreamTextOptions() first, returning a StreamTextResult vs calling chat.pipe(), the two server actions…

١٦ يونيو ٢٠٢٦
trigger-authoring-tasks
مطوّرو البرمجيات

Covers writing backend Trigger.dev tasks with @trigger.dev/sdk: defining task() and schemaTask(), the run function and its ctx, retries, waits, queues and concurrency, idempotency keys, run metadata, logging, triggering other tasks (and the Result shape),…

١٦ يونيو ٢٠٢٦
trigger-chat-agent-advanced
مطوّرو البرمجيات

Advanced and operational chat.agent capabilities for Trigger.dev, loaded on demand. Load this when working on the raw Sessions primitive (sessions / SessionHandle), a custom chat transport or the realtime wire protocol, durable sub-agents (AgentChat,…

١٦ يونيو ٢٠٢٦
trigger-cost-savings
مطوّرو البرمجيات

Analyze Trigger.dev tasks, schedules, and runs for cost optimization opportunities. Use when asked to reduce spend, optimize costs, audit usage, right-size machines, or review task efficiency. Combines static source analysis with live run analysis via the…

١٦ يونيو ٢٠٢٦
trigger-getting-started
مطوّرو البرمجيات

Bootstrap Trigger.dev into an existing project from scratch: authenticate the CLI, install @trigger.dev/sdk and @trigger.dev/build, write trigger.config.ts with the project ref and task dirs, scaffold a /trigger directory with a first task, wire tsconfig and…

١٦ يونيو ٢٠٢٦
trigger-realtime-and-frontend
مطوّرو البرمجيات

Trigger.dev client/frontend surface: subscribe to runs in realtime (runs.subscribeToRun and the @trigger.dev/react-hooks hook useRealtimeRun), consume metadata and AI/text streams in React (useRealtimeStream), trigger tasks from the browser (useTaskTrigger,…

١٦ يونيو ٢٠٢٦
عرض 8 من أصل ١٥ skills مجمعة.
trigger-authoring-chat-agent
غير مصنف

Author and run a durable AI chat agent with chat.agent from @trigger.dev/sdk/ai: the per-turn run loop, why you MUST spread ...chat.toStreamTextOptions() first, returning a StreamTextResult vs calling chat.pipe(), the two server actions…

١٢ أغسطس ٢٠٢٦
trigger-chat-agent-advanced
غير مصنف

Advanced and operational chat.agent capabilities for Trigger.dev, loaded on demand. Load this when working on the raw Sessions primitive (sessions / SessionHandle), a custom chat transport or the realtime wire protocol, durable sub-agents (AgentChat,…

١٢ أغسطس ٢٠٢٦
trigger-realtime
غير مصنف

Trigger.dev client/frontend surface: subscribe to runs in realtime (runs.subscribeToRun and the @trigger.dev/react-hooks hook useRealtimeRun), consume metadata and AI/text streams in React (useRealtimeStream), trigger tasks from the browser (useTaskTrigger,…

١٢ أغسطس ٢٠٢٦
trigger-setup
غير مصنف

Bootstrap Trigger.dev into an existing project from scratch: authenticate the CLI, install @trigger.dev/sdk and @trigger.dev/build, write trigger.config.ts with the project ref and task dirs, scaffold a /trigger directory with a first task, wire tsconfig and…

١٢ أغسطس ٢٠٢٦
trigger-tasks
غير مصنف

Covers writing backend Trigger.dev tasks with @trigger.dev/sdk: defining task() and schemaTask(), the run function and its ctx, retries, waits, queues and concurrency, idempotency keys, run metadata, logging, triggering other tasks (and the Result shape),…

١٢ أغسطس ٢٠٢٦
عرض ٥ من أصل ٥ مستودعات
تم تحميل كل المستودعات