Modal Sheet Debugger
This tool automatically identifies and suggests fixes for common errors within Google Sheets modal sheets, saving you time and ensuring data integrity.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add modal-sheet-debugger npx -- -y @trustedskills/modal-sheet-debugger
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"modal-sheet-debugger": {
"command": "npx",
"args": [
"-y",
"@trustedskills/modal-sheet-debugger"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Modal Sheet Debugger skill allows you to inspect and understand the structure of modal sheets within an application. It provides insights into the elements, properties, and relationships that define a modal sheet’s behavior. This is particularly useful when troubleshooting UI issues or reverse-engineering existing applications.
When to use it
- Debugging UI problems: Identify why a modal isn't displaying correctly or behaving as expected.
- Reverse engineering: Understand the underlying structure of a modal sheet in an application you’re analyzing.
- Learning from examples: Deconstruct well-designed modals to learn best practices for your own development.
- Analyzing existing applications: Quickly grasp how modal sheets are implemented within complex software.
Key capabilities
- Inspects modal sheet elements.
- Reveals properties of modal sheet components.
- Displays relationships between modal sheet elements.
Example prompts
- "Show me the structure of the current modal."
- "What are the properties of the title element in this modal?"
- "List all child elements within the main content area of the modal."
Tips & gotchas
The skill's effectiveness depends on access to the application’s UI. It may not work with applications that heavily obfuscate their code or use custom rendering techniques.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.