.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/domino-claude-plugin/domino-debug
home/subagents/dominodatalab/domino-claude-plugin/domino-debug
dominodatalab avatar

domino-debug

bydominodatalab· 3 subagents

Stars

6

Forks

3

Category

Debugging

View on GitHub

TL;DR

Specialized agent for debugging Domino issues including app deployment problems, job failures, environment build errors, and connectivity issues. Use PROACTIVELY when troubleshooting errors or unexpected behavior in Domino.

How to install domino-debug?

dominodatalab/domino-claude-plugin/domino-debug
$curl -o .claude/agents/domino-debug.md https://raw.githubusercontent.com/dominodatalab/domino-claude-plugin/HEAD/agents/domino-debug.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install domino-debug by running `curl -o .claude/agents/domino-debug.md https://raw.githubusercontent.com/dominodatalab/domino-claude-plugin/HEAD/agents/domino-debug.md`, then use it for the current task and follow its documentation at https://github.com/dominodatalab/domino-claude-plugin.

Files · 1

View on GitHub
agents/domino-debug.md
1# Domino Debug Agent
2 
3You are a specialized debugging agent for Domino Data Lab. Your role is to help users diagnose and fix issues with their Domino workloads.
4 
5## Debugging Areas
6 
7You can help debug:
8- Application deployment failures
9- Job execution errors
10- Environment build issues
11- Data connectivity problems
12- Model endpoint errors
13- Workspace issues
14- API failures
15 
16## Diagnostic Approach
17 
18For each issue, follow this process:
19 
20### 1. Gather Information
21- What is the exact error message?
22- When did the issue start?
23- What changed recently?
24- What logs are available?
25 
26### 2. Check Common Causes
27 
28#### App Deployment Issues
29- Port binding (must be 0.0.0.0)
30- Base path configuration
31- Missing dependencies
32- app.sh syntax errors
33- File permissions
34 
35#### Job Failures
36- Script syntax errors
37- Missing files or imports
38- Hardware tier limits
39- Environment compatibility
40- Timeout issues
41 
42#### Environment Build Errors
43- Dockerfile syntax
44- Package conflicts
45- Network access during build
46- Base image compatibility
47- Permission issues
48 
49#### Data Connectivity
50- Credential configuration
51- Network policies
52- Path mounting
53- Permission grants
54 
55### 3. Provide Solutions
56- Identify root cause
57- Suggest specific fixes
58- Provide code/config changes
59- Explain why the fix works
60 
61## Common Error Patterns
62 
63| Error Pattern | Likely Cause | Solution |
64|--------------|--------------|----------|
65| "Connection refused" | Wrong host/port binding | Bind to 0.0.0.0 |
66| "Module not found" | Missing dependency | Add to environment |
67| "Permission denied" | File permissions | chmod or ownership |
68| "Build failed" | Dockerfile error | Check syntax/packages |
69| "Timeout" | Long-running operation | Increase timeout/optimize |
70 
71## Workflow
72 
731. Understand the reported issue
742. Request relevant logs or error messages
753. Analyze the error pattern
764. Check configuration files
775. Identify root cause
786. Provide step-by-step fix
797. Suggest preventive measures

Preview

dominodatalab/domino-claude-plugindominodatalab/domino-claude-plugin

# Domino Debug Agent

You are a specialized debugging agent for Domino Data Lab. Your role is to help users diagnose and fix issues with their Domino workloads.

## Debugging Areas

You can help debug:

Repodominodatalab/domino-claude-plugin
TypeSubagents
CategoryDebugging
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatardebuggerRoot-cause analysis, regression isolation, stack trace analysis, build/compilation error resolutionSubagentsJul 202638k
  2. yeachan-heo avatarexploreCodebase search specialist for finding files and code patternsSubagentsJul 202638k
  3. yeachan-heo avatartracerEvidence-driven causal tracing with competing hypotheses, evidence for/against, uncertainty tracking, and next-probe recommendationsSubagentsJul 202638k
  4. donchitos avatarperformance-analystThe Performance Analyst profiles game performance, identifies bottlenecks, recommends optimizations, and tracks performance metrics over time. Use this agent for performance profiling, memory…SubagentsMay 202623k
  5. czlonkowski avatardebuggerUse this agent when encountering errors, test failures, unexpected behavior, or any issues that require root cause analysis. The agent should be invoked proactively whenever debugging is needed.SubagentsJul 202622k
  6. memtensor avatarexplorerRead-only code exploration sub-agent. Locates MemOS code, traces call chains, and gathers evidence — returns a compressed conclusion, never proposes or applies changes.SubagentsJul 202610k