nex-framework-cli 1.0.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.
@@ -0,0 +1,242 @@
1
+ # BMAD Agent Manifest - REX
2
+ id: rex
3
+ name: "REX - The SEO Master"
4
+ tagline: "Expert em SEO Strategy & Organic Growth"
5
+ icon: "🔍"
6
+ type: bmad
7
+ framework: Cursor
8
+ category: expert
9
+ subcategory: seo-marketing
10
+
11
+ # Version
12
+ version: 1.5.3
13
+ semantic_version:
14
+ major: 1
15
+ minor: 5
16
+ patch: 3
17
+
18
+ # Author
19
+ author:
20
+ name: INOSX
21
+ email: contact@inosx.com
22
+ github: INOSX
23
+ organization: INOSX
24
+
25
+ # Description
26
+ description: |
27
+ Expert em SEO técnico, on-page, off-page e estratégia de conteúdo.
28
+ Otimiza sites para ranquear no Google e gerar tráfego orgânico sustentável.
29
+
30
+ long_description: |
31
+ REX é o mestre de SEO do BMAD. Especialista em todas as facetas de
32
+ Search Engine Optimization: técnico (Core Web Vitals, schema, crawling),
33
+ on-page (keywords, content, meta tags), off-page (backlinks, authority),
34
+ e estratégia de conteúdo (clusters, topic authority, user intent).
35
+
36
+ Aplica frameworks modernos de SEO:
37
+ - Topic Cluster Strategy
38
+ - Search Intent Optimization
39
+ - E-E-A-T (Experience, Expertise, Authoritativeness, Trust)
40
+ - Core Web Vitals & Technical SEO
41
+ - Semantic SEO & NLP
42
+
43
+ Principais capacidades:
44
+ - Technical SEO audit completo
45
+ - On-page optimization (title, meta, headings, content)
46
+ - Keyword research & strategy
47
+ - Content gap analysis
48
+ - Backlink analysis & outreach strategy
49
+ - Competitor analysis
50
+ - Local SEO optimization
51
+ - Schema markup implementation
52
+ - Core Web Vitals optimization
53
+ - Mobile-first indexing
54
+ - International SEO
55
+
56
+ # Tags
57
+ tags:
58
+ - seo
59
+ - search-engine-optimization
60
+ - organic-growth
61
+ - content-strategy
62
+ - keywords
63
+ - backlinks
64
+ - technical-seo
65
+ - on-page-seo
66
+ - off-page-seo
67
+ - google
68
+ - ranking
69
+ - bmad
70
+ - cursor
71
+ - expert
72
+
73
+ # Compatibility
74
+ compatibility:
75
+ cursor_version: ">=0.40.0"
76
+ nex_version: ">=1.0.0"
77
+ os: ["windows", "macos", "linux"]
78
+ required_tools:
79
+ - web-crawler
80
+
81
+ # BMAD Specific
82
+ bmad:
83
+ expert_type: seo
84
+ cursor_integration: true
85
+ rules_file: rex.cursorrules
86
+ activation_trigger: "@rex"
87
+
88
+ # Dependencies
89
+ dependencies:
90
+ agents: []
91
+ tools:
92
+ - mcp_cursor-ide-browser
93
+ optional_tools:
94
+ - google-search-console-api
95
+ - ahrefs-api
96
+ - semrush-api
97
+
98
+ # Capabilities
99
+ capabilities:
100
+ - Technical SEO audit (crawling, indexing, speed)
101
+ - On-page SEO optimization
102
+ - Keyword research & mapping
103
+ - Content strategy & cluster creation
104
+ - Meta tags optimization
105
+ - Schema markup generation
106
+ - Backlink analysis & strategy
107
+ - Competitor SEO analysis
108
+ - Local SEO optimization
109
+ - Core Web Vitals improvement
110
+ - Mobile optimization
111
+ - International SEO (hreflang)
112
+ - SEO content writing guidelines
113
+ - Internal linking strategy
114
+
115
+ # Commands (Cursor-style)
116
+ commands:
117
+ - trigger: audit
118
+ description: SEO audit técnico completo
119
+ usage: "@rex audit [URL]"
120
+ example: "@rex audit https://mysite.com"
121
+
122
+ - trigger: keywords
123
+ description: Keyword research & strategy
124
+ usage: "@rex keywords [topic or seed keywords]"
125
+ example: "@rex keywords 'saas analytics tools'"
126
+
127
+ - trigger: optimize-page
128
+ description: Otimizar página para SEO
129
+ usage: "@rex optimize-page [URL or content]"
130
+ example: "@rex optimize-page blog-post.md"
131
+
132
+ - trigger: content-strategy
133
+ description: Criar estratégia de conteúdo (clusters)
134
+ usage: "@rex content-strategy [niche]"
135
+ example: "@rex content-strategy 'b2b saas'"
136
+
137
+ - trigger: meta-tags
138
+ description: Gerar meta tags otimizados
139
+ usage: "@rex meta-tags [page-info]"
140
+
141
+ - trigger: schema
142
+ description: Gerar schema markup
143
+ usage: "@rex schema [page-type]"
144
+ example: "@rex schema product-page"
145
+
146
+ - trigger: backlinks
147
+ description: Analisar backlinks e estratégia
148
+ usage: "@rex backlinks [domain]"
149
+
150
+ - trigger: competitor
151
+ description: Análise competitiva de SEO
152
+ usage: "@rex competitor [competitor-url]"
153
+
154
+ - trigger: local-seo
155
+ description: Otimizar para SEO local
156
+ usage: "@rex local-seo [business-info]"
157
+
158
+ # Installation
159
+ installation:
160
+ size_mb: 1.2
161
+ install_time_minutes: 1
162
+ complexity: simple
163
+ cursor_setup: |
164
+ 1. REX será adicionado ao seu .cursorrules
165
+ 2. Ative com @rex em qualquer arquivo
166
+ 3. Browser tools recomendado
167
+
168
+ post_install: |
169
+ 🔍 REX instalado com sucesso!
170
+
171
+ Como usar no Cursor:
172
+ @rex audit https://seu-site.com
173
+ @rex keywords "seu nicho"
174
+
175
+ Como usar via NEX CLI:
176
+ nex agent run rex audit --url https://seu-site.com
177
+
178
+ # Pricing
179
+ pricing:
180
+ model: free
181
+ price: 0
182
+ currency: USD
183
+ license: PROPRIETARY
184
+
185
+ # Stats
186
+ stats:
187
+ installs: 1204
188
+ stars: 104
189
+ rating: 4.8
190
+ last_updated: "2026-01-09"
191
+
192
+ # Links
193
+ links:
194
+ repository: https://github.com/INOSX/nex-agents
195
+ documentation: https://docs.inosx.com/nex/agents/rex
196
+ homepage: https://inosx.com/nex
197
+ issues: https://github.com/INOSX/nex-agents/issues
198
+
199
+ # Metadata
200
+ metadata:
201
+ is_official: true
202
+ is_verified: true
203
+ maturity: stable
204
+ support_level: full
205
+ language: cursorrules
206
+ framework: BMAD-Cursor
207
+ works_with: [Cursor, NEX]
208
+
209
+ # SEO Frameworks
210
+ seo_frameworks:
211
+ topic_clusters:
212
+ description: "Organização de conteúdo em pillar pages + cluster content"
213
+ structure:
214
+ pillar: "Broad topic (e.g., 'Email Marketing')"
215
+ clusters: ["Subtopics linking to pillar (e.g., 'Subject lines', 'A/B testing')"]
216
+
217
+ search_intent:
218
+ types:
219
+ informational: "Procurando informação"
220
+ navigational: "Procurando site específico"
221
+ commercial: "Pesquisando antes de comprar"
222
+ transactional: "Pronto para comprar/agir"
223
+
224
+ eeat:
225
+ experience: "Demonstrar experiência prática"
226
+ expertise: "Mostrar conhecimento profundo"
227
+ authoritativeness: "Ser referência no assunto"
228
+ trustworthiness: "Construir confiança e credibilidade"
229
+
230
+ # Core Web Vitals
231
+ core_web_vitals:
232
+ lcp:
233
+ name: "Largest Contentful Paint"
234
+ target: "<2.5s"
235
+
236
+ fid:
237
+ name: "First Input Delay"
238
+ target: "<100ms"
239
+
240
+ cls:
241
+ name: "Cumulative Layout Shift"
242
+ target: "<0.1"