daemon-dev

Guide developers through building, debugging, and managing the runtimed daemon and Python bindings.

158|12|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nteract/nteract --skill daemon-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daemon-dev
Source: https://github.com/nteract/nteract/tree/main/.agents/skills/daemon-dev
Command: npx skills add https://github.com/nteract/nteract --skill daemon-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides developers in the complex task of building, debugging, and maintaining the runtimed daemon, its Python bindings, and the associated build tooling within the nteract ecosystem.

Core Features & Use Cases

  • End-to-end daemon development workflow covering the runtimed daemon, Python bindings, maturin builds, and xtask tasks.
  • Clear guidance for common tasks like running the daemon, building artifacts, testing, linting, and debugging kernels or runtime components.
  • Use Case: A developer needs to fix a daemon issue and validate a new maturin build across platforms with a predictable workflow.

Quick Start

Start the dev loop by running cargo xtask dev-daemon to iterate on the runtimed daemon and Python bindings.

Frequently Asked Questions about daemon-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start the runtimed daemon development workflow?

To set up the runtimed daemon environment, use the `cargo xtask dev-daemon` command to iterate on the daemon and its Python bindings. This establishes a consistent workflow for building and testing runtime components.

How do I build and test Python bindings for the runtimed daemon?

To build and test runtimed Python bindings, use the defined maturin builds and xtask workflows. The Skill provides commands for building artifacts, running tests, and linting to validate the binding integration across the repository.

What is the best way to debug kernel issues in the runtimed daemon?

To debug runtimed daemon kernel issues, follow the Skill's predefined workflow commands for running the daemon and executing tests. It maintains a consistent environment for isolating and resolving runtime component problems.

Does runtimed daemon development require maturin and xtask?

Runtimed daemon development relies on maturin for building Python bindings and xtask for orchestrating repository workflows. The Skill defines commands across these tools to ensure a predictable build and testing process.

Why use xtask workflows for runtimed daemon builds?

Using xtask workflows for runtimed daemon builds ensures consistent environment setup and predictable execution of common tasks. It standardizes commands for dev-daemon, build, run, tests, and lint across the repository.