50c 3.9.0 → 3.9.1
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 +0 -14
- package/lib/team.js +0 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -95,20 +95,6 @@ Add to your IDE's MCP config (`~/.cursor/mcp.json`, etc.):
|
|
|
95
95
|
| `ux_contrast_check`, `ux_spacing_system` | UI/UX utilities (FREE) |
|
|
96
96
|
| `ux_color_palette`, `ux_a11y_check`, `ux_roast` | UI/UX analysis ($0.02-$0.05) |
|
|
97
97
|
|
|
98
|
-
### Marketplace (50c-sub)
|
|
99
|
-
|
|
100
|
-
Create and share reusable AI macros:
|
|
101
|
-
|
|
102
|
-
| Tool | Cost | Description |
|
|
103
|
-
|------|------|-------------|
|
|
104
|
-
| `sub_mint` | $5.00 | Mint workflow as reusable macro |
|
|
105
|
-
| `sub_run` | ~$2.00 | Run a minted macro |
|
|
106
|
-
| `sub_list`, `sub_get`, `sub_discover` | FREE | Browse macros |
|
|
107
|
-
| `sub_clone` | FREE | Clone public macro to your collection |
|
|
108
|
-
| `sub_set_public` | FREE | List macro on marketplace |
|
|
109
|
-
|
|
110
|
-
Creators earn 60% revenue share on marketplace sales.
|
|
111
|
-
|
|
112
98
|
## 50c Team
|
|
113
99
|
|
|
114
100
|
Natural language orchestration - describe what you want, Team picks the right tools:
|
package/lib/team.js
CHANGED
|
@@ -326,11 +326,6 @@ const TOOL_CAPABILITIES = {
|
|
|
326
326
|
ux_roast: { keywords: ['ux review', 'ui critique', 'design review'], desc: 'Roast UI/UX' },
|
|
327
327
|
ux_copy_improve: { keywords: ['improve copy', 'better text', 'ux writing'], desc: 'Improve UI copy' },
|
|
328
328
|
|
|
329
|
-
// Macros
|
|
330
|
-
sub_list: { keywords: ['my macros', 'list macros', 'saved workflows'], desc: 'List macros' },
|
|
331
|
-
sub_run: { keywords: ['run macro', 'execute macro'], desc: 'Run a macro' },
|
|
332
|
-
sub_discover: { keywords: ['marketplace', 'browse macros', 'find macros'], desc: 'Browse marketplace' },
|
|
333
|
-
|
|
334
329
|
// Handoff
|
|
335
330
|
handoff: { keywords: ['handoff', 'document', 'summary', 'wrap up', 'status'], desc: 'Generate handoff doc' }
|
|
336
331
|
};
|