// TOPIC

Backend Developer

Skills designed for backend developers to improve server-side development and operations efficiency

Common Pain Points

Heavy workload in API design and documentation maintenance

Difficult to optimize database query performance

Complex debugging in microservices architecture

Time-consuming log analysis and troubleshooting

Cache strategy design and optimization requires experience

Security vulnerability detection and remediation

Recommended Skills

Airflow Dag Patterns

Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs.

25450
apache-airflow data-engineering etl workflow-orchestration dag-patterns data-pipelines batch-processing task-scheduling

Author: wshobson

Api Design Principles

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

25450
api-design rest graphql backend web-development software-architecture developer-experience scalability

Author: wshobson

Api Integration Specialist

Expert in integrating third-party APIs with proper authentication, error handling, rate limiting, and retry logic. Use when integrating REST APIs, GraphQL endpoints, webhooks, or external services. Specializes in OAuth flows, API key management, request/response transformation, and building robust API clients.

16036
api-integration oauth authentication rest-api webhooks rate-limiting error-handling graphql

Author: davila7

Architecture Patterns

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.

25450
clean-architecture hexagonal-architecture domain-driven-design backend-patterns software-architecture microservices ddd ports-adapters

Author: wshobson

Async Python Patterns

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

25450
python asyncio concurrency async-await performance non-blocking web-apis microservices

Author: wshobson

Auth Implementation Patterns

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.

25450
authentication authorization jwt oauth2 rbac session-management security api-security

Author: wshobson

Backend Dev Guidelines

Comprehensive backend development guide for Langfuse's Next.js 14/tRPC/Express/TypeScript monorepo. Use when creating tRPC routers, public API endpoints, BullMQ queue processors, services, or working with tRPC procedures, Next.js API routes, Prisma database access, ClickHouse analytics queries, Redis queues, OpenTelemetry instrumentation, Zod v4 validation, env.mjs configuration, tenant isolation patterns, or async patterns. Covers layered architecture (tRPC procedures → services, queue processors → services), dual database system (PostgreSQL + ClickHouse), projectId filtering for multi-tenant isolation, traceException error handling, observability patterns, and testing strategies (Jest for web, vitest for worker).

20553
backend-development nodejs express typescript microservices api-development architecture best-practices

Author: langfuse

Bash Defensive Patterns

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

25450
bash shell-scripting defensive-programming error-handling production automation ci-cd devops

Author: wshobson

Billing Automation

Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.

25450
billing subscription-management payment-processing invoicing dunning-management saas fintech automation

Author: wshobson

Byethrow

Reference the byethrow documentation to understand and use the Result type library for error handling in JavaScript/TypeScript. Access detailed API references, practical usage examples, and best practice guides.

9831
error-handling result-type typescript javascript functional-programming tree-shakable documentation cli-tools

Author: ryoppippi

Claude Opus 4 5 Migration

Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.

56596
claude-migration opus-4-5 api-upgrade model-transition codebase-migration anthropic-api prompt-optimization

Author: anthropics

Clickhouse Query

Run ClickHouse queries for analytics, metrics analysis, and event data exploration. Use when you need to query ClickHouse directly, analyze metrics, check event tracking data, or test query performance. Read-only by default.

6981
clickhouse analytics database query metrics debugging sql data-analysis

Author: civitai

Clojure Review

Review Clojure and ClojureScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing Clojure/ClojureScript code.

45585
clojure code-review style-guide metabase clojurescript linting quality-assurance pull-requests

Author: metabase

Clojure Write

Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.

45585
clojure clojurescript repl-driven functional-programming development-workflow code-quality testing refactoring

Author: metabase

Cocoindex

Comprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate flows via CLI or API. Covers building ETL workflows for AI data processing, including embedding documents into vector databases, building knowledge graphs, creating search indexes, or processing data streams with incremental updates.

16036
etl data-transformation vector-database embeddings knowledge-graph ai-pipeline incremental-processing real-time

Author: davila7

Code Review

Code review assistance with linting, style checking, and best practices

36895
code-review woocommerce php standards quality-assurance linting best-practices wordpress

Author: agno-agi

Commit Helper

Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating pull requests.

31734
git commit-messages conventional-commits version-control automation code-quality development-workflow best-practices

Author: cockroachdb

Component Search

This skill should be used when users need to discover Redpanda Connect components for their streaming pipelines. Trigger when users ask about finding inputs, outputs, processors, or other components, or when they mention specific technologies like "kafka consumer", "postgres output", "http server", or ask "which component should I use for X".

8547
streaming data-pipelines redpanda kafka component-discovery etl real-time data-engineering

Author: redpanda-data

Cqrs Implementation

Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.

25450
cqrs architecture event-sourcing scalability microservices command-query read-models backend

Author: wshobson

Dbt Transformation Patterns

Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building data transformations, creating data models, or implementing analytics engineering best practices.

25450
dbt data-engineering analytics-engineering sql data-transformation data-modeling etl medallion-architecture

Author: wshobson

Debug

Runtime debugging workflow with automated log collection. Use when fixing bugs that require runtime evidence (values, types, flow), when you'd otherwise ask user to "open DevTools, reproduce X, tell me what you see", or when bug depends on user interaction that can't be simulated. This skill automates log collection - logs are captured server-side and accessible programmatically.

9810
debugging runtime-analysis log-collection bug-fixing development-workflow automated-instrumentation evidence-based troubleshooting

Author: elie222

Debugging Strategies

Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.

25450
debugging troubleshooting profiling performance bug-hunting root-cause-analysis testing development

Author: wshobson

Deslop

Remove AI-generated code slop from a branch. Use when cleaning up AI-generated code, removing unnecessary comments, defensive checks, or type casts. Checks diff against main and fixes style inconsistencies.

16036
code-cleanup ai-slop code-quality git-diff refactoring style-consistency code-review

Author: davila7

Developer Growth Analysis

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

19353
developer-growth code-analysis skill-assessment learning-resources slack-integration pattern-analysis technical-feedback career-development

Author: ComposioHQ

Distributed Tracing

Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems.

25450
distributed-tracing microservices observability jaeger tempo opentelemetry debugging performance

Author: wshobson

Documentation Lookup

This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.

41961
documentation api-reference code-examples libraries frameworks setup configuration development

Author: upstash

Dotnet Backend Patterns

Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.

25450
dotnet backend api-development entity-framework dependency-injection async-await caching testing

Author: wshobson

Error Handling Patterns

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.

25450
error-handling resilience exceptions result-types circuit-breaker retry-patterns fault-tolerance debugging

Author: wshobson

Error Resolver

Systematic error diagnosis and resolution using first-principle analysis. Use when encountering any error message, stack trace, or unexpected behavior. Supports replay functionality to record and reuse solutions.

16036
debugging error-resolution troubleshooting first-principles stack-trace root-cause-analysis replay-system systematic-approach

Author: davila7

Error Tracking

Add Sentry v8 error tracking and performance monitoring to your project services. Use this skill when adding error handling, creating new controllers, instrumenting cron jobs, or tracking database performance. ALL ERRORS MUST BE CAPTURED TO SENTRY - no exceptions.

8390
error-tracking sentry monitoring performance debugging logging microservices observability

Author: diet103

Evals Context

Provides context about the Roo Code evals system structure in this monorepo. Use when tasks mention "evals", "evaluation", "eval runs", "eval exercises", or working with the evals infrastructure. Helps distinguish between the evals execution system (packages/evals, apps/web-evals) and the public website evals display page (apps/web-roo-code/src/app/evals).

21739
evals debugging monorepo infrastructure evaluation system-architecture codebase-navigation developer-tools

Author: RooCodeInc

Event Store Design

Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.

25450
event-sourcing event-store architecture database-design postgresql eventstore nosql streaming

Author: wshobson

Fastapi Templates

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

25450
fastapi python async rest-api microservices dependency-injection sqlalchemy production-ready

Author: wshobson

Flow Nexus Platform

Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges

11981
flow-nexus platform-management sandboxes deployment payments gamification cloud-development authentication

Author: ruvnet

Gh Fix Ci

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.

16036
github-actions ci-cd debugging automation pull-requests devops testing workflow

Author: davila7

Git Commit Helper

Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.

16036
git commit-messages version-control conventional-commits code-review development-workflow automation

Author: davila7

Gitlab Ci Patterns

Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up automated testing and deployment.

25450
gitlab-ci cicd devops automation kubernetes docker terraform pipeline

Author: wshobson

Guidance

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework

16036
constrained-generation prompt-engineering structured-output json-validation grammar microsoft-research format-enforcement multi-step-workflows

Author: davila7

Hooks Automation

Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre/post task hooks, session management, Git integration, memory coordination, and neural pattern training for enhanced development workflows.

11981
automation hooks development-workflow mcp-integration memory-coordination swarm-agents code-formatting neural-training

Author: ruvnet

Hosted Agents

This skill should be used when the user asks to "build background agent", "create hosted coding agent", "set up sandboxed execution", "implement multiplayer agent", or mentions background agents, sandboxed VMs, agent infrastructure, Modal sandboxes, self-spawning agents, or remote coding environments.

7006
hosted-agents sandboxed-execution multiplayer background-agents infrastructure cloud-computing agent-framework devops

Author: muratcankoylan

Langsmith Observability

LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.

16036
observability tracing evaluation monitoring debugging llm-ops testing langsmith

Author: davila7

Mcp Integration

This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.

56596
mcp model-context-protocol external-apis plugin-development oauth server-integration claude-code

Author: anthropics

Microservices Patterns

Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.

25450
microservices distributed-systems architecture-patterns service-boundaries event-driven resilience-patterns api-gateway saga-pattern

Author: wshobson

Modal

Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch processing jobs, scheduling compute-intensive tasks, or serving APIs that require GPU acceleration or dynamic scaling.

16036
serverless gpu-computing machine-learning batch-processing auto-scaling cloud-deployment python ml-inference

Author: davila7

N8N Code Javascript

Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with $helpers, working with dates using DateTime, troubleshooting Code node errors, or choosing between Code node modes.

16036
n8n javascript workflow-automation data-transformation api-integration code-node low-code automation

Author: davila7

N8N Code Python

Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes.

16036
n8n python workflow-automation data-transformation code-node standard-library scripting beta

Author: davila7

N8N Expression Syntax

Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, or working with webhook data in workflows.

16036
n8n workflow-automation expressions syntax validation webhook troubleshooting

Author: davila7

N8N Workflow Patterns

Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API integration, database operations, AI agent workflows, or scheduled tasks.

16036
n8n workflow-automation integration api webhooks database ai-agents scheduled-tasks

Author: davila7

Nodejs Backend Patterns

Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures.

25450
nodejs backend express fastify rest-api microservices typescript authentication

Author: wshobson

Nuget Manager

Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using `dotnet` CLI for package management and provides strict procedures for direct file edits only when updating versions.

17580
nuget dotnet package-management cli csproj dependencies version-control net-sdk

Author: github

Payload

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

39912
payload-cms nextjs typescript cms database api authentication content-management

Author: payloadcms

Pci Compliance

Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achieving PCI compliance, or implementing payment card security measures.

25450
pci-compliance payment-security data-protection tokenization encryption audit-logging security-standards fintech

Author: wshobson

Pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

40937
pdf document-processing text-extraction python automation forms data-extraction file-manipulation

Author: anthropics

Pdf Processing

Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.

16036
pdf-processing text-extraction document-automation table-extraction form-filling file-merging data-extraction python

Author: davila7

Prowler Api

Prowler API patterns: JSON:API, RLS, RBAC, providers, Celery tasks. Trigger: When working in api/ on models/serializers/viewsets/filters/tasks involving tenant isolation (RLS), RBAC, JSON:API, or provider lifecycle.

12565
row-level-security multi-tenant rbac celery-tasks django-rest-framework prowler-cloud tenant-isolation provider-lifecycle

Author: prowler-cloud

Prowler Mcp

Creates MCP tools for Prowler MCP Server. Covers BaseTool pattern, model design, and API client usage. Trigger: When working in mcp_server/ on tools (BaseTool), models (MinimalSerializerMixin/from_api_response), or API client patterns.

12565
mcp-server prowler cloud-security api-client tools models basetool security-checks

Author: prowler-cloud

Python Performance Optimization

Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.

25450
python performance profiling optimization debugging memory cpu benchmarking

Author: wshobson

Railway Database

Add official Railway database services (Postgres, Redis, MySQL, MongoDB). Use when user wants to add a database, says "add postgres", "add redis", "add database", "connect to database", or "wire up the database". For other templates (Ghost, Strapi, n8n), use the railway-templates skill.

16036
railway database postgres redis mysql mongodb deployment infrastructure

Author: davila7

Railway Deploy

Deploy code to Railway using "railway up". Use when user wants to push code, says "railway up", "deploy", "ship", or "push". For initial setup or creating services, use railway-new skill. For Docker images, use railway-environment skill.

16036
railway deployment ci-cd infrastructure docker build push ship

Author: davila7

Railway Deployment

Manage Railway deployments - view logs, redeploy, restart, or remove deployments. Use for deployment lifecycle (remove, stop, redeploy, restart), deployment visibility (list, status, history), and troubleshooting (logs, errors, failures, crashes). NOT for deleting services - use railway-environment skill with isDeleted for that.

16036
railway deployment logs debugging devops infrastructure troubleshooting monitoring

Author: davila7

Railway Domain

Add, view, or remove domains for Railway services. Use when user wants to add a domain, generate a railway domain, check current domains, get the URL for a service, or remove a domain.

16036
railway domain dns infrastructure deployment custom-domain url networking

Author: davila7

Railway Environment

Query, stage, and apply configuration changes for Railway environments. Use for ANY variable or env var operations, service configuration (source, build settings, deploy settings), lifecycle (delete service), and applying changes. Prefer over railway-status skill for any configuration or variable queries.

16036
railway environment configuration variables deploy infrastructure devops staging

Author: davila7

Railway Metrics

Query resource usage metrics for Railway services. Use when user asks about resource usage, CPU, memory, network, disk, or service performance like "how much memory is my service using" or "is my service slow".

16036
railway monitoring performance metrics cpu memory debugging resources

Author: davila7

Railway New

Create Railway projects, services, and databases with proper configuration. Use when user says "setup", "deploy to railway", "initialize", "create project", "create service", or wants to deploy from GitHub. Handles initial setup AND adding services to existing projects. For databases, use railway-railway-database skill instead.

16036
railway deployment infrastructure project-setup cloud cli devops scaffolding

Author: davila7

Railway Service

Check service status, rename services, change service icons, link services, or create services with Docker images. For creating services with local code, prefer railway-new skill. For GitHub repo sources, use railway-new skill to create empty service then railway-environment skill to configure source.

16036
railway service-management docker deployment infrastructure status-monitoring devops cloud-services

Author: davila7

Railway Templates

Search and deploy services from Railway's template marketplace. Use when user wants to add a service from a template, find templates for a specific use case, or deploy tools like Ghost, Strapi, n8n, Minio, Uptime Kuma, etc. For databases (Postgres, Redis, MySQL, MongoDB), prefer the railway-database skill.

16036
railway templates deployment cms database automation infrastructure marketplace

Author: davila7

Saga Orchestration

Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running workflows.

25450
saga-pattern distributed-transactions microservices workflow-orchestration compensation event-driven resilience long-running-processes

Author: wshobson

Shellcheck Configuration

Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues, or ensuring script portability.

25450
shellcheck shell-scripting static-analysis code-quality bash ci-cd linting devops

Author: wshobson

Sql Optimization Patterns

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

25450
database sql-optimization performance indexing query-tuning explain-analysis database-design postgresql

Author: wshobson

Stripe Integration

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

25450
stripe payments subscription-billing checkout webhooks pci-compliance refunds e-commerce

Author: wshobson

Test Driven Development

Use when implementing any feature or bugfix, before writing implementation code

22609
tdd testing software-development quality-assurance red-green-refactor automated-testing bug-prevention code-quality

Author: obra

Tool Design

This skill should be used when the user asks to "design agent tools", "create tool descriptions", "reduce tool complexity", "implement MCP tools", or mentions tool consolidation, architectural reduction, tool naming conventions, or agent-tool interfaces.

7006
agent-tools api-design tool-consolidation mcp architecture developer-experience ai-agents context-engineering

Author: muratcankoylan

Trigger Dev Tasks

Use this skill when writing, designing, or optimizing Trigger.dev background tasks and workflows. This includes creating reliable async tasks, implementing AI workflows, setting up scheduled jobs, structuring complex task hierarchies with subtasks, configuring build extensions for tools like ffmpeg or Puppeteer/Playwright, and handling task schemas with Zod validation.

13298
trigger-dev background-jobs async-workflows task-automation scheduling nodejs typescript production

Author: triggerdotdev

Turborepo Caching

Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.

25450
turborepo monorepo caching build-optimization ci-cd automation performance javascript

Author: wshobson

Use Gunshi Cli

Use the Gunshi library to create command-line interfaces in JavaScript/TypeScript.

9831
cli javascript typescript command-line gunshi development tooling node

Author: ryoppippi

Uv Package Manager

Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.

25450
python package-manager dependencies virtual-environment pip-alternative rust performance development

Author: wshobson

Workflow Orchestration Patterns

Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.

25450
temporal distributed-systems workflow-orchestration microservices saga-pattern resilience state-management async-processing

Author: wshobson

Zig System Calls

Guides using bun.sys for system calls and file I/O in Zig. Use when implementing file operations instead of std.fs or std.posix.

86326
zig system-calls file-io cross-platform bun error-handling syscalls posix

Author: oven-sh

Python Code Analyzer

4.8

Intelligently analyze Python code quality, provide optimization suggestions and best practices

5200
156
Python Code Quality Optimization Best Practices

Author: CodeMaster

Feedback

Found an issue or have a better suggestion?

Submit Feedback