background▌
9 indexed skills · max 10 per page
background-agent-pings
parcadei/continuous-claude-v3 · Productivity
Trust system reminders as agent progress notifications. Don't poll.
axiom-background-processing
charleswiltgen/axiom · Productivity
Background execution is a privilege, not a right. iOS actively limits background work to protect battery life and user experience. Core principle: Treat background tasks as discretionary jobs — you request a time window, the system decides when (or if) to run your code.
background-job-processing
aj-geddes/useful-ai-prompts · Productivity
Build robust background job processing systems with distributed task queues, worker pools, job scheduling, error handling, retry policies, and monitoring for efficient asynchronous task execution.
background-processing
dpearson2699/swift-ios-skills · Productivity
Register, schedule, and execute background work on iOS using the BackgroundTasks framework, background URLSession, and background push notifications.
axiom-background-processing-ref
charleswiltgen/axiom · Productivity
Complete API reference for iOS background execution, with code examples from WWDC sessions.
background-removal
inferen-sh/skills · Productivity
Remove backgrounds from images via inference.sh CLI, returning transparent PNGs. \n \n Uses BiRefNet model for high-accuracy background removal on product photos, portraits, and general images \n Returns PNG files with transparent backgrounds ready for e-commerce, design, and social media use \n Integrates with Reve for advanced editing workflows, including background replacement and direct prompt-based modifications \n Chainable with image generation and upscaling skills for complete photo edit
axiom-background-processing-diag
charleswiltgen/axiom · Productivity
Symptom-based troubleshooting for background task issues.
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
background-removal
inference-sh/skills · Productivity
Remove backgrounds from images via inference.sh CLI.