myaidev-method 0.3.4 → 0.3.6
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/.claude-plugin/plugin.json +0 -1
- package/.env.example +5 -4
- package/CHANGELOG.md +2 -2
- package/CONTENT_CREATION_GUIDE.md +489 -3211
- package/DEVELOPER_USE_CASES.md +1 -1
- package/MODULAR_INSTALLATION.md +2 -2
- package/README.md +39 -33
- package/TECHNICAL_ARCHITECTURE.md +1 -1
- package/USER_GUIDE.md +242 -190
- package/agents/content-editor-agent.md +90 -0
- package/agents/content-planner-agent.md +97 -0
- package/agents/content-research-agent.md +62 -0
- package/agents/content-seo-agent.md +101 -0
- package/agents/content-writer-agent.md +69 -0
- package/agents/infographic-analyzer-agent.md +63 -0
- package/agents/infographic-designer-agent.md +72 -0
- package/bin/cli.js +846 -427
- package/{content-rules.example.md → content-rules-example.md} +2 -2
- package/dist/mcp/health-check.js +82 -68
- package/dist/mcp/mcp-config.json +8 -0
- package/dist/mcp/openstack-server.js +1746 -1262
- package/dist/server/.tsbuildinfo +1 -1
- package/extension.json +21 -4
- package/package.json +181 -184
- package/skills/company-config/SKILL.md +133 -0
- package/skills/configure/SKILL.md +1 -1
- package/skills/myai-configurator/SKILL.md +77 -0
- package/skills/myai-configurator/content-creation-configurator/SKILL.md +516 -0
- package/skills/myai-configurator/content-maintenance-configurator/SKILL.md +397 -0
- package/skills/myai-content-enrichment/SKILL.md +114 -0
- package/skills/myai-content-ideation/SKILL.md +288 -0
- package/skills/myai-content-ideation/evals/evals.json +182 -0
- package/skills/myai-content-production-coordinator/SKILL.md +946 -0
- package/skills/{content-rules-setup → myai-content-rules-setup}/SKILL.md +1 -1
- package/skills/{content-verifier → myai-content-verifier}/SKILL.md +1 -1
- package/skills/myai-content-writer/SKILL.md +333 -0
- package/skills/{infographic → myai-infographic}/SKILL.md +1 -1
- package/skills/myai-proprietary-content-verifier/SKILL.md +175 -0
- package/skills/myai-proprietary-content-verifier/evals/evals.json +36 -0
- package/skills/myai-skill-builder/SKILL.md +699 -0
- package/skills/myai-skill-builder/agents/analyzer-agent.md +137 -0
- package/skills/myai-skill-builder/agents/comparator-agent.md +77 -0
- package/skills/myai-skill-builder/agents/grader-agent.md +103 -0
- package/skills/myai-skill-builder/assets/eval_review.html +131 -0
- package/skills/myai-skill-builder/references/schemas.md +211 -0
- package/skills/myai-skill-builder/scripts/aggregate_benchmark.py +190 -0
- package/skills/myai-skill-builder/scripts/generate_review.py +381 -0
- package/skills/myai-skill-builder/scripts/package_skill.py +91 -0
- package/skills/myai-skill-builder/scripts/run_eval.py +105 -0
- package/skills/myai-skill-builder/scripts/run_loop.py +211 -0
- package/skills/myai-skill-builder/scripts/utils.py +123 -0
- package/skills/myai-visual-generator/SKILL.md +125 -0
- package/skills/myai-visual-generator/evals/evals.json +155 -0
- package/skills/myai-visual-generator/references/infographic-pipeline.md +73 -0
- package/skills/myai-visual-generator/references/research-visuals.md +57 -0
- package/skills/myai-visual-generator/references/services.md +89 -0
- package/skills/myai-visual-generator/scripts/visual-generation-utils.js +1272 -0
- package/skills/myaidev-figma/SKILL.md +212 -0
- package/skills/myaidev-figma/capture.js +133 -0
- package/skills/myaidev-figma/crawl.js +130 -0
- package/skills/myaidev-figma-configure/SKILL.md +130 -0
- package/skills/openstack-manager/SKILL.md +1 -1
- package/skills/payloadcms-publisher/SKILL.md +141 -77
- package/skills/payloadcms-publisher/references/field-mapping.md +142 -0
- package/skills/payloadcms-publisher/references/lexical-format.md +97 -0
- package/skills/security-auditor/SKILL.md +1 -1
- package/src/cli/commands/addon.js +105 -7
- package/src/config/workflows.js +172 -228
- package/src/lib/ascii-banner.js +197 -182
- package/src/lib/{content-coordinator.js → content-production-coordinator.js} +649 -459
- package/src/lib/installation-detector.js +93 -59
- package/src/lib/payloadcms-utils.js +285 -510
- package/src/lib/workflow-installer.js +55 -0
- package/src/mcp/health-check.js +82 -68
- package/src/mcp/openstack-server.js +1746 -1262
- package/src/scripts/configure-visual-apis.js +224 -173
- package/src/scripts/configure-wordpress-mcp.js +96 -66
- package/src/scripts/init/install.js +109 -85
- package/src/scripts/init-project.js +138 -67
- package/src/scripts/utils/write-content.js +67 -52
- package/src/scripts/wordpress/publish-to-wordpress.js +128 -128
- package/src/templates/claude/CLAUDE.md +19 -12
- package/hooks/hooks.json +0 -26
- package/skills/content-coordinator/SKILL.md +0 -130
- package/skills/content-enrichment/SKILL.md +0 -80
- package/skills/content-writer/SKILL.md +0 -285
- package/skills/skill-builder/SKILL.md +0 -417
- package/skills/visual-generator/SKILL.md +0 -140
- /package/skills/{content-writer → myai-content-writer}/agents/editor-agent.md +0 -0
- /package/skills/{content-writer → myai-content-writer}/agents/planner-agent.md +0 -0
- /package/skills/{content-writer → myai-content-writer}/agents/research-agent.md +0 -0
- /package/skills/{content-writer → myai-content-writer}/agents/seo-agent.md +0 -0
- /package/skills/{content-writer → myai-content-writer}/agents/visual-planner-agent.md +0 -0
- /package/skills/{content-writer → myai-content-writer}/agents/writer-agent.md +0 -0
package/DEVELOPER_USE_CASES.md
CHANGED
|
@@ -613,7 +613,7 @@ async function BlogPosts() {
|
|
|
613
613
|
# Import from canonical URL or copy markdown
|
|
614
614
|
|
|
615
615
|
# Alternative: Create Custom Agent for Multi-Platform Publishing
|
|
616
|
-
/content-coordinator "react-server-components-guide.md" \
|
|
616
|
+
/content-production-coordinator "react-server-components-guide.md" \
|
|
617
617
|
--platforms "wordpress,devto,medium,hashnode" \
|
|
618
618
|
--canonical "https://yourblog.com/react-server-components"
|
|
619
619
|
|
package/MODULAR_INSTALLATION.md
CHANGED
|
@@ -49,7 +49,7 @@ AI-powered image and video generation
|
|
|
49
49
|
|
|
50
50
|
**Includes:**
|
|
51
51
|
- `visual-content-generator` skill
|
|
52
|
-
- `/visual-generator` skill
|
|
52
|
+
- `/myai-visual-generator` skill
|
|
53
53
|
- Image and video generation scripts
|
|
54
54
|
- Support for Gemini, Imagen, DALL-E, Veo
|
|
55
55
|
|
|
@@ -133,7 +133,7 @@ Essential framework components (automatically installed with any workflow)
|
|
|
133
133
|
|
|
134
134
|
**Includes:**
|
|
135
135
|
- `content-production-coordinator` skill
|
|
136
|
-
- `/content-coordinator` skill
|
|
136
|
+
- `/content-production-coordinator` skill
|
|
137
137
|
- `/configure` skill
|
|
138
138
|
- Configuration management
|
|
139
139
|
- File utilities and logger
|
package/README.md
CHANGED
|
@@ -68,7 +68,7 @@ The **MyAIDev Method** is a complete development framework for AI CLI tools (Cla
|
|
|
68
68
|
- **content-writer**: Professional SEO-optimized content creation with multi-agent pipeline
|
|
69
69
|
- **Multi-Platform Publishing**: WordPress, PayloadCMS, Docusaurus, Mintlify, Astro
|
|
70
70
|
- **Git-Based Workflows**: Automated publishing for static site generators
|
|
71
|
-
- **content-coordinator**: Batch content orchestration and multi-platform publishing
|
|
71
|
+
- **content-production-coordinator**: Batch content orchestration and multi-platform publishing
|
|
72
72
|
|
|
73
73
|
### 📋 Content Production Coordinator (New in v0.2.24-2!)
|
|
74
74
|
**Enterprise-grade content orchestration for batch verification and multi-platform publishing**
|
|
@@ -172,7 +172,8 @@ Skills are discoverable capabilities defined in SKILL.md files:
|
|
|
172
172
|
|
|
173
173
|
| Skill Pack | Skills Included | Description |
|
|
174
174
|
|------------|-----------------|-------------|
|
|
175
|
-
| **content** | content-writer, content-
|
|
175
|
+
| **content** | content-writer, content-production-coordinator, myai-visual-generator, "wordpress-publisher", "astro-publisher", "docusaurus-publisher", "mintlify-publisher", "payloadcms-publisher" | Content production and publishing |
|
|
176
|
+
| **content-maintenance** | content-enrichment | Content enrichment |
|
|
176
177
|
| **development** | myaidev-architect, myaidev-coder, myaidev-tester, myaidev-reviewer, myaidev-documenter | SPARC methodology |
|
|
177
178
|
| **security** | security-tester, security-auditor | Security testing and auditing |
|
|
178
179
|
| **infrastructure** | coolify-deployer, openstack-manager | Deployment and cloud management |
|
|
@@ -185,7 +186,7 @@ When installed as a plugin, skills are namespaced:
|
|
|
185
186
|
|-------|-----------|-------------|
|
|
186
187
|
| content-writer | `/myaidev-method:content-writer` | Content creation pipeline |
|
|
187
188
|
| myaidev-workflow | `/myaidev-method:myaidev-workflow` | Full SPARC development workflow |
|
|
188
|
-
| visual-generator | `/myaidev-method:visual-generator` | AI image/video generation |
|
|
189
|
+
| myai-visual-generator | `/myaidev-method:myai-visual-generator` | AI image/video generation |
|
|
189
190
|
| wordpress-publisher | `/myaidev-method:wordpress-publisher` | WordPress publishing |
|
|
190
191
|
| configure | `/myaidev-method:configure` | Configuration wizard |
|
|
191
192
|
| security-tester | `/myaidev-method:security-tester` | Penetration testing |
|
|
@@ -737,13 +738,13 @@ Self-hosted PaaS deployment for applications.
|
|
|
737
738
|
|
|
738
739
|
```bash
|
|
739
740
|
# Process all content in a queue directory
|
|
740
|
-
/content-coordinator ./content-queue/
|
|
741
|
+
/content-production-coordinator ./content-queue/
|
|
741
742
|
|
|
742
743
|
# Verify only, no publishing (dry run)
|
|
743
|
-
/content-coordinator ./content-queue/ --dry-run
|
|
744
|
+
/content-production-coordinator ./content-queue/ --dry-run
|
|
744
745
|
|
|
745
746
|
# Full production run with all features
|
|
746
|
-
/content-coordinator ./content-queue/ \
|
|
747
|
+
/content-production-coordinator ./content-queue/ \
|
|
747
748
|
--verbose \
|
|
748
749
|
--analytics \
|
|
749
750
|
--webhook-url https://ci.example.com/webhook
|
|
@@ -775,36 +776,36 @@ goals:
|
|
|
775
776
|
|
|
776
777
|
**Multi-Platform Publishing:**
|
|
777
778
|
```bash
|
|
778
|
-
/content-coordinator ./content-queue/ --platform wordpress # Default
|
|
779
|
-
/content-coordinator ./content-queue/ --platform payloadcms
|
|
780
|
-
/content-coordinator ./content-queue/ --platform docusaurus
|
|
781
|
-
/content-coordinator ./content-queue/ --platform static
|
|
779
|
+
/content-production-coordinator ./content-queue/ --platform wordpress # Default
|
|
780
|
+
/content-production-coordinator ./content-queue/ --platform payloadcms
|
|
781
|
+
/content-production-coordinator ./content-queue/ --platform docusaurus
|
|
782
|
+
/content-production-coordinator ./content-queue/ --platform static
|
|
782
783
|
```
|
|
783
784
|
|
|
784
785
|
**Scheduling:**
|
|
785
786
|
```bash
|
|
786
787
|
# WordPress native scheduling - delay posts by 24 hours
|
|
787
|
-
/content-coordinator ./content-queue/ --schedule-delay 24
|
|
788
|
+
/content-production-coordinator ./content-queue/ --schedule-delay 24
|
|
788
789
|
|
|
789
790
|
# Spread posts 6 hours apart
|
|
790
|
-
/content-coordinator ./content-queue/ --spread-interval 6
|
|
791
|
+
/content-production-coordinator ./content-queue/ --spread-interval 6
|
|
791
792
|
|
|
792
793
|
# Linux crontab integration
|
|
793
|
-
/content-coordinator ./content-queue/ --cron --force
|
|
794
|
+
/content-production-coordinator ./content-queue/ --cron --force
|
|
794
795
|
```
|
|
795
796
|
|
|
796
797
|
**CI/CD Integration:**
|
|
797
798
|
```bash
|
|
798
|
-
/content-coordinator ./content-queue/ \
|
|
799
|
+
/content-production-coordinator ./content-queue/ \
|
|
799
800
|
--webhook-url https://ci.example.com/webhook \
|
|
800
801
|
--webhook-events start,complete,error,published
|
|
801
802
|
```
|
|
802
803
|
|
|
803
804
|
**Queue Management:**
|
|
804
805
|
```bash
|
|
805
|
-
/content-coordinator ./new-articles/ --add-to-queue
|
|
806
|
-
/content-coordinator --queue-stats
|
|
807
|
-
/content-coordinator --clear-completed
|
|
806
|
+
/content-production-coordinator ./new-articles/ --add-to-queue
|
|
807
|
+
/content-production-coordinator --queue-stats
|
|
808
|
+
/content-production-coordinator --clear-completed
|
|
808
809
|
```
|
|
809
810
|
|
|
810
811
|
For comprehensive documentation, see **[USER_GUIDE.md](USER_GUIDE.md#batch-content-coordination)**
|
|
@@ -850,13 +851,13 @@ For comprehensive documentation, see **[USER_GUIDE.md](USER_GUIDE.md#batch-conte
|
|
|
850
851
|
#### Claude Code
|
|
851
852
|
```bash
|
|
852
853
|
# Generate a hero image
|
|
853
|
-
/visual-generator "Modern developer workspace with dual monitors"
|
|
854
|
+
/myai-visual-generator "Modern developer workspace with dual monitors"
|
|
854
855
|
|
|
855
856
|
# Generate with specific service
|
|
856
|
-
/visual-generator "AI concept illustration" --service dalle --type illustration
|
|
857
|
+
/myai-visual-generator "AI concept illustration" --service dalle --type illustration
|
|
857
858
|
|
|
858
859
|
# Generate diagram
|
|
859
|
-
/visual-generator "Microservices architecture" --type diagram --service gemini
|
|
860
|
+
/myai-visual-generator "Microservices architecture" --type diagram --service gemini
|
|
860
861
|
|
|
861
862
|
# Create content with images
|
|
862
863
|
/content-writer "Best Practices for Remote Work" --with-images
|
|
@@ -1051,13 +1052,13 @@ Create professional, SEO-optimized content with optional AI-generated visuals.
|
|
|
1051
1052
|
/content-writer "Microservices Guide" --with-images
|
|
1052
1053
|
```
|
|
1053
1054
|
|
|
1054
|
-
### `/visual-generator`
|
|
1055
|
+
### `/myai-visual-generator`
|
|
1055
1056
|
Generate AI-powered images and videos for content.
|
|
1056
1057
|
|
|
1057
1058
|
```bash
|
|
1058
|
-
/visual-generator "Modern developer workspace with dual monitors"
|
|
1059
|
-
/visual-generator "AI concept illustration" --service=dalle --type=illustration
|
|
1060
|
-
/visual-generator "Product demo walkthrough" --type=video --service=veo
|
|
1059
|
+
/myai-visual-generator "Modern developer workspace with dual monitors"
|
|
1060
|
+
/myai-visual-generator "AI concept illustration" --service=dalle --type=illustration
|
|
1061
|
+
/myai-visual-generator "Product demo walkthrough" --type=video --service=veo
|
|
1061
1062
|
```
|
|
1062
1063
|
|
|
1063
1064
|
### `/wordpress-publisher`
|
|
@@ -1092,7 +1093,7 @@ Manage OpenStack VMs and infrastructure.
|
|
|
1092
1093
|
### `/configure`
|
|
1093
1094
|
Configure MyAIDev Method settings (CMS connections, visual APIs, etc).
|
|
1094
1095
|
|
|
1095
|
-
### `/content-coordinator`
|
|
1096
|
+
### `/content-production-coordinator`
|
|
1096
1097
|
Batch content orchestration and multi-platform publishing.
|
|
1097
1098
|
|
|
1098
1099
|
### `/security-tester`, `/security-auditor`
|
|
@@ -1279,7 +1280,7 @@ The content-writer skill supports custom content generation rules via a `content
|
|
|
1279
1280
|
**Quick Start:**
|
|
1280
1281
|
```bash
|
|
1281
1282
|
# Copy the example template
|
|
1282
|
-
cp content-rules
|
|
1283
|
+
cp content-rules-example.md content-rules.md
|
|
1283
1284
|
|
|
1284
1285
|
# Edit with your preferences
|
|
1285
1286
|
nano content-rules.md
|
|
@@ -1451,23 +1452,28 @@ Once authenticated, premium skills are accessed via the platform API at `dev.mya
|
|
|
1451
1452
|
myaidev-method/
|
|
1452
1453
|
├── .claude-plugin/
|
|
1453
1454
|
│ └── plugin.json # Plugin manifest
|
|
1454
|
-
├──
|
|
1455
|
+
├── agents/ # Publishing agents (invoked via Task tool)
|
|
1456
|
+
│ ├── wordpress-publisher.md
|
|
1457
|
+
│ ├── payloadcms-publisher.md
|
|
1458
|
+
│ ├── astro-publisher.md
|
|
1459
|
+
│ ├── docusaurus-publisher.md
|
|
1460
|
+
│ └── mintlify-publisher.md
|
|
1461
|
+
├── skills/ # Discoverable skills
|
|
1462
|
+
│ ├── company-config/
|
|
1463
|
+
│ │ └── SKILL.md
|
|
1464
|
+
│ ├── content-rules-config/
|
|
1465
|
+
│ │ └── SKILL.md
|
|
1455
1466
|
│ ├── content-writer/
|
|
1456
1467
|
│ │ └── SKILL.md
|
|
1457
1468
|
│ ├── myaidev-architect/
|
|
1458
1469
|
│ │ └── SKILL.md
|
|
1459
|
-
│ ├── visual-generator/
|
|
1460
|
-
│ │ └── SKILL.md
|
|
1461
|
-
│ ├── wordpress-publisher/
|
|
1470
|
+
│ ├── myai-visual-generator/
|
|
1462
1471
|
│ │ └── SKILL.md
|
|
1463
1472
|
│ └── ...
|
|
1464
|
-
├── hooks/
|
|
1465
|
-
│ └── hooks.json # PostToolUse and Stop hooks
|
|
1466
1473
|
├── src/
|
|
1467
1474
|
│ ├── mcp/ # MCP servers (WordPress, OpenStack)
|
|
1468
1475
|
│ ├── lib/ # Shared libraries
|
|
1469
1476
|
│ └── scripts/ # CLI scripts
|
|
1470
|
-
├── marketplace.json # Plugin marketplace manifest
|
|
1471
1477
|
└── package.json
|
|
1472
1478
|
```
|
|
1473
1479
|
|
|
@@ -83,7 +83,7 @@ myaidev-method/
|
|
|
83
83
|
│ ├── wordpress-server.js # WordPress MCP server
|
|
84
84
|
│ └── mcp-launcher.js # MCP lifecycle manager
|
|
85
85
|
├── skills/ # Skill definitions
|
|
86
|
-
│ ├── content-writer/SKILL.md
|
|
86
|
+
│ ├── content-writer/SKILL.md # Content writing skill
|
|
87
87
|
│ ├── myaidev-architect/SKILL.md # SPARC architecture skill
|
|
88
88
|
│ ├── myaidev-coder/SKILL.md # SPARC coding skill
|
|
89
89
|
│ ├── myaidev-tester/SKILL.md # SPARC testing skill
|