mini-ai-marketing-agency-generator

Generates marketing content packages for small businesses using rule-based vanilla JavaScript templates.

10|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/marketing-skills --skill mini-ai-marketing-agency-generator-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mini-ai-marketing-agency-generator
Source: https://github.com/reason-machines/marketing-skills/tree/main/skills/mini-ai-marketing-agency-generator
Command: npx skills add https://github.com/reason-machines/marketing-skills --skill mini-ai-marketing-agency-generator-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Small businesses often lack the budget or expertise to produce consistent marketing materials. This Skill generates complete starter marketing packages—brand positioning, content pillars, post ideas, captions, ad copy, and creative headlines—using deterministic rule-based templates without any AI API calls. ## Core Features & Use Cases - Rule-Based Content Generation: Produces positioning statements, 3 content pillars, 5 post ideas, 3 captions, 2 ad copy options, and 1 creative headline from an 8-field business brief. - Bilingual and Multi-Tone Output: Supports English and Burmese, four tones (Friendly, Professional, Premium, Fun), and Facebook or Instagram platforms via template banks keyed by [language][tone][platform]. - Business-Type Content Mapping: Maps business types like café, boutique, clinic, or gym to relevant content pillar themes with a default fallback. - Use Case: A café owner fills in the form with their business name, product, audience, and offer, selects a friendly tone for Instagram, and instantly receives a copy-ready marketing package with clipboard copy buttons. ## Quick Start Ask the agent to generate a marketing package for your business by providing your business name, type, product, target audience, main offer, platform, tone, and language.

Frequently Asked Questions about mini-ai-marketing-agency-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate marketing content for a small business without AI APIs?▼

Use rule-based template banks keyed by language, tone, and platform, then interpolate placeholders like {name}, {product}, and {audience} with business details. This generator runs entirely client-side in vanilla JavaScript with no API calls or build step.

How to create bilingual English and Burmese marketing content?▼

Organize templates under language keys (en and my) within each tone and platform, and load the Noto Sans Myanmar font alongside Inter for correct Burmese rendering. Select the language from the form and the engine picks the matching template bank.

Does this marketing generator require a server or build step?▼

No build step or server is required. Open index.html directly in a browser or serve it locally with python3 -m http.server. The entire generation engine runs client-side in vanilla JavaScript.

Why is the clipboard copy button not working in the browser?▼

The Clipboard API requires the page to be served over HTTPS or localhost. Check browser clipboard permissions and verify navigator.clipboard is available; opening the file in insecure contexts blocks copy operations.

Why do content pillars always show the default themes?▼

Business type matching uses case-insensitive .includes() against keywords in the contentPillarMap. If the entered business type contains no mapped keyword, the default pillars are returned; add more keywords to improve matching.

What are the limitations of rule-based marketing content generation?▼

Rule-based templates produce deterministic output limited to the predefined template banks, so phrasing can feel repetitive across businesses. Extending variety requires manually adding templates for new tones, languages, platforms, or business types.