DXOS avatar

DXOS

Official

@dxos

0Followers
|
67Public Repos
|
37Published Skills

The Decentralized Operating System

Skills Distribution
DomainDeveloper To...Distributed State .. (40%)Plugin Architectur.. (30%)Type-Safe Runtime .. (30%)

Agent Skills by DXOS

Showing 37 vetted skills indexed across 2 GitHub repositories.

dxosdxos
518

task-planning

Maintains durable TASKS.md ledgers and a project registry for multi-session work tracking.

Official
Intermediate
dxosdxos
518

land

Automates fixing CI failures and merging an existing GitHub pull request.

Official
Advanced
dxosdxos
518

subduction-policy

Reference for configuring SubductionPolicy authorization hooks controlling peer replication access.

Official
Advanced
dxosdxos
518

tracing

Documents the @dxos/tracing API for spans, resources, metrics, and diagnostics.

Official
Intermediate
dxosdxos
518

hosting-artifacts

Upload demo videos, screenshots, and log bundles to a public R2 bucket for PR linking.

Official
Intermediate
dxosdxos
518

composer-debug

Evaluate expressions and invoke operations in a live Composer app via the loopback debug port.

Official
Advanced
dxosdxos
518

composite-components

Guides authoring of Radix-style namespaced composite React components in DXOS UI packages.

Official
Intermediate
dxosdxos
518

debugging-ui

Diagnose UI rendering, layout, and interaction bugs in Composer plugins and React components.

Official
Advanced
dxosdxos
518

agent-eval-tests

Write and debug evalite-scored agent evals with deterministic assertions and LLM-judge scorers.

Official
Advanced
dxosdxos
518

context-propagation

Enforces ctx parameter propagation rules for connected OpenTelemetry trace hierarchies in DXOS code.

Official
Intermediate
dxosdxos
518

agentic-review

Reviews code against rule blocks in .mdl files using parallel LLM subagents.

Official
Advanced
dxosdxos
518

proto

Install, pin, and manage multi-language tool versions using proto and .prototools configuration.

Official
Intermediate
dxosdxos
518

test-perf-leaks

CPU-profile and leak-detect existing vitest suites via env-gated instrumentation.

Official
Intermediate
dxosdxos
518

regenerate-model-fixture

Regenerates cached LLM conversation fixtures for model-fixture vitest suites.

Official
Intermediate
dxosdxos
518

moon

Configure and orchestrate moonrepo monorepo workspaces, tasks, toolchains, and CI pipelines.

Official
Advanced
dxosdxos
518

debugging

Instrument code with @dxos/log debug lines and query captured NDJSON log sinks.

Official
Intermediate
dxosdxos
518

effect

Guides writing and migrating Effect TypeScript code against the pinned node_modules source.

Official
Advanced
dxosdxos
518

cloud-sandbox

Diagnose and work around tooling, network, and environment constraints in Claude Code cloud sandbox sessions.

Official
Advanced
dxosdxos
518

running-qa-flows

Executes written QA flow specs against a running Composer app via the agent debug port.

Official
Advanced
dxosdxos
518

trunk-quarantine

Investigate failing CI runs and quarantine flaky tests using Trunk's CI Autopilot MCP server.

Official
Intermediate
dxosdxos
518

reactivity

Enforces correct reactive state placement and subscription patterns across React, atoms, and ECHO objects.

Official
Intermediate
dxosdxos
518

submit-pr

Creates and submits a pull request from the current branch with formatting, testing, and CI monitoring.

Official
Advanced
dxosdxos
518

dxos-skills

Create and integrate AI skill definitions within DXOS plugins using operation handlers.

Official
Intermediate
dxosdxos
518

browser-e2e-tests

Author Playwright end-to-end tests for the Composer app using data-testid selectors and page objects.

Official
Intermediate

Frequently Asked Questions About DXOS

FAQPage Schema
What specific tasks does the DXOS framework enable for developers?ā–¼

DXOS enables the creation of local-first applications by managing typed object graphs and distributed state. It facilitates the development of modular plugin architectures, standardized code formatting via Oxfmt, and the orchestration of type-safe operations using lazy-loading handlers within a decentralized runtime environment.

Which technical personas benefit most from integrating DXOS?ā–¼

Full-stack engineers and distributed systems architects benefit from DXOS. It is designed for developers building collaborative, offline-capable applications who require strict type safety, modular plugin extensibility, and a robust local-first database layer to manage complex application state without centralized server dependencies.

What are the primary dependencies for implementing DXOS in a project?ā–¼

Implementation requires a TypeScript environment and familiarity with the Effect ecosystem for service and layer composition. Projects must integrate the DXOS object graph primitives, adhere to the repository-specific code style conventions, and utilize the provided design-system shells for building plugin interfaces.