diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c95b0a6..795b162 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -22,15 +22,15 @@ "homepage": "https://www.astria.ai", "tags": ["image-generation", "video", "ai", "fine-tuning", "fashion", "headshots"], "skills": [ - { "name": "astria-api", "path": "astria-api", "invoke": "/astria:astria-api" }, - { "name": "prompt-writing", "path": "prompt-writing", "invoke": "/astria:prompt-writing" }, - { "name": "packs-guide", "path": "packs-guide", "invoke": "/astria:packs-guide" }, - { "name": "unique-headshot", "path": "unique-headshot", "invoke": "/astria:unique-headshot" }, - { "name": "navigation", "path": "navigation", "invoke": "/astria:navigation" }, - { "name": "landing-page-editor", "path": "landing-page-editor", "invoke": "/astria:landing-page-editor" }, - { "name": "templatize-page", "path": "templatize-page", "invoke": "/astria:templatize-page" }, - { "name": "store-photoshoot", "path": "store-photoshoot", "invoke": "/astria:store-photoshoot" }, - { "name": "artboard", "path": "artboard", "invoke": "/astria:artboard" } + "./astria-api", + "./prompt-writing", + "./packs-guide", + "./unique-headshot", + "./navigation", + "./landing-page-editor", + "./templatize-page", + "./store-photoshoot", + "./artboard" ] } ] diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 6cd11c7..9836b59 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -7,9 +7,6 @@ "url": "https://www.astria.ai" }, "homepage": "https://www.astria.ai", - "repository": { - "type": "git", - "url": "https://github.com/astriaai/skills.git" - }, + "repository": "https://github.com/astriaai/skills", "license": "MIT" }