@topy-ai/maggie 0.7.44 → 0.7.45
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-zh-TW.md +24 -6
- package/README.md +44 -12
- package/bin/maggie.js +205 -56
- package/bundled-skills/maggie-blog-bootstrap/SKILL.md +7 -7
- package/bundled-skills/maggie-clone/SKILL.md +14 -14
- package/bundled-skills/maggie-clone-to-template/SKILL.md +11 -11
- package/bundled-skills/maggie-clone-to-template/references/workflow.md +2 -2
- package/bundled-skills/maggie-content-localization/SKILL.md +10 -10
- package/bundled-skills/maggie-deployment/SKILL.md +8 -8
- package/bundled-skills/maggie-deployment/references/vps.md +4 -4
- package/bundled-skills/maggie-design/SKILL.md +12 -12
- package/bundled-skills/maggie-marketplace/SKILL.md +12 -12
- package/bundled-skills/maggie-ops/SKILL.md +6 -6
- package/bundled-skills/maggie-project-context/SKILL.md +1 -1
- package/bundled-skills/maggie-seo-geo/SKILL.md +2 -2
- package/bundled-skills/maggie-service-booking/SKILL.md +24 -24
- package/bundled-skills/maggie-social-share/SKILL.md +2 -2
- package/bundled-skills/maggie-template/SKILL.md +5 -5
- package/package.json +1 -1
|
@@ -20,11 +20,11 @@ publish marketplace entries.
|
|
|
20
20
|
Run from the AI CMO Skills repository, or use the equivalent installed tool:
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
23
|
+
maggie tool maggie_marketplace.py list
|
|
24
|
+
maggie tool maggie_marketplace.py list --category spa --tag luxury
|
|
25
|
+
maggie tool maggie_marketplace.py suggest "premium London medical spa with editorial typography"
|
|
26
|
+
maggie tool maggie_marketplace.py inspect medical-spa-landing-001
|
|
27
|
+
maggie tool maggie_marketplace.py apply \
|
|
28
28
|
--id medical-spa-landing-001 --project /path/to/astro-project
|
|
29
29
|
```
|
|
30
30
|
|