
Jasonkuhrt Experiment Symlink Claude Marketplace
- Updated January 13, 2026
- jasonkuhrt/experiment-symlink-claude-marketplace
jasonkuhrt-experiment-symlink-claude-marketplace is a Claude Code plugin that demonstrates symlink-to-cache loading for live local plugin development.
About
jasonkuhrt-experiment-symlink-claude-marketplace is a deliberately tiny Claude Code marketplace used to prove that pointing the plugin cache at a symlinked local folder lets authors iterate on plugins without republishing every change. It ships one plugin and README-oriented metadata aimed at contributors and tooling hackers, not developers hunting shipping features. If you maintain Claude Code plugins, it clarifies whether your dev machine can treat the cached marketplace path as your working tree. Everyone else should skip it. Complexity is intermediate because you must understand Claude’s plugin cache layout, symlinks, and marketplace JSON—not general app coding. The outcome is confidence that your local marketplace path resolves correctly before you invest in a larger plugin bundle.
- Minimal marketplace with 1 hello-world style plugin for symlink experiments
- Documents that symlink-to-cache enables live plugin development in Claude Code
- Test fixture repository—not a production feature marketplace
- Keywords center on experiment, symlink, and plugin cache behavior
Jasonkuhrt Experiment Symlink Claude Marketplace by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install jasonkuhrt-experiment-symlink-claude-marketplace@jasonkuhrt/experiment-symlink-claude-marketplaceAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | January 13, 2026 |
|---|---|
| Repository | jasonkuhrt/experiment-symlink-claude-marketplace ↗ |
What it does
Validate symlink-to-cache marketplace wiring so Claude Code loads plugins from your local checkout during active plugin development.
Who is it for?
Best when you're building or debugging Claude Code marketplaces and need a minimal reproducible symlink fixture.
Skip if: Skip if you look for productivity, git, or context plugins to run a real product workflow.
What you get
You can confirm symlinked cache paths load your marketplace and single test plugin so iterative Claude Code plugin work does not depend on fake publish cycles.
- Verified symlink-to-cache marketplace loading for one test plugin
- Repeatable minimal setup for plugin author debugging
- Clear signal whether live local plugin paths work before a real release
Recommended Plugins
How it compares
Developer test harness marketplace, not a curated productivity catalog or MCP integration.
FAQ
Who is Jasonkuhrt Experiment Symlink Claude Marketplace for?
It is for Claude Code plugin authors and marketplace maintainers validating symlink-based live development, not for end users installing shipping tools.
When should I use Jasonkuhrt Experiment Symlink Claude Marketplace?
Use it when setting up local plugin iteration and you need to verify that Claude Code reads plugins through a symlinked cache path before scaling your own marketplace repo.
How do I add Jasonkuhrt Experiment Symlink Claude Marketplace to my agent?
Clone jasonkuhrt/experiment-symlink-claude-marketplace, configure the documented symlink-to-cache layout on your machine, then register that marketplace in Claude Code following standard plugin marketplace steps for local sources.