From bcd87987ba4447c346910067dd0abfd53197ac5e Mon Sep 17 00:00:00 2001 From: Noah Horton Date: Wed, 18 Feb 2026 11:37:30 -0700 Subject: [PATCH] Enable learning-agents plugin and improve install docs Pre-enable the learning-agents plugin in project settings so new contributors get it automatically. Simplify the README install instructions with clearer formatting. Co-Authored-By: Claude Opus 4.6 --- .claude/settings.json | 5 ++++- CLAUDE_PLUGINS_README.md | 10 +++++----- 2 files changed, 9 insertions(+), 6 deletions(-) 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