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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,699
总 Skills
169.1M
总安装量
2,751
贡献者
# Skill 仓库 描述 安装量
14451 vercel-kv jezweb/claude-skills
Vercel KV Last Updated: 2026-01-21 Version: @vercel/kv@3.0.0 (Redis-compatible, powered by Upstash) Quick Start Create KV: Vercel Dashboard → Storage → KV vercel env pull .env.local Creates KV_REST_API_URL and KV_REST_API_TOKEN npm install @vercel/kv Basic Usage: import { kv } from '@vercel/kv'; // Set with TTL (expires in 1 hour) await kv.setex('session:abc', 3600, { userId: 123 }); // Get const session = await kv.get('session:abc'); // Increment counter (atomic) const views = await ...
318
14452 value-realization done-0/value-realization
Value Realization Philosophy Status : Production Ready ✅ Version : 1.1.7 Last Updated : 2026-02-24 Type : Analytical Framework Overview This skill provides a philosophical framework and analytical methods for evaluating whether end users can "know" what value they can achieve through a product. It guides analysis from a value discovery perspective, rather than providing checklists. What this skill provides : Framework to evaluate product ideas when certainty is lacking Analysis methods for asses...
318
14453 symfony:symfony-messenger makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:symfony-messenger<div
318
14454 ln-651-query-efficiency-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Query Efficiency Auditor (L3 Worker) Specialized worker auditing database query patterns for redundancy, inefficiency, and misuse. Purpose & Scope Worker in ln-650 coordinator pipeline - invoked by ln-650-persistence-performance-auditor Audit query efficiency (Priority: HIGH) Check redundant fetches, batch operation misuse,...
318
14455 stripe mindrally/skills
Stripe Integration You are an expert in Stripe payment integration, TypeScript, React, and Next.js for building secure payment solutions. Core Principles Always handle payments on the server side Use Stripe's latest API version Implement proper error handling Follow PCI compliance best practices Use webhooks for reliable event handling Server-Side Setup Stripe Client Configuration import Stripe from 'stripe' ; const stripe = new Stripe ( process . env . STRIPE_SECRET_KEY ! , { apiVersion : '2023...
318
14456 google-chat-api jezweb/claude-skills
Google Chat API Status: Production Ready Last Updated: 2026-01-09 (Added: Spaces API, Members API, Reactions API, Rate Limits) Dependencies: Cloudflare Workers (recommended), Web Crypto API for token verification Latest Versions: Google Chat API v1 (stable), Cards v2 (Cards v1 deprecated), wrangler@4.54.0 Quick Start (5 Minutes) 1. Create Webhook (Simplest Approach) No code needed - just configure in Google Chat 1. Go to Google Cloud Console 2. Create new project or select existing 3. Enab...
317
14457 openai-assistants jezweb/claude-skills
OpenAI Assistants API v2 Status: Production Ready (⚠️ Deprecated - Sunset August 26, 2026) Package: openai@6.16.0 Last Updated: 2026-01-21 v1 Deprecated: December 18, 2024 v2 Sunset: August 26, 2026 (migrate to Responses API) ⚠️ Deprecation Notice OpenAI is deprecating Assistants API in favor of Responses API. Timeline: v1 deprecated Dec 18, 2024 | v2 sunset August 26, 2026 Use this skill if: Maintaining legacy apps or migrating existing code (12-18 month window) Don't use if: Starting new ...
317
14458 mcp-cli-scripts jezweb/claude-skills
MCP CLI Scripts Pattern Status: Production Ready Last Updated: 2026-01-09 Dependencies: tsx (dev dependency) Current Versions: tsx@4.21.0 Why CLI Scripts Alongside MCP Servers? When building MCP servers, also create companion CLI scripts that provide the same (and often extended) functionality for use with Claude Code in terminal environments. Aspect Remote MCP (Claude.ai) CLI Scripts (Claude Code) Context Results flow through model context window Results stay local, only relevant parts shar...
317
14459 brand-name-generator shipshitdev/library
Brand Name Generator Generate creative, memorable, and brandable names for companies, products, apps, and startups. Combines naming strategies with brandability scoring and domain availability checking. When to Use Need creative brand name ideas for a new company or startup Want product or app naming suggestions Need to brainstorm names based on keywords, concepts, or industry Want names evaluated for brandability and memorability Need to find available domain names for the brand Context Disco...
317
14460 latex-document ndpvt-web/latex-document-skill
LaTeX Document Skill Create any LaTeX document, compile to PDF, and generate PNG previews. Convert PDFs of any type to LaTeX. Workflow: Create Documents Determine document type (resume, report, letter, invoice, article, thesis, academic CV, presentation, poster, exam, book, cheat sheet) If poster: Run the poster sub-workflow (see Poster Sub-Workflow below), then skip to step 5. If cheat sheet / reference card: Run the cheat sheet sub-workflow (see Cheat Sheet / Reference Card Sub-Workflow below)...
317
14461 api-design-patterns bobmatnyc/claude-mpm-skills
API Design Patterns Design robust, scalable APIs using proven patterns for REST, GraphQL, and gRPC with proper versioning, authentication, and error handling. Quick Reference API Style Selection: REST: Resource-based CRUD, simple clients, HTTP-native caching GraphQL: Client-driven queries, complex data graphs, real-time subscriptions gRPC: High-performance RPC, microservices, strong typing, streaming Critical Patterns: Versioning: URI (/v1/users), header (Accept: application/vnd.api+json;v...
317
14462 health-check-endpoints aj-geddes/useful-ai-prompts
Health Check Endpoints Overview Implement health check endpoints to monitor service health, dependencies, and readiness for traffic. When to Use Kubernetes liveness and readiness probes Load balancer health checks Service discovery and registration Monitoring and alerting systems Circuit breaker decisions Auto-scaling triggers Deployment verification Health Check Types Type Purpose Failure Action Liveness Process is running Restart container Readiness Ready for traffic Remove from load balance...
317
14463 ln-643-api-contract-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. API Contract Auditor (L3 Worker) Specialized worker auditing API contracts, method signatures at service boundaries, and DTO usage patterns. Purpose & Scope Worker in ln-640 coordinator pipeline - invoked by ln-640-pattern-evolution-auditor Audit API contracts at architecture level (service boundaries, layer separation) Che...
317
14464 ln-500-story-quality-gate levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Story Quality Gate Thin orchestrator that coordinates quality checks and test planning, then determines final Story verdict. Inputs Input Required Source Description storyId Yes args, git branch, kanban, user Story to process Resolution: Story Resolution Chain. Status filter: To Review Purpose & Scope Invoke ln-510-quality-...
317
14465 gh-fix-ci davila7/claude-code-templates
Gh Pr Checks Plan Fix Overview Use gh to locate failing PR checks, fetch GitHub Actions logs for actionable failures, summarize the failure snippet, then propose a fix plan and implement after explicit approval. If a plan-oriented skill (for example create-plan ) is available, use it; otherwise draft a concise plan inline and request approval before implementing. Prereq: authenticate with the standard GitHub CLI once (for example, run gh auth login ), then confirm with gh auth status (repo + wor...
317
14466 mdr-745-specialist davila7/claude-code-templates
MDR 2017/745 Specialist EU MDR compliance patterns for medical device classification, technical documentation, and clinical evidence. Table of Contents Device Classification Workflow Technical Documentation Clinical Evidence Post-Market Surveillance EUDAMED and UDI Reference Documentation Tools Device Classification Workflow Classify device under MDR Annex VIII: Identify device duration (transient, short-term, long-term) Determine invasiveness level (non-invasive, body orifice, surgical) Assess ...
317
14467 alphafold-database davila7/claude-code-templates
AlphaFold Database Overview AlphaFold DB is a public repository of AI-predicted 3D protein structures for over 200 million proteins, maintained by DeepMind and EMBL-EBI. Access structure predictions with confidence metrics, download coordinate files, retrieve bulk datasets, and integrate predictions into computational workflows. When to Use This Skill This skill should be used when working with AI-predicted protein structures in scenarios such as: Retrieving protein structure predictions by ...
317
14468 aeon davila7/claude-code-templates
Aeon Time Series Machine Learning Overview Aeon is a scikit-learn compatible Python toolkit for time series machine learning. It provides state-of-the-art algorithms for classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. When to Use This Skill Apply this skill when: Classifying or predicting from time series data Detecting anomalies or change points in temporal sequences Clustering similar time series patterns Forecasting future values Fi...
317
14469 fal-generate fal-ai-community/skills
fal-generate Curated from the fal.ai community team. What it does Generate images and videos using fal.ai AI models. Production-grade catalogue covering Flux, SDXL, ideogram, and other community-hosted endpoints. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, inst...
316
14470 ln-627-observability-auditor levnikolaevich/claude-code-skills
Specialized worker auditing logging, monitoring, and observability. Purpose & Scope - Worker in ln-620 coordinator pipeline - Audit observability (Category 10: Medium Priority) - Check logging, health checks, metrics, tracing - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with tech stack, framework, codebase root. Workflow - Parse context - Check observability patterns - Collect findings - Calculate score - Return JSON Audit Rules 1. Str...
316
14471 ln-628-concurrency-auditor levnikolaevich/claude-code-skills
Specialized worker auditing concurrency and async patterns. Purpose & Scope - Worker in ln-620 coordinator pipeline - Audit concurrency (Category 11: High Priority) - Check race conditions, async/await, thread safety - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with tech stack, language, codebase root. Workflow - Parse context - Check concurrency patterns - Collect findings - Calculate score - Return JSON Audit Rules 1. Race Conditions...
316
14472 tavily-web benedictking/tavily-web
tavily-web Overview Web search, content extraction, crawling, and research capabilities using Tavily API When to Use When you need to search the web for current information When extracting content from URLs When crawling websites Installation npx skills add -g BenedictKing/tavily-web Step-by-Step Guide Install the skill using the command above Configure Tavily API key Use naturally in Claude Code conversations Examples See GitHub Repository for examples. Best Practices Configure API keys via env...
316
14473 frontend-design-ultimate kesslerio/frontend-design-ultimate-clawhub-skill
Frontend Design Ultimate Create distinctive, production-grade static sites from text requirements alone. No mockups, no Figma — just describe what you want and get bold, memorable designs. Stack : React 18 + TypeScript + Tailwind CSS + shadcn/ui + Framer Motion Output : Vite (static HTML) or Next.js (Vercel-ready) Quick Start "Build a SaaS landing page for an AI writing tool. Dark theme, editorial typography, subtle grain texture. Pages: hero with animated demo, features grid, pricing table, FAQ...
316
14474 seo-authority-builder sickn33/antigravity-awesome-skills
Use this skill when Working on seo authority builder tasks or workflows Needing guidance, best practices, or checklists for seo authority builder Do not use this skill when The task is unrelated to seo authority builder 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-pl...
316
14475 marp-slide davila7/claude-code-templates
Marp Slide Creator Create professional, visually appealing Marp presentation slides with 7 pre-designed themes and built-in best practices. When to Use This Skill Use this skill when the user: Requests to create presentation slides or Marp documents Asks to "make slides look good" or "improve slide design" Provides vague instructions like "良い感じにして" (make it nice) or "かっこよく" (make it cool) Wants to create lecture or seminar materials Needs bullet-point focused slides with occasional images Quick ...
316
14476 ln-222-story-replanner levnikolaevich/claude-code-skills
Universal replanner worker for updating Stories in Epic when requirements change. Invoked by ln-220-story-coordinator (count ≥ 1). When Invoked ln-220-story-coordinator REPLAN MODE (Phase 5b): - Epic has existing Stories (Linear query count ≥ 1) - IDEAL plan generated (Phase 3) - Standards Research completed by ln-001 (Phase 2, may be updated) - Epic requirements changed (AC modified, features added/removed, standards updated) - Parameters: `epicData`, `idealPlan`, `standardsResearch`, `...
316
14477 ln-220-story-coordinator levnikolaevich/claude-code-skills
Universal Story management coordinator that delegates CREATE/REPLAN operations to specialized workers after building IDEAL Story plan. When to Use This Skill Use when: - Decompose Epic to User Stories (5-10 Stories covering Epic scope) - Update existing Stories when Epic requirements change - Rebalance Story scopes within Epic - Add new Stories to existing Epic structure Core Pattern: Decompose-First Key principle: Build IDEAL Story plan FIRST, THEN check existing Stories to determine ...
316
14478 ln-400-story-executor levnikolaevich/claude-code-skills
Executes a Story end-to-end by looping through its tasks in priority order and delegating quality gates to ln-500-story-quality-gate. Purpose & Scope - Load Story + task metadata (no descriptions) and drive execution. - Process tasks in order: To Review -> To Rework -> Todo (foundation-first within each status). - Delegate per task type: ln-402-task-reviewer (independent context for unbiased review), ln-403-task-rework, ln-401-task-executor, ln-404-test-executor. - Delegate Story quality t...
316
14479 ln-770-crosscutting-setup levnikolaevich/claude-code-skills
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates cross-cutting concerns configuration for .NET and Python projects. Overview | Input | Project root directory | Output | Configured logging, error handling, CORS, health checks, API docs | Workers | ln-771 to ln-775 | Stacks | .NET (ASP.NET Core), Python (FastAPI) Phase 1: Detect Project Stack Determine the technology stack by scanning project files. Detection Rules: | `*.c...
316
14480 ln-780-bootstrap-verifier levnikolaevich/claude-code-skills
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Purpose Orchestrates the final bootstrap verification pipeline by delegating to specialized workers and aggregating results into a comprehensive report. Scope: - Coordinates build, test, and container verification - Aggregates results from all workers - Generates final verification report Out of Scope: - Direct execution of builds/tests/containers (delegated to workers) - Project structure crea...
316
14481 ln-623-code-principles-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Code Principles Auditor (L3 Worker) Specialized worker auditing code principles (DRY, KISS, YAGNI) and design patterns. Purpose & Scope Worker in ln-620 coordinator pipeline - invoked by ln-620-codebase-auditor Audit code principles (DRY/KISS/YAGNI, error handling, DI) Return structured findings with severity, location, eff...
315
14482 safe-publish webflow/webflow-skills
Publish a Webflow site with comprehensive preview, validation, and explicit confirmation workflow. Important Note ALWAYS use Webflow MCP tools for all operations: - Use Webflow MCP's `data_sites_tool` with action `list_sites` for listing available sites - Use Webflow MCP's `data_sites_tool` with action `get_site` for detailed site information - Use Webflow MCP's `data_pages_tool` with action `list_pages` for retrieving all pages - Use Webflow MCP's `data_cms_tool` with action `get_collect...
315
14483 data-storytelling sickn33/antigravity-awesome-skills
Data Storytelling Transform raw data into compelling narratives that drive decisions and inspire action. When to Use This Skill Presenting analytics to executives Creating quarterly business reviews Building investor presentations Writing data-driven reports Communicating insights to non-technical audiences Making recommendations based on data Core Concepts 1. Story Structure Setup → Conflict → Resolution Show more
315
14484 bullmq-specialist davila7/claude-code-templates
BullMQ Specialist BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications. Principles Jobs are fire-and-forget from the producer side - let the queue handle delivery Always set explicit job options - defaults rarely match your use case Idempotency is your responsibility - jobs may run more than once Backoff strategies prevent thundering herds - exponential beats linear Dead letter queues are not optional - failed jobs need...
315
14485 uspto-database davila7/claude-code-templates
USPTO Database Use this skill when a task needs official United States patent or trademark records from USPTO systems. When to Use Searching granted patents or pre-grant publications. Checking patent application status, file-wrapper data, assignments, or public prosecution history. Looking up trademark status, documents, or assignment history. Building reproducible prior-art, portfolio, or IP landscape research logs. Comparing USPTO records with secondary tools such as Google Patents, Lens.org, ...
315
14486 claude-opus-4-5-migration davila7/claude-code-templates
Opus 4.5 Migration Guide One-shot migration from Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Migration Workflow Search codebase for model strings and API calls Update model strings to Opus 4.5 (see platform-specific strings below) Remove unsupported beta headers Add effort parameter set to "high" (see references/effort.md) Summarize all changes made Tell the user: "If you encounter any issues with Opus 4.5, let me know and I can help adjust your prompts." Model String Updates Identify wh...
315
14487 llava davila7/claude-code-templates
LLaVA - Large Language and Vision Assistant Open-source vision-language model for conversational image understanding. When to use LLaVA Use when: Building vision-language chatbots Visual question answering (VQA) Image description and captioning Multi-turn image conversations Visual instruction following Document understanding with images Metrics: 23,000+ GitHub stars GPT-4V level capabilities (targeted) Apache 2.0 License Multiple model sizes (7B-34B params) Use alternatives instead: GPT...
315
14488 modal davila7/claude-code-templates
Modal Imperative API Guide Use createModal from @lobehub/ui for imperative modal dialogs. Why Imperative? Mode Characteristics Recommended Declarative Need open state, render <Modal /> ❌ Imperative Call function directly, no state ✅ File Structure features/ └── MyFeatureModal/ ├── index.tsx Export createXxxModal └── MyFeatureContent.tsx Modal content Implementation 1. Content Component ( MyFeatureContent.tsx ) 'use client' ; import { useModalContext } from '@lobehub/ui' ; import { us...
315
14489 scikit-survival davila7/claude-code-templates
scikit-survival: Survival Analysis in Python Overview scikit-survival is a Python library for survival analysis built on top of scikit-learn. It provides specialized tools for time-to-event analysis, handling the unique challenge of censored data where some observations are only partially known. Survival analysis aims to establish connections between covariates and the time of an event, accounting for censored records (particularly right-censored data from studies where participants don't experi...
315
14490 pyhealth davila7/claude-code-templates
PyHealth PyHealth ( https://pyhealth.dev/ ) is a Python toolkit for clinical deep learning. It provides a unified, modular pipeline across electronic health records (EHR), physiological signals, and medical imaging. The library is built around a 5-stage pipeline — Dataset → Task → Model → Trainer → Metrics — where each stage is replaceable and the interfaces between stages are stable. Code that follows this pipeline shape composes well; code that bypasses it usually fights the library. When to u...
315
14491 requesting-code-review davila7/claude-code-templates
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
315
14492 kpi-dashboard-design sickn33/antigravity-awesome-skills
KPI Dashboard Design Comprehensive patterns for designing effective Key Performance Indicator (KPI) dashboards that drive business decisions. When to Use This Skill Designing executive dashboards Selecting meaningful KPIs Building real-time monitoring displays Creating department-specific metrics views Improving existing dashboard layouts Establishing metric governance Core Concepts 1. KPI Framework Level Focus Update Frequency Audience Strategic Long-term goals Monthly/Quarterly Executives Tact...
315
14493 deployment-documentation aj-geddes/useful-ai-prompts
Deployment Documentation Overview Create comprehensive deployment documentation covering infrastructure setup, CI/CD pipelines, deployment procedures, and rollback strategies. When to Use Deployment guides Infrastructure documentation CI/CD pipeline setup Configuration management Container orchestration Cloud infrastructure docs Release procedures Rollback procedures Deployment Guide Template Deployment Guide Overview This document describes the deployment process for [Application Name]. ...
315
14494 ln-633-test-value-auditor levnikolaevich/claude-code-skills
Specialized worker calculating Usefulness Score for each test. Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit Risk-Based Value (Category 3: Critical Priority) - Calculate Usefulness Score = Impact × Probability - Make KEEP/REVIEW/REMOVE decisions - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with Impact/Probability matrices, test file list. Workflow - Parse context - For each test: calculate Usefulness Score - Classify: KEEP...
315
14495 ln-112-project-core-creator levnikolaevich/claude-code-skills
L3 Worker that creates 3 core project documentation files. These are ALWAYS created regardless of project type. Purpose & Scope - Creates 3 core project documentation files (required for all projects) - Receives Context Store from ln-110-project-docs-coordinator - Heavy use of auto-discovery (architecture needs full project scan) - Replaces placeholders with project-specific data - Self-validates structure and content (16 questions) - Never gathers context itself; uses coordinator input ...
315
14496 ln-403-task-rework levnikolaevich/claude-code-skills
Executes rework for a single task marked To Rework and hands it back for review. Purpose & Scope - Load full task, reviewer comments, and parent Story; understand requested changes. - Apply fixes per feedback, keep KISS/YAGNI, and align with guides/Technical Approach. - Update only this task: To Rework -> In Progress -> To Review; no other tasks touched. Task Storage Mode | Load task | `get_issue(task_id)` | `Read("docs/tasks/epics/.../tasks/T{NNN}-*.md")` | Load review notes | Line...
315
14497 ln-740-quality-setup levnikolaevich/claude-code-skills
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates code quality tooling configuration for the project. Purpose & Scope Does: - Detects project technology stack (TypeScript/React, .NET, Python) - Checks for existing quality configurations - Delegates to specialized workers for each quality aspect - Verifies final configuration works correctly Does NOT: - Generate configuration files directly (workers do this) - Modify source code -...
315
14498 clerk-auth jezweb/claude-skills
Clerk Authentication Expert patterns for Clerk auth implementation, middleware, organizations, webhooks, and user sync Patterns Next.js App Router Setup Complete Clerk setup for Next.js 14/15 App Router. Includes ClerkProvider, environment variables, and basic sign-in/sign-up components. Key components: ClerkProvider: Wraps app for auth context , : Pre-built auth forms : User menu with session management Code_example Show more Installs 1 Repository sickn33/agentic…e-skills GitHub Stars 44.7K Fir...
314
14499 alicloud-ai-audio-tts cinience/alicloud-skills
Category: provider Model Studio Qwen TTS Validation mkdir -p output/alicloud-ai-audio-tts python -m py_compile skills/ai/audio/alicloud-ai-audio-tts/scripts/generate_tts.py && echo "py_compile_ok" > output/alicloud-ai-audio-tts/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-audio-tts/validate.txt is generated. Output And Evidence Save generated audio links, sample audio files, and request payloads to output/alicloud-ai-audio-tts/ . Keep one validation log per execution. Criti...
314
14500 effect-index mepuka/effect-ontology
Effect Skill Index Use this as a quick router to the right Skill for your task. Each entry links to a focused Skill optimized for a coding agent’s limited context. Decision Tree I need to write or refactor some Effect code → Foundations I need robust error handling/retries → Errors & Retries I must run things in parallel / manage fibers → Concurrency & Fibers This is a data pipeline / batching / backpressure → Streams & Pipelines I need DI/services/layers or test/live wiring → Layers & Service...
314