Create a question pack for Mention Network's visibility-engine — the questions shoppers ask AI about your industry. Pure YAML, no code.
- Click "Use this template" → name your repo
mn-pack-<industry>(e.g.mn-pack-fnb-halal) - Edit
pack.yaml— setid,vertical,label - Replace
intents/example-intent.yamlwith your industry's real questions (one file per intent) npm install && npm run validate(CI runs the same check on every push)- Submit your pack to the registry via PR
id: kebab-case English, singular (beauty, notbeauties)label.enrequired; add your language too (vi,ar, …)weight: 0–1, how much this intent matters for the visibility score (default sensibly, calibrate later)- Templates may use
{product}{store}{city}{category}placeholders - License your pack as you wish — Apache-2.0 recommended. The pack format is Apache-2.0.
Canonical schema: packs/schema/pack.schema.json (a copy ships in schema/ here; CI validates against it).