VibeSmith: Local Tool for Detecting Skill Conflicts in Claude Code Projects

✍️ OpenClawRadar📅 Published: April 18, 2026🔗 Source
VibeSmith: Local Tool for Detecting Skill Conflicts in Claude Code Projects
Ad

What VibeSmith Does

VibeSmith is a local desktop application built to address component management challenges in Claude Code projects. The developer created it after experiencing issues with component sprawl across multiple projects, including global skills in ~/.claude/ shadowing project-level ones with the same name, agents referencing skills that only exist in different projects, and hooks firing in unintended contexts.

Key Features

  • Unified view: Shows every skill, agent, command, and hook across all projects plus global components in one place
  • Conflict detection: Flags when global and project-level components share the same name, with side-by-side diff and priority indicator
  • Dependency graph: DAG visualization showing which skills reference which others, including circular reference detection
  • Context cost tracking: Token usage estimate per component to identify dead weight that loads into every conversation
Ad

Technical Details

The tool runs locally on macOS and processes data entirely on your machine—nothing leaves your system. It was built because existing solutions like CLI tools only handle file location but not content-level conflicts, and Cursor Marketplace is Cursor-only.

The developer's breaking point came when deleting a skill they thought was unused, only to discover two other skills referenced it, causing agents to silently produce worse output without explicit errors.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Distillery: A Claude Code Plugin for Persistent Team Context
Tools

Distillery: A Claude Code Plugin for Persistent Team Context

Distillery is a plugin for Claude Code that provides teams with shared, persistent context across sessions and people. Version 0.2.0 adds hybrid search, auth audit logging, and uv support.

OpenClawRadar
Mnemos: an MCP server for persistent Claude Code memory
Tools

Mnemos: an MCP server for persistent Claude Code memory

Mnemos is an open-source MCP server that gives Claude Code persistent memory across sessions, recording corrections as structured patterns and pushing ranked context at startup. Single 15 MB Go binary, no Docker or vector DB needed.

OpenClawRadar
HomeClaw Plugin Connects Apple HomeKit to OpenClaw
Tools

HomeClaw Plugin Connects Apple HomeKit to OpenClaw

HomeClaw is an OpenClaw plugin that connects Apple Home/HomeKit devices to OpenClaw. It requires an Apple Developer Account to build and run due to Apple HomeKit restrictions for notarized distributions.

OpenClawRadar
2026 Hermes Agent Alternatives Roundup: Self-Hosted Options from OpenClaw to memU Bot
Tools

2026 Hermes Agent Alternatives Roundup: Self-Hosted Options from OpenClaw to memU Bot

A developer who has been running Hermes since launch tested every self-hosted and managed alternative after the ClawHub security mess. Key findings: OpenClaw (370k stars) but 9 CVEs in 4 days and ~20% malicious packages; TrustClaw rebuilt with OAuth/sandboxing; nanobot at ~4K lines Python with MCP; memU Bot with unique structured memory. Managed options include Perplexity Computer (19 models, $200/mo), Claude Cowork (opens real Mac apps), and KimiClaw (40GB RAG, locked to K2.5, Chinese data law). Full roundup at source.

OpenClawRadar