jobs▌
7 indexed skills · max 10 per page
karpathy-jobs-bls-visualizer
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection.
convex-cron-jobs
waynesutton/convexskills · Productivity
Schedule recurring background tasks with interval and cron expression patterns in Convex. \n \n Supports two scheduling modes: fixed intervals (seconds, minutes, hours) and precise cron expressions (UTC timezone) \n Cron jobs call internal functions for security and can accept static arguments for parameterized tasks \n Includes patterns for cleanup operations, data syncing, batch processing, and external API calls via actions \n Built-in logging and monitoring via the Convex dashboard; handle l
batch-processing-jobs
aj-geddes/useful-ai-prompts · Productivity
Implement scalable batch processing systems for handling large-scale data processing, scheduled tasks, and async operations efficiently.
hugging-face-jobs
huggingface/skills · Productivity
hugging-face-jobs
jobs-to-be-done
wondelai/skills · Productivity
Framework for discovering innovation based on a fundamental truth: customers don't buy products - they "hire" them to do a specific job in their lives.
jobs-to-be-done
deanpeters/product-manager-skills · Productivity
Structured framework for uncovering customer jobs, pains, and gains to validate product ideas and improve messaging. \n \n Breaks customer needs into three categories: functional jobs (tasks to complete), social jobs (how they want to be perceived), and emotional jobs (emotional states they seek or avoid) \n Identifies four pain types: challenges blocking progress, costliness in time/money/effort, common mistakes, and unresolved problems current solutions don't address \n Surfaces four gain type
python-background-jobs
wshobson/agents · Backend
Async task processing patterns for decoupling long-running work from request/response cycles. \n \n Covers core patterns including immediate job ID returns, task queue configuration with Celery, idempotency strategies, and job state management for visibility \n Includes advanced workflows: dead letter queues for failed tasks, status polling endpoints, task chaining, and parallel execution \n Provides examples for Celery, RQ, and Dramatiq, plus guidance on cloud-native alternatives like AWS SQS a