diff --git a/.claude/settings.json b/.claude/settings.json index 6bc2c067..e6f9f968 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -119,5 +119,8 @@ ] } ] + }, + "enabledPlugins": { + "learning-agents@deepwork-plugins": true } -} \ No newline at end of file +} diff --git a/CLAUDE_PLUGINS_README.md b/CLAUDE_PLUGINS_README.md index fde68e08..aa1d5112 100644 --- a/CLAUDE_PLUGINS_README.md +++ b/CLAUDE_PLUGINS_README.md @@ -9,16 +9,16 @@ This repository includes a Claude Code plugin marketplace with reusable plugins | **learning-agents** | Auto-improving AI sub-agents that learn from their mistakes across sessions | ## Installation +Run the following *in Claude*. +### Add the marketplace ``` -# Add the marketplace /plugin marketplace add https://github.com/Unsupervisedcom/deepwork +``` -# Install the learning-agents plugin +### Install the learning-agents plugin +``` /plugin install learning-agents@deepwork-plugins - -# Verify installation -/plugin list ``` ## Learn More