Tag: debugging

Type: All Skills Tools
skill ★ 77,350

Implementing structured logging and debugging

This skill guides developers on using the `debug` npm package to implement structured logging across LobeHub's various components (server, client, desktop). It details namespace conventions and format specifiers for effective tracing and de…

lobehub/lobehub logging debugging typescript developer-tools
tool ★ 77,350

CLI for Inspecting Agent Execution Snapshots

This zero-config CLI records and inspects detailed snapshots of agent execution runs. It allows developers to debug complex agent flows by viewing context engine inputs, LLM payloads, tool calls, and raw runtime events.

lobehub/lobehub agent-tracing cli debugging llm
skill ★ 24,338

list contents of an npm package tarball

This skill accurately lists the full contents of an npm package tarball, simulating the files that will be published and downloaded. It is useful for verifying package structure, debugging publishing issues, or confirming file inclusion rul…

vercel/ai npm package-management file-listing debugging
skill ★ 164

Firefox Browser Automation and Debugging

Automate browser interactions, perform E2E testing, and scrape web content using a real Firefox instance. It enables DOM inspection, element interaction via UIDs, and monitoring of console and network activity.

mozilla/firefox-devtools-mcp firefox browser-automation web-scraping e2e-testing
tool ★ 5,664

XcodeBuildMCP for Apple Platform Automation

Provides a comprehensive toolset for automating Xcode builds, testing, and debugging across iOS, macOS, and other Apple platforms. It enables simulator management, physical device workflows, LLDB debugging, and UI automation via the Model C…

getsentry/XcodeBuildMCP xcode apple-platforms mcp ios-development
skill ★ 18,765

Analyze Screenpipe CLI and Desktop Logs

This skill provides comprehensive log retrieval and analysis capabilities for the Screenpipe ecosystem. It enables developers to diagnose issues by querying both the core CLI backend and the desktop application logs using advanced filtering…

screenpipe/screenpipe screenpipe logging debugging log-analysis
skill

GitNexus Code Debugging and Trace Analysis

This skill enables systematic debugging by querying error patterns, analysing call hierarchies, and tracing execution flows through GitNexus resources. It facilitates identifying root causes by inspecting callers, callees, and process-level…

Marcus-Rug-Intel/rug-munch-mcp debugging gitnexus code-tracing error-analysis
skill

Logging and Debugging Utility for LobeHub Codebase

This skill guides developers on implementing robust logging using the `debug` package across various LobeHub components. It details namespace conventions, format specifiers, and environment-specific methods for enabling debug output in Node…

lobehub/lobe-chat debug logging typescript development
tool

Agent Execution Tracing CLI

A local development tool for recording and inspecting agent execution snapshots, including LLM calls, tool usage, and context engine data. It provides a CLI to analyse traces, messages, and user memory for debugging agentic workflows.

lobehub/lobe-chat agent-tracing debugging cli llm-observability
tool ★ 3

iOS Safari Debugging Proxy and Toolkit

This tool facilitates deep inspection and debugging of Safari tabs on connected iOS devices using the ios-webkit-debug-proxy. It provides comprehensive capabilities for DOM manipulation, network monitoring, script evaluation, and performanc…

nnemirovsky/iwdp-mcp ios-safari debugging web-development proxy
skill ★ 19

Automated diagnosis of complex system architecture issues

This skill diagnoses and manages complex operational failures, covering areas from architectural flaws and deployment errors to autonomy and ROI concerns. It guides the agent to utilize specialized tools for systematic debugging and process…

IgorGanapolsky/ThumbGate architecture debugging deployment error-handling
skill

Memem System Preflight Health Check

Performs a preflight diagnostic to verify the integrity of the memem installation, checking for missing dependencies, environment variable configurations, and directory writability. It identifies critical failures or degraded states caused …

TT-Wang/cortex-plugin memem diagnostics health-check mcp
skill

Firefox Browser Automation and Debugging

Automate Firefox browser interactions, perform E2E testing, and scrape web content using DOM snapshots and element UIDs. It also provides capabilities for monitoring console messages and network requests for debugging.

freema/firefox-devtools-mcp firefox browser-automation web-scraping e2e-testing
tool ★ 23

Report and track development errors across repositories

This tool allows agents to systematically report build, runtime, and test errors, automatically classifying them and documenting them in a structured format. It supports cross-repository reporting, enabling resolution tracking across siblin…

markmhendrickson/neotoma error-reporting cross-repo agent-workflow debugging
skill ★ 23

Automated Error Reporting for Agentic Workflows

Enables agents to systematically report, classify, and document errors for automated resolution. It supports cross-repository reporting by auto-detecting target repositories through MCP server context or file path analysis.

markmhendrickson/neotoma error-reporting mcp agentic-workflows automation
skill ★ 10,706

E2E Flow Test Execution and Debugging

Execute and debug end-to-end flow tests, including monitoring test status and analysing Axiom logs for failure investigation.

elie222/inbox-zero e2e-testing test-automation debugging axiom-logs
skill

Screenpipe Log Retrieval and Analysis Agent

This skill enables an agent to retrieve and analyse Screenpipe CLI and desktop application logs to debug recording, audio, and OCR issues. It provides capabilities for searching, filtering by timestamp, and identifying error patterns within…

mediar-ai/screenpipe screenpipe log-analysis debugging cli-logs
skill ★ 15

Noosphere Basic Environment Detection Skill

This skill performs environment verification and debugging by checking for the presence of required directory structures within the Noosphere framework. It is designed for integration testing of the Skills protocol.

JinNing6/Noosphere noosphere environment-verification integration-testing debugging
skill ★ 15

Publish reusable debugging lessons to Noosphere

This skill structures and publishes verified debugging lessons, including symptoms, root causes, and fixes, to a central knowledge base called Noosphere. It ensures that complex failures encountered by agents contribute to a reusable memory…

JinNing6/Noosphere debugging knowledge-sharing memory-upload agent-learning
skill ★ 15

Shared memory for agent debugging workflows

This skill guides agents to leverage Noosphere as a shared memory layer for debugging complex issues. Agents must consult existing memories before fixing and upload distilled lessons (patterns, warnings, decisions) afterward for future reus…

JinNing6/Noosphere debugging memory agent-workflow noosphere
skill ★ 15

Publish verified debugging lessons to Noosphere

This skill allows agents to publish structured, reusable debugging memories to the Noosphere knowledge base. It requires verified root causes and fixes, ensuring that future agents can avoid redundant debugging efforts.

JinNing6/Noosphere debugging knowledge-base memory-upload agent-skill
tool ★ 15

Shared Memory Debugging and Knowledge Management Tool

This tool integrates a shared memory layer, allowing agents to consult historical debugging data before fixing issues and upload verified lessons afterwards. It facilitates structured knowledge capture of root causes, fixes, and environment…

JinNing6/Noosphere debugging memory-management knowledge-base agent-workflow
skill ★ 2

Comprehensive data repository maintenance skill

This skill provides context and procedures for maintaining a data repository, covering tasks such as correcting page counts, resetting stuck records, and debugging data quality issues. It guides the user through known issues, job management…

Embassy-of-the-Free-Mind/sourcelibrary-v2 data-quality maintenance debugging data-fixes
skill ★ 5

Recall Past Fixes Before Debugging Code

This skill allows developers to query a memory store for previously encountered bugs, error messages, or unexpected behaviors. By recalling past solutions, it significantly accelerates the debugging process and prevents redundant investigat…

hifriendbot/cogmemai-mcp debugging memory-recall bug-fixing codebase