From 767093c00877d4f878550bcf906b1f65a99ddc9c Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 28 Mar 2026 09:49:50 +0100 Subject: [PATCH] chore: install migrate oxlint skill --- .claude-plugin/marketplace.json | 14 ++++++++++++++ .claude/settings.json | 13 +++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .claude-plugin/marketplace.json create mode 100644 .claude/settings.json 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 + } +}