common
v1.9.0Common Plugin
By vndly0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Aug 29, 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 plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install common@agent-plugin-marketplacePaste 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/vndly/marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/claude-code/common/.
Plugin files
├── .claude-plugin/plugin.json├── skills/apocalypse-bug-review/SKILL.md├── skills/delta-review/SKILL.md├── skills/grill-me/SKILL.md├── skills/mp3-tags/SKILL.md└── skills/youtube-mp3/SKILL.md
Included Skills5
Run an extremely strict, exhaustive defect hunt over a selectable scope (whole codebase or a diff/path subset) for bugs, correctness errors, inconsistencies, security flaws, and edge-case failures.
Reviews a change set against two questions — does this introduce a new defect, and does it break behavior that already worked? Defaults to uncommitted changes (tracked and untracked), and takes a revision, a range, or paths to review instead. Runs a defect review and a regression review in parallel, adds a project lens taken from any separately installed delta-review-lens skill, has every fix candidate adversarially refuted before reporting, and auto-fixes only what survives.
Interview the user relentlessly about a plan or design, one question at a time, until every branch of the decision tree is resolved and their constraints and priorities are explicit. Use when the user wants to stress-test a plan, think through a half-formed idea, surface edge cases and unstated assumptions, or mentions "grill me".
Set an MP3 file's ID3 tags from its "[ARTIST] - [TITLE].mp3" filename — fills only Artist and Title and empties every other tag field. Use when given the path to a single MP3 whose tags should be normalized from its filename. Validates the name first, backs the file up, and restores it on failure.
Download the MP3 audio from a YouTube (or any yt-dlp-supported) video URL. Use whenever the user gives a video URL and wants the audio — "download the audio", "get the mp3", "youtube to mp3", "download this song/track". Auto-installs yt-dlp and the deno JS runtime if they are missing.
Plugin manifests1
{
"name": "common",
"description": "Common Plugin",
"version": "1.9.0",
"author": {
"name": "vndly"
},
"repository": "https://github.com/vndly/marketplace"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[common on Agent Plugins Marketplace](https://pluginsmp.com/plugins/common)