troubleshoot — for Claude Code troubleshoot, kanban-for-business, community, for Claude Code, ide skills, Expected output, CLAUDE_MEM_WORKER_PORT, **Worker PID file:**, Claude-Mem, Troubleshooting

v1.0.0

À propos de ce Skill

Scenario recommande : Ideal for AI agents that need claude-mem troubleshooting skill. Resume localise : for the entrepreneur who wears many hats # Claude-Mem Troubleshooting Skill Diagnose and resolve installation and operational issues with the claude-mem plugin. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Fonctionnalités

Claude-Mem Troubleshooting Skill
Diagnose and resolve installation and operational issues with the claude-mem plugin.
When to Use This Skill
Invoke this skill when:
Memory not persisting after /clear

# Core Topics

louverture-t louverture-t
[1]
[0]
Updated: 4/7/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
64
Canonical Locale
en
Detected Body Locale
en

Scenario recommande : Ideal for AI agents that need claude-mem troubleshooting skill. Resume localise : for the entrepreneur who wears many hats # Claude-Mem Troubleshooting Skill Diagnose and resolve installation and operational issues with the claude-mem plugin. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Pourquoi utiliser cette compétence

Recommandation : troubleshoot helps agents claude-mem troubleshooting skill. for the entrepreneur who wears many hats # Claude-Mem Troubleshooting Skill Diagnose and resolve installation and operational issues with the

Meilleur pour

Scenario recommande : Ideal for AI agents that need claude-mem troubleshooting skill.

Cas d'utilisation exploitables for troubleshoot

Cas d'usage : Applying Claude-Mem Troubleshooting Skill
Cas d'usage : Applying Diagnose and resolve installation and operational issues with the claude-mem plugin
Cas d'usage : Applying When to Use This Skill

! Sécurité et Limitations

  • Limitation : Do NOT invoke for feature requests or usage questions (use regular documentation for that).
  • Limitation : "Need automated fix" → operations/automated-fixes.md
  • Limitation : Follow steps systematically - Don't skip diagnostic steps

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is troubleshoot?

Scenario recommande : Ideal for AI agents that need claude-mem troubleshooting skill. Resume localise : for the entrepreneur who wears many hats # Claude-Mem Troubleshooting Skill Diagnose and resolve installation and operational issues with the claude-mem plugin. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install troubleshoot?

Run the command: npx killer-skills add louverture-t/kanban-for-business/troubleshoot. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for troubleshoot?

Key use cases include: Cas d'usage : Applying Claude-Mem Troubleshooting Skill, Cas d'usage : Applying Diagnose and resolve installation and operational issues with the claude-mem plugin, Cas d'usage : Applying When to Use This Skill.

Which IDEs are compatible with troubleshoot?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for troubleshoot?

Limitation : Do NOT invoke for feature requests or usage questions (use regular documentation for that).. Limitation : "Need automated fix" → operations/automated-fixes.md. Limitation : Follow steps systematically - Don't skip diagnostic steps.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add louverture-t/kanban-for-business/troubleshoot. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use troubleshoot immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

troubleshoot

Install troubleshoot, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Claude-Mem Troubleshooting Skill

Diagnose and resolve installation and operational issues with the claude-mem plugin.

When to Use This Skill

Invoke this skill when:

  • Memory not persisting after /clear
  • Viewer UI empty or not loading
  • Worker service not running
  • Database missing or corrupted
  • Port conflicts
  • Missing dependencies
  • "Nothing is remembered" complaints
  • Search results empty when they shouldn't be

Do NOT invoke for feature requests or usage questions (use regular documentation for that).

Quick Decision Guide

Once the skill is loaded, choose the appropriate operation:

What's the problem?

Available Operations

Choose the appropriate operation file for detailed instructions:

Diagnostic Workflows

  1. Full System Diagnostics - Comprehensive step-by-step diagnostic workflow
  2. Worker Diagnostics - Bun worker-specific troubleshooting
  3. Database Diagnostics - Database integrity and data checks

Issue Resolution

  1. Common Issues - Quick fixes for frequently encountered problems
  2. Automated Fixes - One-command fix sequences

Reference

  1. Quick Commands - Essential commands for troubleshooting

Quick Start

Fast automated fix (try this first):

bash
1cd ~/.claude/plugins/marketplaces/thedotmack/ && \ 2npm run worker:stop; \ 3npm install && \ 4npm run worker:start && \ 5sleep 3 && \ 6curl -s http://127.0.0.1:37777/health

Expected output: {"status":"ok"}

If that doesn't work, proceed to detailed diagnostics.

Response Format

When troubleshooting:

  1. Identify the symptom - What's the user reporting?
  2. Choose operation file - Use the decision guide above
  3. Follow steps systematically - Don't skip diagnostic steps
  4. Report findings - Tell user what you found and what was fixed
  5. Verify resolution - Confirm the issue is resolved

Technical Notes

  • Worker port: Default 37777 (configurable via CLAUDE_MEM_WORKER_PORT)
  • Database location: ~/.claude-mem/claude-mem.db
  • Plugin location: ~/.claude/plugins/marketplaces/thedotmack/
  • Worker PID file: ~/.claude-mem/worker.pid

Error Reporting

If troubleshooting doesn't resolve the issue, collect diagnostic data and direct user to: https://github.com/thedotmack/claude-mem/issues

See operations/diagnostics.md for details on what to collect.

Compétences associées

Looking for an alternative to troubleshoot or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Resume localise : 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resume localise : Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

flags

Logo of vercel
vercel

Resume localise : The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Resume localise : Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Développeur