Agent Infrastructure Doctor

Workspace Diagnostics & Adapters

Verify AI agent compatibility markers, troubleshoot skills loading paths, and generate configuration hooks for your editor and runtime.

Environment Readiness Checks
Active & Ready
Node.js RuntimeReady
Node.js Engine Compatible
Supports modern ESM & worker threads
Git SystemReady
Safe Git Submodules
Enables shallow downloads of verified repositories
Security SandboxingActive
Path Traversal Block
Zero arbitrary script auto-execution
Select Agent Ecosystem
.agent/agent.yaml

Add this file to your project root to ensure Universal Agent Standard automatically discovers skills in .agent/skills/.

# .agent/agent.yaml
# DomoSkills Universal Agent Standard Configuration
version: 1
skillsDirectory: .agent/skills
capabilities:
  - autoDiscovery: true
  - isolationMode: readonly
CLI: npx domoskills add <skill> --agent universalBrowse Skills