boundary-bbcr-fallback
Execute automatic BBCR (Collapse-Rebirth Correction) when knowledge boundaries are exceeded or reasoning fails.
Full inspection of a running Tauri app - screenshot, logs, window info, and resources
$ npx -y skills add qdhenry/Claude-Command-Suite --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/inspectContext preview
What this command does when you run it.
Full inspection of a running Tauri app - screenshot, logs, window info, and resources
name: rust:tauri:inspect description: Full inspection of a running Tauri app - screenshot, logs, window info, and resources allowed-tools: mcp__tauri-mcp__take_screenshot, mcp__tauri-mcp__get_app_logs, mcp__tauri-mcp__get_window_info, mcp__tauri-mcp__monitor_resources, mcp__tauri-mcp__get_devtools_info, Read author: Quintin Henry (https://github.com/qdhenry/)
<objective> Perform a comprehensive inspection of a running Tauri application, gathering all available diagnostic information in one command. </objective>
<instructions> Inspect the Tauri application: **$ARGUMENTS**
Arguments: `[process_id]`
Gather ALL of the following in parallel where possible:
Use `mcp__tauri-mcp__get_window_info`:
Use `mcp__tauri-mcp__get_app_logs`:
Use `mcp__tauri-mcp__monitor_resources`:
Use `mcp__tauri-mcp__take_screenshot`:
Use `mcp__tauri-mcp__get_devtools_info`:
# Full inspection /tauri:inspect 12345
</instructions>
<output_format>
=== Tauri App Inspection Report === Process ID: [PID] Timestamp: [current time] --- Window --- Size: [width]x[height] Position: ([x], [y]) State: [visible/focused/minimized] --- Resources --- CPU: [X]% Memory: [X] MB [other metrics] --- DevTools --- Port: [port] URL: [devtools URL if available] --- Recent Logs --- [last 10 significant log entries] --- Screenshot --- [path to screenshot] [display image] --- Health Summary --- [OK/WARNING/ERROR]: [brief status]
</output_format>
<use_cases> **Debugging Sessions:** Get complete picture of app state when investigating issues.
**Performance Analysis:** Check resource usage alongside visual state.
**Development Workflow:** Quick status check during active development.
**Issue Reporting:** Gather all diagnostic info for bug reports. </use_cases>
A comprehensive development toolkit designed following Anthropic's Claude Code Best Practices for AI-assisted software development.
Repo: qdhenry/Claude-Command-Suite
Execute automatic BBCR (Collapse-Rebirth Correction) when knowledge boundaries are exceeded or reasoning fails.
Analyze semantic position relative to knowledge boundaries to prevent hallucination and identify uncertainty zones.
Generate a visual heatmap of knowledge boundaries showing safe zones, risk areas, and semantic coverage.
Evaluate the current risk level and provide detailed analysis of potential hallucination or reasoning failure.
Find and construct semantic bridges to safely navigate from current position to target concept without crossing dangerous boundaries.
Takes an input prompt and returns ONLY a token-optimized version that preserves meaning while minimizing token count. Based on LLM tokenization principles:…