Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,8 @@
]
}
]
},
"enabledPlugins": {
"learning-agents@deepwork-plugins": true
}
}
}
10 changes: 5 additions & 5 deletions CLAUDE_PLUGINS_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down