Errors

🌐Community
by yonatangross · vlatest · Repository

This skill identifies and flags potential errors in your prompts, ensuring clearer outputs and more reliable AI responses.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add errors npx -- -y @trustedskills/errors
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "errors": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/errors"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The errors skill enables AI agents to detect, log, and report runtime failures within the Orchestrator framework. It captures execution context details when tasks fail, allowing for immediate troubleshooting and system stability monitoring.

When to use it

  • Debugging failed workflows: Automatically identify why a specific agent task or orchestration step did not complete successfully.
  • Production monitoring: Track error rates in real-time to alert developers of critical service disruptions.
  • Root cause analysis: Retrieve detailed stack traces and input data associated with specific failure events.
  • Audit logging: Maintain a historical record of system anomalies for compliance or post-mortem reviews.

Key capabilities

  • Captures raw error messages generated during agent execution.
  • Logs full stack traces for complex failures.
  • Associates errors with the specific task ID and context where they occurred.
  • Integrates seamlessly with the Orchestrator's existing logging infrastructure.

Example prompts

  • "Log an error indicating that the data retrieval step failed due to a timeout."
  • "Report a critical failure in the user authentication module with full stack details."
  • "Capture and store the exception thrown when the API response was malformed."

Tips & gotchas

Ensure your agent has write permissions to the designated error log directory or database endpoint. This skill does not automatically retry failed tasks; it only records the failure for human or external system intervention.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
yonatangross
Installs
55

🌐 Community

Passed automated security scans.