diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..b342b8b --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,14 @@ +{ + "name": "remanso-local", + "description": "Local plugins for the Remanso project", + "owner": { + "name": "julien" + }, + "plugins": [ + { + "name": "remanso-skills", + "description": "Local skills for the Remanso project (migrate-oxlint, etc.)", + "source": "./.agents" + } + ] +} diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..af8ed8f --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,13 @@ +{ + "extraKnownMarketplaces": { + "remanso-local": { + "source": { + "source": "directory", + "path": "." + } + } + }, + "enabledPlugins": { + "remanso-skills@remanso-local": true + } +}