From bb6c6e974c53ea58ab0b21dabc0b0e26f9f66214 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Tue, 3 Feb 2026 20:19:10 +0000 Subject: [PATCH] Add Claude plugin marketplaces configuration - known_marketplaces.json: GitHub-based marketplace sources (anthropics/skills, anthropics/claude-plugins-official, obra/superpowers-marketplace) --- dot_claude/plugins/known_marketplaces.json | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 dot_claude/plugins/known_marketplaces.json diff --git a/dot_claude/plugins/known_marketplaces.json b/dot_claude/plugins/known_marketplaces.json new file mode 100644 index 0000000..182c6c3 --- /dev/null +++ b/dot_claude/plugins/known_marketplaces.json @@ -0,0 +1,42 @@ +{ + "Meta": { + "installLocation": "/usr/local/bin/claude_code/", + "lastUpdated": "2025-10-10T13:44:43.103Z", + "source": { + "path": "/usr/local/bin/claude_code/marketplace.json", + "source": "file" + } + }, + "anthropic-agent-skills": { + "installLocation": "/Users/viktorbarzin/.claude/plugins/marketplaces/anthropic-agent-skills", + "lastUpdated": "2026-01-17T12:41:25.557Z", + "source": { + "repo": "anthropics/skills", + "source": "github" + } + }, + "claude-plugins-official": { + "installLocation": "/Users/viktorbarzin/.claude/plugins/marketplaces/claude-plugins-official", + "lastUpdated": "2026-01-17T12:11:25.823Z", + "source": { + "repo": "anthropics/claude-plugins-official", + "source": "github" + } + }, + "claude-templates": { + "installLocation": "/opt/facebook/claude-templates-cli/components", + "lastUpdated": "2026-02-03T19:32:45.113Z", + "source": { + "path": "/opt/facebook/claude-templates-cli/components/.claude-plugin/marketplace.json", + "source": "file" + } + }, + "superpowers-marketplace": { + "installLocation": "/Users/viktorbarzin/.claude/plugins/marketplaces/superpowers-marketplace", + "lastUpdated": "2026-01-25T11:47:21.202Z", + "source": { + "repo": "obra/superpowers-marketplace", + "source": "github" + } + } +} \ No newline at end of file