drstynx

Spawns the dr.stynx metatron agent using a boot file defining its operational spaces.

3|1|Updated Aug 22, 2025
One-click install
npx skills add https://github.com/phaseshift-studio/metatron --skill drstynx-phaseshift-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drstynx
Source: https://github.com/phaseshift-studio/metatron/tree/main/docs/website/skills/drstynx
Command: npx skills add https://github.com/phaseshift-studio/metatron --skill drstynx-phaseshift-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve? Setting up the dr.stynx agent on the metatron virtual machine requires the correct boot configuration and space definitions, which this Skill packages into a single reproducible startup procedure. ## Core Features & Use Cases - Agent Bootstrapping: Loads the assets/drstynx.boot.mtron boot file to instantiate the dr.stynx agent on the metatron VM. - Space Definitions: The boot file declares the metatron spaces required for dr.stynx to operate. - Bundled State: Ships with assets/drstynx.sqlite containing the agent's data store. - Use Case: A developer working with the metatron distributed computing language can spawn the dr.stynx agent to run agent workloads without manually writing boot configuration. ## Quick Start Spawn the dr.stynx metatron agent by loading the boot file at assets/drstynx.boot.mtron into a running metatron instance.

Frequently Asked Questions about drstynx

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

FAQPage Schema
How do I spawn the dr.stynx metatron agent?

Load the boot file assets/drstynx.boot.mtron into a running metatron instance. The boot file defines dr.stynx and the spaces necessary for its operation, so no additional configuration is required.

What is a metatron boot file?

A metatron boot file is an mtron script that initializes agents and spaces on the metatron virtual machine. For dr.stynx, the boot file is assets/drstynx.boot.mtron and it declares everything the agent needs to run.

What files does the drstynx skill include?

The skill includes an assets directory containing drstynx.boot.mtron, the metatron boot file, and drstynx.sqlite, the agent's SQLite data store. Both are referenced from the SKILL.md instructions.

Does drstynx require a running metatron instance?

Yes, dr.stynx is a metatron agent, so the metatron virtual machine must be installed and running before the boot file can be loaded. Metatron can be installed via the install script or Docker image published by PhaseShift Studio.