md-container-environment

Document the md container's development environment and integrated debugging tools.

17|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/maruel/md --skill md-container-environment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: md-container-environment
Source: https://github.com/maruel/md/tree/main/rsc/home/user/.config/agents/skills/md-container-environment
Command: npx skills add https://github.com/maruel/md --skill md-container-environment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive documentation and guidance for the development environment within the md container, detailing available tools and their usage for various development tasks.

Core Features & Use Cases

  • Tool Integration: Understand and leverage pre-installed development tools like Node.js, Python, Go, Rust, and more.
  • Browser Automation: Utilize Chrome DevTools MCP for web debugging, testing, and performance analysis.
  • System Debugging: Employ tools like strace, lsof, and debuggers (dlv, lldb) for in-depth system inspection.
  • Use Case: As a developer working within the md container, you need to debug a Node.js application that interacts with a web frontend. This Skill guides you on how to use chrome-devtools-mcp to inspect network requests and debug JavaScript in the browser, alongside Node.js debugging tools.

Quick Start

Use the md-container-environment skill to check the versions of all installed tools.

Frequently Asked Questions about md-container-environment

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

FAQPage Schema
How do I debug a Node.js application inside a Docker container?

This Skill documents how to debug a Node.js application inside a Docker container by leveraging integrated Node.js debugging tools alongside system inspection utilities like `strace` and `lsof` within the md environment.

What tools are available for browser automation and web debugging in a containerized environment?

For browser automation and web debugging in a containerized environment, this Skill documents how to utilize Chrome DevTools MCP to inspect network requests, test performance, and debug JavaScript.

Can I use Chrome DevTools MCP to inspect network requests for a web frontend?

Yes, you can use Chrome DevTools MCP to inspect network requests for a web frontend, as this Skill provides guidance on leveraging the protocol for web debugging, performance analysis, and JavaScript inspection within the md container.

What language runtimes are pre-installed in the md development container?

The pre-installed language runtimes in the md development container include Node.js, Python, Go, and Rust, which are documented within this Skill for tool integration and development tasks.

How do I check the versions of installed tools in a Docker development environment?

To check the versions of installed tools in a Docker development environment, this Skill guides you to use the md-container-environment reference to verify the versions of all integrated runtimes and system debugging utilities.

When do I need system debugging utilities like strace or lsof during container development?

You need system debugging utilities like `strace` or `lsof` during container development when performing in-depth system inspection, allowing you to trace system calls and list open files to resolve low-level application issues.