Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,536
总 Skills
37.0M
总安装量
2,451
贡献者
# Skill 仓库 描述 安装量
9601 workflow-orchestration-patterns sickn33/antigravity-awesome-skills
Workflow Orchestration Patterns Master workflow orchestration architecture with Temporal, covering fundamental design decisions, resilience patterns, and best practices for building reliable distributed systems. When to Use Workflow Orchestration Ideal Use Cases (Source: docs.temporal.io) Multi-step processes spanning machines/services/databases Distributed transactions requiring all-or-nothing semantics Long-running workflows (hours to years) with automatic state persistence Failure recovery th...
214
9602 team-collaboration-standup-notes sickn33/antigravity-awesome-skills
Standup Notes Generator You are an expert team communication specialist focused on async-first standup practices, AI-assisted note generation from commit history, and effective remote team coordination patterns. Use this skill when Working on standup notes generator tasks or workflows Needing guidance, best practices, or checklists for standup notes generator Do not use this skill when The task is unrelated to standup notes generator You need a different domain or tool outside this scope Context...
214
9603 payment-integration sickn33/antigravity-awesome-skills
Use this skill when Working on payment integration tasks or workflows Needing guidance, best practices, or checklists for payment integration Do not use this skill when The task is unrelated to payment integration You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook...
214
9604 multi-platform-apps-multi-platform sickn33/antigravity-awesome-skills
Multi-Platform Feature Development Workflow Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies. [Extended thinking: This workflow orchestrates multiple specialized agents to ensure feature parity across platforms while maintaining platform-specific optimizations. The coordination strategy emphasizes shared contracts and parallel development with regular synchronization points. By establishin...
214
9605 memory-safety-patterns sickn33/antigravity-awesome-skills
Memory Safety Patterns Cross-language patterns for memory-safe programming including RAII, ownership, smart pointers, and resource management. When to Use This Skill Writing memory-safe systems code Managing resources (files, sockets, memory) Preventing use-after-free and leaks Implementing RAII patterns Choosing between languages for safety Debugging memory issues Core Concepts 1. Memory Bug Categories Bug Type Description Prevention Use-after-free Access freed memory Ownership, RAII Double-fre...
214
9606 svg-illustration narumiruna/agent-skills
SVG Illustration Entry Overview Thin entry skill for SVG diagrams. Core principle: go straight to SVG rules and patterns rather than scanning slide authoring or color modules. When to Use Creating slide-ready SVG diagrams or illustrations Choosing SVG sizing, spacing, and embedding rules Troubleshooting SVG export/embedding issues Quick Reference Goal Read Core rules references/core-rules.md Pattern examples references/pattern-examples.md Embedding in slides references/embedding.md Troubleshoo...
214
9607 gmail-automation sickn33/antigravity-awesome-skills
Gmail Lightweight Gmail integration with standalone OAuth authentication. No MCP server required. ⚠️ Requires Google Workspace account. Personal Gmail accounts are not supported. When to Use You need to search, read, or send Gmail messages from the command line without an MCP server. You are automating inbox workflows for a Google Workspace account. You want a lightweight Gmail integration backed by standalone OAuth scripts. First-Time Setup Authenticate with Google (opens browser): python scrip...
214
9608 statistical-distance jwynia/agent-skills
Statistical Distance: Cliché Transformation Skill You help writers recognize when their instincts have landed at statistical center (the most common expression of a narrative need) and guide them toward statistical edges (less common but equally functional alternatives). Core Principle First instincts identify correct emotional/functional needs but land at statistical center. Effective storytelling maintains the emotional vector while pushing toward statistical edges. When writers reach for ...
214
9609 import-on-interaction patternsdev/skills
Import On Interaction Table of Contents When to Use When NOT to Use Instructions Details Source Your page may contain code or data for a component or resource that isn't immediately necessary. For example, part of the user-interface a user doesn't see unless they click or scroll on parts of the page. This can apply to many kinds of first-party code you author, but this also applies to third-party widgets such as video players or chat widgets where you typically need to click a button to display ...
214
9610 third-party patternsdev/skills
Optimize loading third-parties Table of Contents When to Use Instructions Details Source When to Use Use this when third-party scripts (analytics, ads, chat widgets, social embeds) are slowing down your site This is helpful for optimizing Core Web Vitals while retaining essential third-party functionality Instructions Use async or defer attributes for non-critical third-party scripts Establish early connections with preconnect and dns-prefetch resource hints Lazy-load below-the-fold embeds (YouT...
214
9611 aggregating-crypto-news jeremylongshore/claude-code-plugins-plus-skills
Aggregating Crypto News Overview This skill aggregates cryptocurrency news from 50+ authoritative sources using RSS feeds. It provides real-time news scanning with filtering by coin, category, time window, and relevance scoring. Key Capabilities: Multi-source aggregation from top crypto news sites Coin-specific filtering (BTC, ETH, SOL, etc.) Category filtering (DeFi, NFT, regulatory, exchange, etc.) Relevance scoring with market-moving keyword detection Multiple output formats (table, JSON, ...
214
9612 type-juggling yaklang/hack-skills
SKILL: PHP Type Juggling — Weak Comparison & Magic Hash Bypass AI LOAD INSTRUCTION : PHP == coercion, magic hashes ( 0e… ), HMAC/hash loose checks, NULL from bad types, and CTF-style strcmp / json_decode / intval tricks. Use strict routing: map the sink ( == vs hash_equals ), PHP major version, and whether both operands are attacker-controlled. Routing note: when you encounter PHP login/signature logic or code like md5($_GET['x'])==md5($_GET['y']) , start with this skill; if hash_equals / === is...
214
9613 open-redirect yaklang/hack-skills
SKILL: Open Redirect — Expert Attack Playbook AI LOAD INSTRUCTION : Open redirect techniques. Covers parameter-based redirects, JavaScript sinks, filter bypass, and chaining with phishing, CSRF Referer bypass, OAuth token theft, and SSRF. Often underrated but critical for phishing and as a building block in multi-step exploit chains. 1. CORE CONCEPT Open redirect occurs when an application redirects users to a URL derived from user input without validation. The trusted domain acts as a "launchpa...
214
9614 xslt-injection yaklang/hack-skills
SKILL: XSLT Injection — Testing Playbook AI LOAD INSTRUCTION : XSLT injection occurs when attacker-influenced XSLT is compiled/executed server-side. Map the processor family first (Java/.NET/PHP/libxslt). Then chain document() , external entities , EXSLT , or embedded script/extension functions per platform. Authorized testing only ; many payloads are destructive. Routing note: if input is generic XML parsing and may not flow through XSLT, cross-load xxe-xml-external-entity ; if you care about o...
214
9615 skill development davila7/claude-code-templates
Skill Development for Claude Code Plugins This skill provides guidance for creating effective skills for Claude Code plugins. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Pr...
213
9616 axiom-swiftui-animation-ref charleswiltgen/axiom
SwiftUI Animation Overview Comprehensive guide to SwiftUI's animation system, from foundational concepts to advanced techniques. This skill covers the Animatable protocol, the iOS 26 @Animatable macro, animation types, and the Transaction system. Core principle Animation in SwiftUI is mathematical interpolation over time, powered by the VectorArithmetic protocol. Understanding this foundation unlocks the full power of SwiftUI's declarative animation system. When to Use This Skill Implementing...
213
9617 floor-plan markdown-viewer/skills
Floor Plan & Layout Generator Quick Start: Define room boundaries with walls → Add doors and windows → Place furniture from stencil library → Add dimensions and labels → Wrap in ```drawio fence. ⚠️ IMPORTANT: Always use ```drawio code fence. NEVER use ```xml — it will NOT render as a diagram. Critical Rules 🔗 This is a drawio-derived skill. All structure, layout, and edge routing rules inherit from drawio SKILL.md . Read the base rules first. Floor plan-specific additions: Check stencils/README....
213
9618 semantic-release terrylica/cc-skills
Automate semantic versioning and release management using semantic-release v25+ (Node.js) following 2025 best practices. Works with all languages (JavaScript, TypeScript, Python, Rust, Go, C++, etc.) via the `@semantic-release/exec` plugin. Create shareable configurations for multi-repository setups, initialize individual projects with automated releases, and configure GitHub Actions workflows with OIDC trusted publishing. Important: This skill uses semantic-release (Node.js) exclusively, NOT p...
213
9619 send-email wangyendt/wayne-skills
Send Email with Resend Overview Resend provides two endpoints for sending emails: Approach Endpoint Use Case Single POST /emails Individual transactional emails, emails with attachments, scheduled sends Batch POST /emails/batch Multiple distinct emails in one request (max 100), bulk notifications Choose batch when: Sending 2+ distinct emails at once Reducing API calls is important (by default, rate limit is 2 requests per second) No attachments or scheduling needed Choose single when: Send...
213
9620 create-skill-from-repo hairyf/skills
Create Skills from Repo Workflow for quickly producing a skill set from any repository and applying it in the project. Use when the user supplies <repo-url> and <skills-name> and there is no existing skill source for that framework or project (i.e. not in meta.ts submodules or vendors). When to Use User provides a repository URL and a desired skills name. No entry exists in meta.ts submodules or vendors for that project. Goal is to bootstrap skills from docs/source in this repo (output under ski...
213
9621 evaluate-rag hamelsmu/evals-skills
Evaluate RAG Overview Do error analysis on end-to-end traces first. Determine whether failures come from retrieval, generation, or both. Build a retrieval evaluation dataset: queries paired with relevant document chunks. Measure retrieval quality with Recall@k (most important for first-pass retrieval). Evaluate generation separately: faithfulness (grounded in context?) and relevance (answers the query?). If retrieval is the bottleneck, optimize chunking via grid search before tuning generation. ...
213
9622 ecommerce-support yangliu2060/smith--skills
电商客服助手 AI 驱动的电商客服机器人,自动识别客户意图,处理订单查询、商品推荐、投诉工单等场景。 触发条件 当用户说以下内容时启动此技能: "客服回复" "处理客户问题" "订单查询" "ecommerce support" "帮我回复客户" "生成客服话术" 依赖的 MCP 服务 MCP 用途 必需 playwright 自动登录电商后台查询订单 可选 supabase 存储订单/工单数据 可选 memory 保持对话上下文 可选 工作流程 ┌─────────────────────┐ │ 客户消息输入 │ └──────────┬──────────┘ │ ▼ ┌─────────────────────┐ │ AI 意图识别 │ │ 分析客户需求 │ └──────────┬──────────┘ │ ┌─────┼─────┬──────────┐ │ │ │ │ ▼ ▼ ▼ ▼ ┌───────┐┌───────┐┌───────┐┌───────┐ │订...
213
9623 typescript prowler-cloud/prowler
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
213
9624 feishu-cli-vc riba2534/feishu-cli
飞书视频会议与妙记 搜索历史会议、获取纪要/AI 产物/逐字稿、查询会议录制、下载妙记媒体。 feishu-cli :如尚未安装,请前往 riba2534/feishu-cli 获取安装方式。 前置条件 认证 :所有 vc / minutes 命令都需要 User Access Token (推荐先 auth check --scope "..." ,再执行 feishu-cli auth login --scope "..." 或 --domain vc --domain minutes --recommend ) App 凭证 :应用 App ID + App Secret(环境变量 FEISHU_APP_ID + FEISHU_APP_SECRET 或 ~/.feishu-cli/config.yaml ) 预检 : feishu-cli auth status 查看登录状态; feishu-cli auth check --scope "vc:meeting.search:read" 预检 scope 命令速查 1. 搜索历史会议(多维过滤) feishu-cli vc sea...
213
9625 jsdoc-typescript-docs patricio0312rev/skills
JSDoc TypeScript Documentation Create comprehensive inline documentation for TypeScript codebases. Core Workflow Document functions: Parameters, returns, examples Document types: Interfaces, types, enums Add descriptions: Purpose and usage Include examples: Code samples Generate docs: TypeDoc output Integrate CI: Automated doc generation Function Documentation Basic Function / * Calculates the total price including tax. * * @param price - The base price before tax * @param taxRate - The ta...
213
9626 sveltekit mindrally/skills
SvelteKit - Full-Stack Svelte Framework Overview SvelteKit is the official full-stack framework for Svelte, providing file-based routing, server-side rendering (SSR), static site generation (SSG), form handling with progressive enhancement, and deployment adapters for any platform. Key Features: File-based routing: Automatic routes from src/routes/ directory structure Load functions: Type-safe data fetching (+page.ts, +page.server.ts) Form actions: Native form handling with progressive enhanc...
213
9627 kysely mindrally/skills
Kysely Development Guidelines You are an expert in Kysely, TypeScript, and SQL database design with a focus on type safety and query optimization. Core Principles Kysely is a thin abstraction layer over SQL, designed by SQL lovers for SQL lovers Full type safety with autocompletion for tables, columns, and query results Predictable 1:1 compilation to SQL - what you write is what you get No magic or hidden behavior - explicit and transparent query building Works with Node.js, Deno, Bun, Cloudflar...
213
9628 observability-guidelines mindrally/skills
Observability Guidelines Apply these observability principles to ensure comprehensive visibility into distributed systems and microservices. Core Observability Principles Guide the development of idiomatic, maintainable, and high-performance code with built-in observability Enforce modular design and separation of concerns through Clean Architecture Promote test-driven development and robust observability from the start OpenTelemetry Integration Use OpenTelemetry for distributed tracing, metri...
213
9629 matchms davila7/claude-code-templates
Matchms Overview Matchms is an open-source Python library for mass spectrometry data processing and analysis. Import spectra from various formats, standardize metadata, filter peaks, calculate spectral similarities, and build reproducible analytical workflows. Core Capabilities 1. Importing and Exporting Mass Spectrometry Data Load spectra from multiple file formats and export processed data: from matchms.importing import load_from_mgf, load_from_mzml, load_from_msp, load_from_json from matc...
213
9630 benchling-integration davila7/claude-code-templates
Benchling Integration Overview Benchling is a cloud platform for life sciences R&D. Access registry entities (DNA, proteins), inventory, electronic lab notebooks, and workflows programmatically via Python SDK and REST API. When to Use This Skill This skill should be used when: Working with Benchling's Python SDK or REST API Managing biological sequences (DNA, RNA, proteins) and registry entities Automating inventory operations (samples, containers, locations, transfers) Creating or querying ...
213
9631 geniml davila7/claude-code-templates
Geniml: Genomic Interval Machine Learning Overview Geniml is a Python package for building machine learning models on genomic interval data from BED files. It provides unsupervised methods for learning embeddings of genomic regions, single cells, and metadata labels, enabling similarity searches, clustering, and downstream ML tasks. Installation Install geniml using uv: uv uv pip install geniml For ML dependencies (PyTorch, etc.): uv uv pip install 'geniml[ml]' Development version from ...
213
9632 umap-learn davila7/claude-code-templates
UMAP-Learn Overview UMAP (Uniform Manifold Approximation and Projection) is a dimensionality reduction technique for visualization and general non-linear dimensionality reduction. Apply this skill for fast, scalable embeddings that preserve local and global structure, supervised learning, and clustering preprocessing. Quick Start Installation uv pip install umap-learn Basic Usage UMAP follows scikit-learn conventions and can be used as a drop-in replacement for t-SNE or PCA. import umap fro...
213
9633 risk-metrics-calculation sickn33/antigravity-awesome-skills
Risk Metrics Calculation Comprehensive risk measurement toolkit for portfolio management, including Value at Risk, Expected Shortfall, and drawdown analysis. When to Use This Skill Measuring portfolio risk Implementing risk limits Building risk dashboards Calculating risk-adjusted returns Setting position sizes Regulatory reporting Core Concepts 1. Risk Metric Categories Category Metrics Use Case Volatility Std Dev, Beta General risk Tail Risk VaR, CVaR Extreme losses Drawdown Max DD, Calmar C...
213
9634 claude-speed-reader sickn33/antigravity-awesome-skills
Claude Speed Reader Overview -Speed read Claude's responses at 600+ WPM using RSVP with Spritz-style ORP highlighting When to Use This Skill Use this skill when you need to work with -speed read claude's responses at 600+ wpm using rsvp with spritz-style orp highlighting. Instructions This skill provides guidance and patterns for -speed read claude's responses at 600+ wpm using rsvp with spritz-style orp highlighting. For more information, see the source repository .
213
9635 session-handoff davila7/claude-code-templates
Handoff Creates comprehensive handoff documents that enable fresh AI agents to seamlessly continue work with zero ambiguity. Solves the long-running agent context exhaustion problem. Mode Selection Determine which mode applies: Creating a handoff? User wants to save current state, pause work, or context is getting full. Follow: CREATE Workflow below Resuming from a handoff? User wants to continue previous work, load context, or mentions an existing handoff. Follow: RESUME Workflow below Proactiv...
213
9636 claude-typer vibe-motion/skills
Claude Typer Workflow Extract the text that should be typed in the animation as prompt . Run: skill_dir = "" for base in " ${AGENTS_HOME :- $HOME / .agents} " " ${CLAUDE_HOME :- $HOME / .claude} " " ${CODEX_HOME :- $HOME / .codex} " ; do if [ -d " $base /skills/claude-typer" ] ; then skill_dir = " $base /skills/claude-typer" break fi done [ -n " $skill_dir " ] || { echo "claude-typer skill not found under ~/.agents, ~/.claude, or ~/.codex" ; exit 1 ; } /usr/local/bin/python3 " $skill_dir /script...
213
9637 binary-analysis-patterns sickn33/antigravity-awesome-skills
Binary Analysis Patterns Comprehensive patterns and techniques for analyzing compiled binaries, understanding assembly code, and reconstructing program logic. Disassembly Fundamentals x86-64 Instruction Patterns Function Prologue/Epilogue ; Standard prologue push rbp ; Save base pointer mov rbp, rsp ; Set up stack frame sub rsp, 0x20 ; Allocate local variables ; Leaf function (no calls) ; May skip frame pointer setup sub rsp, 0x18 ; Just allocate locals ; Standard e...
213
9638 zustand-store-ts sickn33/antigravity-awesome-skills
Zustand Store Create Zustand stores following established patterns with proper TypeScript types and middleware. Quick Start Copy the template from assets/template.ts and replace placeholders: {{StoreName}} → PascalCase store name (e.g., Project ) {{description}} → Brief description for JSDoc Always Use subscribeWithSelector import { create } from 'zustand' ; import { subscribeWithSelector } from 'zustand/middleware' ; export const useMyStore = create < MyStore > ( ) ( subscribeWithSelector ( ( s...
213
9639 agents-md-generator madteacher/mad-agents-skills
AGENTS.md Generator (Root + Nested, Portable) Goal Maintain small, high-signal AGENTS.md files: Root AGENTS.md — purpose of repository, navigation, universal toolchain, canonical commands, links to docs and skills. Nested AGENTS.md — module/package purpose, local commands, module references. Use progressive disclosure : keep AGENTS.md concise; push details to docs or skills. Skill location (agent-specific) Do NOT assume .agents/ or any fixed directory exists. Skills may live: inside the reposito...
213
9640 typescript dalestudy/skills
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
213
9641 repomix-unmixer daymade/claude-code-skills
Repomix Unmixer Overview This skill extracts files from repomix-packed repositories and restores their original directory structure. Repomix packs entire repositories into single AI-friendly files (XML, Markdown, or JSON), and this skill reverses that process to restore individual files. When to Use This Skill This skill activates when: Unmixing a repomix output file (*.xml, *.md, *.json) Extracting files from a packed repository Restoring original directory structure from repomix format Rev...
213
9642 competitor-price-tracker onewave-ai/claude-skills
Competitor Price Tracker Monitor competitor pricing pages and send alerts when prices change. Track discount patterns, promotional cycles, and pricing strategy shifts. Instructions You are an expert at competitive intelligence and pricing analysis. Monitor competitor pricing strategies, identify patterns, and provide actionable recommendations for pricing decisions. Output Format Competitor Price Tracker Output Generated: {timestamp} --- Results [Your formatted output here] --- Reco...
213
9643 identity-denial jwynia/agent-skills
Identity Denial: Transformation Arc Skill You help writers create compelling narratives centered on protagonists who refuse to acknowledge what they are becoming. This framework explores how denial operates as both character trait and plot engine. Core Pattern The Identity Denial Arc centers on tension between self-perception and reality. The protagonist insists "I'm not X" while exhibiting increasingly undeniable X behavior. The Denial Spectrum Level Description Example Surface Denial "I'm ...
213
9644 economic-calendar-fetcher tradermonty/claude-trading-skills
Economic Calendar Fetcher Overview Retrieve upcoming economic events and data releases from the Financial Modeling Prep (FMP) Economic Calendar API. This skill fetches scheduled economic indicators including central bank monetary policy decisions, employment reports, inflation data (CPI/PPI), GDP releases, retail sales, manufacturing data, and other market-moving events that impact financial markets. The skill uses a Python script to query the FMP API and returns raw JSON or text output. The ass...
213
9645 upload-insecure-files yaklang/hack-skills
SKILL: Upload Insecure Files — Validation Bypass, Storage Abuse, and Processing Chains AI LOAD INSTRUCTION : Expert file upload attack playbook. Use when the target accepts files, imports, avatars, media, documents, or archives and you need the full workflow: validation bypass, storage path abuse, post-upload access, parser exploitation, multi-tenant overwrite, and chaining into XSS, XXE, CMDi, traversal, or business logic impact. For web server parsing vulnerabilities, PUT method exploitation, ...
213
9646 expression-language-injection yaklang/hack-skills
SKILL: Expression Language Injection — Expert Attack Playbook AI LOAD INSTRUCTION : Expert EL injection techniques covering SpEL (Spring), OGNL (Struts2), and Java EL (JSP/JSF). Distinct from SSTI — EL injection targets expression evaluators in Java frameworks, not template engines. Covers sandbox bypass, _memberAccess manipulation, actuator abuse, and real-world CVE chains. 0. RELATED ROUTING ssti-server-side-template-injection for template engines (Jinja2, FreeMarker, Twig) — different attack ...
213
9647 graphql-and-hidden-parameters yaklang/hack-skills
SKILL: GraphQL and Hidden Parameters — Introspection, Batching, and Undocumented Fields AI LOAD INSTRUCTION : Use this skill when GraphQL exists or when REST documentation suggests optional, deprecated, or undocumented fields. Focus on schema discovery, hidden parameter abuse, and batching as a force multiplier. 1. GRAPHQL FIRST PASS query { __typename } query { __schema { types { name } } } If introspection is restricted, continue with: field suggestions and error-based discovery known type pro...
213
9648 csv-formula-injection yaklang/hack-skills
SKILL: CSV Formula Injection AI LOAD INSTRUCTION : This skill covers formula/DDE-style injection in CSV and spreadsheet contexts, obfuscation, cloud-sheet primitives, and safe testing methodology. Use only where explicitly authorized ; payloads that invoke local commands or remote fetches are impactful —prefer lab targets and document consent. Do not target end users without program rules allowing client-side execution tests. 0. QUICK START Characters that may trigger formula evaluation when a c...
213
9649 openrouter bobmatnyc/claude-mpm-skills
OpenRouter - Unified AI API Gateway Overview OpenRouter provides a single API to access 200+ language models from OpenAI, Anthropic, Google, Meta, Mistral, and more. It offers intelligent routing, streaming, cost optimization, and standardized OpenAI-compatible interface. Key Features: Access 200+ models through one API OpenAI-compatible interface (drop-in replacement) Intelligent model routing and fallbacks Real-time streaming responses Cost tracking and optimization Model performance analyt...
212
9650 celery bobmatnyc/claude-mpm-skills
Celery: Distributed Task Queue Summary Celery is a distributed task queue system for Python that enables asynchronous execution of background jobs across multiple workers. It supports scheduling, retries, task workflows, and integrates seamlessly with Django, Flask, and FastAPI. When to Use Background Processing: Offload long-running operations (email, file processing, reports) Scheduled Tasks: Cron-like periodic jobs (cleanup, backups, data sync) Distributed Computing: Process tasks across mu...
212