Agent Plugins Marketplace
All plugins

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.

Claude Code1 Skill

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install roundtrip-test@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/Drummingazz/claude-universal-skills

Clone 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

plugins/roundtrip-test/
├── .claude-plugin/plugin.json
└── skills/roundtrip-check/SKILL.md

Included Skills1

roundtrip-checkskills/roundtrip-check/SKILL.md

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

plugins/roundtrip-test/.claude-plugin/plugin.json
{
  "$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"
  ]
}

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)