Agent Plugins Marketplace
All plugins

diagnose-by-sound

v0.1.0

Turn a described vehicle noise into a ranked, testable differential diagnosis with a safety verdict and a confirmation plan.

Claude Code2 Skills1 MCP serverstdio

By Fars SaadeldinLicense: UNLICENSED0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install diagnose-by-sound for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install diagnose-by-sound@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/farssaadeldin7-ux/claude-plugin-suite

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/diagnose-by-sound/.

Plugin files

plugins/diagnose-by-sound/
├── .claude-plugin/plugin.json
├── skills/acoustic-signal-processing/SKILL.md
├── skills/diagnose-by-sound/SKILL.md
└── .mcp.json

Included Skills2

acoustic-signal-processingskills/acoustic-signal-processing/SKILL.md

This skill should be used when a vehicle noise is buried in background sound and needs to be isolated before it can be diagnosed — a recording muddied by wind, road roar, music or conversation, several noises happening at once, "listen to this clip and tell me what you hear", or a rattle, whine or knock that only stands out sometimes. It covers capture technique, elimination tests that silence everything except the suspect, reading a spectrogram, and translating the isolated signal into the diagnose vocabulary.

diagnose-by-soundskills/diagnose-by-sound/SKILL.md

This skill should be used when someone describes a noise a vehicle is making and wants to know what is causing it — "my car is making a grinding noise", "there's a clicking when I turn", "what's this whining sound", "squealing when I brake", "clunk over bumps", "help me diagnose this rattle", "hum that gets louder with speed". Also use it for triaging a customer's complaint before the car is on the lift, for deciding whether a vehicle is safe to drive, and for building a confirmation-and-repair plan from a suspected cause.

MCP servers1

diagnose-by-soundstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/mcp/server.js
env.PLUGIN_SUITE_BILLING_URL
${PLUGIN_SUITE_BILLING_URL}
env.DIAGNOSE_BY_SOUND_LICENSE_KEY
${DIAGNOSE_BY_SOUND_LICENSE_KEY}

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/diagnose-by-sound/.claude-plugin/plugin.json
{
  "name": "diagnose-by-sound",
  "version": "0.1.0",
  "description": "Turn a described vehicle noise into a ranked, testable differential diagnosis with a safety verdict and a confirmation plan.",
  "author": {
    "name": "Fars Saadeldin"
  },
  "license": "UNLICENSED",
  "keywords": [
    "automotive",
    "diagnostics",
    "mechanic",
    "repair",
    "workshop",
    "noise"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[diagnose-by-sound on Agent Plugins Marketplace](https://pluginsmp.com/plugins/diagnose-by-sound)