DXOS
Official@dxos
The Decentralized Operating System
Agent Skills by DXOS
Showing 37 vetted skills indexed across 2 GitHub repositories.
task-planning
Maintains durable TASKS.md ledgers and a project registry for multi-session work tracking.
land
Automates fixing CI failures and merging an existing GitHub pull request.
subduction-policy
Reference for configuring SubductionPolicy authorization hooks controlling peer replication access.
tracing
Documents the @dxos/tracing API for spans, resources, metrics, and diagnostics.
hosting-artifacts
Upload demo videos, screenshots, and log bundles to a public R2 bucket for PR linking.
composer-debug
Evaluate expressions and invoke operations in a live Composer app via the loopback debug port.
composite-components
Guides authoring of Radix-style namespaced composite React components in DXOS UI packages.
debugging-ui
Diagnose UI rendering, layout, and interaction bugs in Composer plugins and React components.
agent-eval-tests
Write and debug evalite-scored agent evals with deterministic assertions and LLM-judge scorers.
context-propagation
Enforces ctx parameter propagation rules for connected OpenTelemetry trace hierarchies in DXOS code.
agentic-review
Reviews code against rule blocks in .mdl files using parallel LLM subagents.
proto
Install, pin, and manage multi-language tool versions using proto and .prototools configuration.
test-perf-leaks
CPU-profile and leak-detect existing vitest suites via env-gated instrumentation.
regenerate-model-fixture
Regenerates cached LLM conversation fixtures for model-fixture vitest suites.
moon
Configure and orchestrate moonrepo monorepo workspaces, tasks, toolchains, and CI pipelines.
debugging
Instrument code with @dxos/log debug lines and query captured NDJSON log sinks.
effect
Guides writing and migrating Effect TypeScript code against the pinned node_modules source.
cloud-sandbox
Diagnose and work around tooling, network, and environment constraints in Claude Code cloud sandbox sessions.
running-qa-flows
Executes written QA flow specs against a running Composer app via the agent debug port.
trunk-quarantine
Investigate failing CI runs and quarantine flaky tests using Trunk's CI Autopilot MCP server.
reactivity
Enforces correct reactive state placement and subscription patterns across React, atoms, and ECHO objects.
submit-pr
Creates and submits a pull request from the current branch with formatting, testing, and CI monitoring.
dxos-skills
Create and integrate AI skill definitions within DXOS plugins using operation handlers.
browser-e2e-tests
Author Playwright end-to-end tests for the Composer app using data-testid selectors and page objects.
Frequently Asked Questions About DXOS
FAQPage SchemaWhat 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.