Skill Claude CodeCodex
Developing, testing, and running Golem skill tests with the skill test harness. Use when creating new skills, writing scenario YAML files, running skill tests locally, or debugging skill test failures.
155 tagged distributed systems, measured the same way as everything else here.
Browse within: Fault Tolerance 59component-model 59durable-computing 59durable-execution 59high-reliability 59claude-plugin 22docker 22docker-compose 22environment 22high-level-architecture 22networks 22microservices 16axum-framework 13platform-engineering 13
Skill Claude CodeCodex
Developing, testing, and running Golem skill tests with the skill test harness. Use when creating new skills, writing scenario YAML files, running skill tests locally, or debugging skill test failures.
Skill Claude CodeCodex
Guide for writing, refactoring, and testing MoonBit projects. Use when working in MoonBit modules or packages, organizing MoonBit files, using moon tooling (build/check/run/test/doc/ide etc.), or following MoonBit-specific layout, documentation, and testing conventions.
Skill Claude CodeCodex
Writing MoonBit source-to-source code transformations using moonbitlang/parser and moonbitlang/formatter. Use when parsing MoonBit source into AST, constructing new AST nodes, or emitting generated MoonBit code.
Skill Claude CodeCodex
Build and test Kurtosis from source on local Docker. Compiles all components (engine, core, files-artifacts-expander), builds Docker images, installs the CLI, and restarts the engine. Use when developing Kurtosis and testing changes locally with Docker.
Skill Claude CodeCodex
Inspect, download, upload, and debug Kurtosis file artifacts. View artifacts in an enclave, download them locally for inspection, upload local files, and troubleshoot file mounting issues. Use when services can't find expected files or configs are wrong.
Skill Claude CodeCodex
Build, push, and deploy Kurtosis dev images to a Kubernetes cluster without creating a release. Rebuilds engine, core, and files-artifacts-expander as multi-arch Docker images with a unique tag, pushes to the logged-in user's Docker Hub, and restarts the engine. Use when testing local code changes on a k8s cluster.
Skill Claude CodeCodex
Persistent, consensus-validated memory for AI agents via SAGE MCP server. Gives you institutional memory that survives across conversations — memories go through BFT consensus, carry confidence scores, and decay over time. Use this skill when working with a SAGE MCP server to manage persistent agent memory, recall…
shenli/distributed-system-testing
Skill Claude CodeCodex
Use when designing a test plan for a distributed or stateful system — anything with persistence, replication, consensus, retries, idempotency, async messaging, multi-tenancy, or partial failure. Plans are claim-driven: investigate the product's claimed guarantees first, then design hypotheses and scenarios that try to…
shenli/distributed-system-testing
Skill Claude CodeCodex
Use when running a previously designed distributed-systems test plan against a real or simulated cluster — driving fault injection, workload, chaos scenarios, linearizability / consistency runs, durability, partition, crash-recovery, upgrade, performance/SLO runs, tenant isolation runs, boundary or authz runs…
Skill Claude CodeCodex
Write or improve software documentation using the Diátaxis framework — four documentation types (tutorials, how-to guides, reference, explanation), each serving a different user need. Use it whenever you're about to write or revise documentation for a finished feature, implementation, API, library, CLI, service, or…
Skill Claude CodeCodex
Use when a user wants guidance on starting, contributing to, growing, governing, funding, securing, or sustaining an open source project, or asks about contributor onboarding, community health, maintainer burnout, code of conduct, metrics, legal basics, or open source project adoption.
Skill Claude CodeCodex
Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.
proyecto26/system-design-skills
Skill Claude CodeCodex
This skill should be used when the user needs to "design the API", do "endpoint design", pin down a "request/response shape", choose a "pagination" strategy (cursor vs offset), add an "idempotency key" to a write, plan "API versioning", an "error contract", or pick between "REST vs gRPC vs GraphQL" or "WebSocket vs…
proyecto26/system-design-skills
Skill Claude CodeCodex
This skill should be used when the user wants a "blob store" or "object storage", names "S3" or an S3-compatible store, needs to "store images / video / files", asks about "multipart upload" or "resumable upload", "signed / presigned URLs", "media storage", "unstructured data at scale", object "versioning", storage…
proyecto26/system-design-skills
Skill Claude CodeCodex
This skill should be used when the user asks about the "CAP theorem", "PACELC", a "consistency model", "eventual vs strong consistency", "read-your-writes", "causal consistency", "quorum" or "R+W>N", "consensus", "Raft / Paxos", "leader election", "consistent hashing", a "distributed transaction", "2PC", or "saga".…
manutej/luxor-claude-marketplace
Skill Claude CodeCodex
Comprehensive guide for Redis state management including caching strategies, session management, pub/sub patterns, distributed locks, and data structures.
Skill Claude CodeCodex
Maintains contracts, schema, shared protocol, and generated contract artifacts. Owns packages/contracts/, docs/contracts/, verification/contract/. Use when changing shared DTOs, event schemas, error shapes, contract docs, generated protocol artifacts, or contract drift checks. Runs type generation, detects contract…
Skill Claude CodeCodex
Maintains platform model, topology, generators, validators, infra declarations, and ops runbooks. Owns platform/model/, platform/schema/, infra/, ops/. Use when changing platform metadata, topology, deployable shape, generators, validators, infra declarations, operations runbooks, secrets shape, or GitOps delivery…
Skill Claude CodeCodex
Maintains services, domain logic, application layer, policies, ports, and service-local distributed semantics in services/ /model.yaml. Owns services/, fixtures/, verification/ (service-level). Services are pure libraries — no main.rs, no HTTP server, no message consumer loops. Use when changing services/…
Skill Claude CodeCodex
Generate and review data-intensive application code using patterns from Martin Kleppmann's "Designing Data-Intensive Applications." Use this skill whenever the user asks about data storage engines, replication, partitioning, transactions, distributed systems, batch or stream processing, encoding/serialization…
pinchen147/system-design-skill
Skill Claude CodeCodex
Design or evolve a production system from repository evidence, measurable requirements, capacity math, protected invariants, and explicit trade-offs. Reads an existing codebase as the current architecture, closes the requirements it cannot recover on its own, then draws structurally distinct candidates and recommends…
Soushi888/holochain-agent-skills
Skill Claude CodeCodex
Holochain hApp development assistant covering coordinator/integrity zome architecture, Rust HDK/HDI patterns, entry/link types, CRUD, validation, cross-zome calls, Sweettest testing, TypeScript client integration, and Nix dev environments. USE WHEN writing zome code, designing DHT data models, scaffolding a new…
Skill Claude CodeCodex
AIMEAT frontend rules: the styling conventions to write to, and how a finished change is verified by driving a real browser through the Playwright MCP server (three viewports, repaint count, idle network log). Use before writing or editing anything under public/views, public/components, public/js, public/css…
Skill Claude CodeCodex
How AIMEAT videos are made from live captures and existing recordings with the three tools in aimeat/scripts/demo-video/ (a scripted performer, a passive camera, and a stills-plus-cards cutter), including the capture rules, the card style, the honesty captions and the YouTube hand-off. Use whenever a task is to make…