roundtrip-test
Throwaway test plugin. Its single skill prints one known phrase, to prove the marketplace round trip works in both Claude Code and Cowork.
By Gareth CohenLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 16, 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 roundtrip-test for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install roundtrip-test@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/Drummingazz/claude-universal-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/roundtrip-test/.
Plugin files
├── .claude-plugin/plugin.json└── skills/roundtrip-check/SKILL.md
Included Skills1
Proves that a plugin installed from the gareth-skills marketplace actually loaded and can be invoked. Does nothing except print one known phrase. Use when Gareth says "roundtrip check", "/roundtrip-check", "prove the marketplace works", "did the plugin install", or "test the marketplace round trip". Purely diagnostic. It reads nothing, writes nothing, and runs no commands.
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "roundtrip-test",
"displayName": "Round Trip Test",
"description": "Throwaway test plugin. Its single skill prints one known phrase, to prove the marketplace round trip works in both Claude Code and Cowork.",
"author": {
"name": "Gareth Cohen",
"email": "[email protected]"
},
"repository": "https://github.com/Drummingazz/claude-universal-skills",
"license": "MIT",
"keywords": [
"test",
"diagnostic",
"roundtrip"
]
}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.
[roundtrip-test on Agent Plugins Marketplace](https://pluginsmp.com/plugins/roundtrip-test)