Search: "debugging"

Showing 24 of 24 results

Development

mesh flow

Skill · by Roy Yuen

What it does Mesh Flow replaces fragile, implicit prompt-chaining with a robust, artifact-driven DAG (Directed Acyclic Graph) orchestration system. By defining your agent workflows in a structured project.yaml, you move logic out of the prompt and into a compile-time validated system. It enforces hard gates—such as human approval or dependency verification—that the AI cannot bypass or hallucinate past. Why use this skill Standard agentic workflows often fail because the LLM decides to skip steps or "forgets" requirements. Mesh Flow treats your agentic workflow like a CI/CD pipeline. It features a Compile-then-Run architecture that validates your topology for cycles and missing artifacts before single token is generated. This ensures 100% predictable execution paths, explicit failure states (failed, blocked, rejected), and absolute control over recovery paths. Supported tools YAML-based workflow configurations Standardized Adapter Interfaces for cross-skill communication Mermaid DAG visualization for debugging Zod-backed schema validation CLI tools for compilation and execution (mesh compile, mesh run) Output structure The skill produces a normalized execution plan and a detailed execution trace. Every node execution returns a standardized status, a list of produced artifacts, and comprehensive metadata including tool calls and verification reasoning. Use Cases Build multi-step agent pipelines with hard verification gates Enforce human-in-the-loop approval before sensitive code deployments Visualize complex agent task dependencies using Mermaid DAGs Standardize artifact sharing between disparate AI skills and agents

Development

prompt-engineer-lite

Skill · by Roy Yuen

Building high-performance LLM applications requires more than just basic instructions. This skill equips your AI agent with a sophisticated framework for designing, debugging, and optimizing prompts across any major model provider. It solves the common problems of model drift, parsing failures, and hallucination by implementing industry-standard engineering patterns.

Development ClawHub

Oracle

Skill

Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.

Development ClawHub

Alibabacloud Odps Sql Generation

Agent

Provides MaxCompute SQL intelligent generation capabilities for AI agents, covering text2sql conversion principles, dialect syntax differences (DQL/DDL/DML),...

Development ClawHub

Debugging Love. 调试。Depuración.

Skill

Debugging your dating life — debug bad matches, debug miscommunication, and debug your profile for better connections. Debugging compatibility, debugging con...

Development ClawHub

Systematic Debugging

Skill

Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.

Development ClawHub

Superpowers Systematic Debugging

Skill

Enforce a four-phase debugging process—root cause investigation, pattern analysis, hypothesis testing, and evidence-based fix verification—for all bugs and f...

Development ClawHub

Systematic Debugging

Skill

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

Development ClawHub

runtime-config-propagation-debugging

Skill

Debug settings that work in one execution path but vanish in another by tracing config resolution through every runtime entry point.

Development ClawHub

PUA Debugging

Skill

Forces exhaustive problem-solving using corporate PUA rhetoric and structured debugging methodology. MUST trigger when: (1) any task has failed 2+ times or y...

Development ClawHub

Runtime Debugging Skill

Skill

Diagnose and fix bugs using runtime execution traces. Use when debugging errors, analyzing failures, or finding root causes in Python, Node.js, or Java appli...

Development ClawHub

Debugging R Environment And Dependencies

Skill

Diagnose and fix R environment issues, including package installation failures, dependency conflicts, system library problems, renv errors, and Bioconductor...

Development ClawHub

Debugging Reinforcement Learning

Agent

Tools and methods for controlling randomness, ensuring reproducibility, analyzing agent behavior, and debugging reward issues in stochastic reinforcement lea...

Development ClawHub

OpenClaw Debugging Assistant

Skill

Debugging assistant. Analyzes error logs, suggests breakpoints, traces execution flow, and helps identify root causes of issues.

Development ClawHub

A11y Debugging

Skill

Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus stat...

Development ClawHub

pua-debugging-pro

Agent

Professional anti-giveup debugging protocol for coding tasks where the agent starts looping, deflecting to users, or trying to end early without evidence. Us...

Development ClawHub

code-debugging

Skill

# Code Debugging Systematically debug experiment code with structured error categorization and fix strategies. ## Input - `$0` — Error message, stderr output, or code file with issues - `$1` — Optional: the code that produced the error ## References - Debug patterns and state machine: `~/.claude/skills/code-debugging/references/debug-patterns.md` ## Workflow ### Step 1: Categorize the Error | Category | Examples | Severity | |----------|----------|----------| | SyntaxError | Invalid syntax, indentation | Lo

Development ClawHub

memory-leak-debugging

Skill

# Memory Leak Debugging This skill provides expert guidance and workflows for finding, diagnosing, and fixing memory leaks in JavaScript and Node.js applications using Chrome DevTools MCP tools. ## Prerequisites Advanced memory debugging tools (`compare_heapsnapshots`, `get_heapsnapshot_details`, etc.) are only available when the server is started with the `--memoryDebugging` flag. First check if these tools are available; if not, try to read the MCP configuration file to check if `--memoryDebugging` is ena

Development ClawHub

anti-debugging-techniques

Skill

# SKILL: Anti-Debugging Techniques — Detection & Bypass Playbook > **AI LOAD INSTRUCTION**: Expert anti-debug techniques across Linux and Windows. Covers ptrace, PEB flags, NtQueryInformationProcess, timing attacks, signal-based detection, TLS callbacks, VEH tricks, and all corresponding bypass methods. Base models often miss the distinction between user-mode and kernel-mode detection and the correct patching strategy for each. ## 0. RELATED ROUTING - [code-obfuscation-deobfuscation](../code-obfuscation-deo

Development ClawHub

debugging-instruments

Skill

# Debugging and Instruments Keep interactive graph and Instruments triage here. Route detailed `.memgraph` command-line ownership/growth analysis and ETTrace work to their focused skills. ## Contents - [LLDB Debugging](#lldb-debugging) - [Memory Debugging](#memory-debugging) - [Hang Diagnostics](#hang-diagnostics) - [Build Failure Triage](#build-failure-triage) - [Instruments Overview](#instruments-overview) - [Common Mistakes](#common-mistakes) - [Review Checklist](#review-checklist) - [References](#refere

Development ClawHub

debugging-wizard

Skill

# Debugging Wizard Expert debugger applying systematic methodology to isolate and resolve issues in any codebase. ## Core Workflow 1. **Reproduce** - Establish consistent reproduction steps 2. **Isolate** - Narrow down to smallest failing case 3. **Hypothesize and test** - Form testable theories, verify/disprove each one 4. **Fix** - Implement and verify solution 5. **Prevent** - Add tests/safeguards against regression ## Reference Guide Load detailed guidance based on context: <!-- Systematic Debugging row

Development ClawHub

debugging-lambda-timeouts

Skill

# Debugging Lambda Timeouts ## Overview Domain expertise for systematically investigating AWS Lambda function timeout failures by analyzing function configuration, CloudWatch logs, metrics, dependencies, cold start patterns, and code. Identifies common causes such as insufficient timeout settings, external service delays, database connection issues, memory constraints, and inefficient code patterns, then provides prioritized recommendations. ## Debug a Lambda timeout To investigate and resolve Lambda timeou

Development ClawHub

parallel-debugging

Agent

# Parallel Debugging Framework for debugging complex issues using the Analysis of Competing Hypotheses (ACH) methodology with parallel agent investigation. ## When to Use This Skill - Bug has multiple plausible root causes - Initial debugging attempts haven't identified the issue - Issue spans multiple modules or components - Need systematic root cause analysis with evidence - Want to avoid confirmation bias in debugging ## Hypothesis Generation Framework Generate hypotheses across 6 failure mode categories

Development ClawHub

debugging-strategies

Skill

# Debugging Strategies Transform debugging from frustrating guesswork into systematic problem-solving with proven strategies, powerful tools, and methodical approaches. ## When to Use This Skill - Tracking down elusive bugs - Investigating performance issues - Understanding unfamiliar codebases - Debugging production issues - Analyzing crash dumps and stack traces - Profiling application performance - Investigating memory leaks - Debugging distributed systems ## Core Principles ### 1. The Scientific Method