@folpe/loom 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -59,6 +59,26 @@ loom add skill tailwind-patterns
|
|
|
59
59
|
|
|
60
60
|
Files are written to `.claude/agents/` and `.claude/skills/` in your current directory.
|
|
61
61
|
|
|
62
|
+
If the resource isn't found in the bundled library, Loom will automatically check your local library (`~/.loom/library/`) for marketplace-installed resources.
|
|
63
|
+
|
|
64
|
+
### Browse the marketplace
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
loom marketplace search # list all public resources
|
|
68
|
+
loom marketplace search tailwind # search by keyword
|
|
69
|
+
loom marketplace search --type skill # filter by type
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
Alias: `loom mp search`
|
|
73
|
+
|
|
74
|
+
### Install from the marketplace
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
loom marketplace install ticket-craft
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
This downloads the resource to your local library (`~/.loom/library/`). You can then use it with `loom add` in any project.
|
|
81
|
+
|
|
62
82
|
## What's included
|
|
63
83
|
|
|
64
84
|
### Agents
|