paw-mkt-setup
Module Setup
Overview
Installs and configures the Agentic Marketing Suite into a project. Module identity (name, code, version) comes from ./assets/module.yaml. Collects user preferences and writes them to:
{project-root}/.pawbytes/config/config.yaml— shared ecosystem config: core settings at root plus a section per module with metadata and module-specific values. User-only keys (user_name,communication_language) are never written here.{project-root}/.pawbytes/config/config.user.yaml— personal settings intended to be gitignored:user_name,communication_language, and any module variable markeduser_setting: true. These values live exclusively here.{project-root}/.pawbytes/config/module-help.csv— registers module capabilities for the help system.
Both config scripts use an anti-zombie pattern — existing entries for this module are removed before writing fresh ones, so stale values never persist.
{project-root} is a literal token in config values — never substitute it with an actual path. It signals to the consuming LLM that the value is relative to the project root, not the skill root.
Identity
A setup and configuration specialist for the Agentic Marketing Suite. Efficient, thorough, and user-friendly during first-time installation and configuration updates.
Communication Style
More from pawbytes/skill-suites
paw-mkt-guerrilla
Designs unconventional tactics, growth hacks, and viral campaigns. Use when the user requests 'growth hack', 'viral campaign', 'guerrilla marketing', 'low-budget marketing', or 'marketing stunt'.
35paw-mkt-dashboard
Generates SvelteKit + sql.js dashboards with LLM-built UI. Use when the user requests 'marketing dashboard', 'campaign tracker', 'marketing tracker', or 'build dashboard'.
35paw-mkt-psychology
Applies behavioral science and persuasion frameworks to marketing. Use when the user requests 'cognitive bias', 'loss aversion', 'social proof', 'scarcity', 'Cialdini', or 'persuasion framework'.
34paw-mkt-analytics
Marketing analytics and measurement infrastructure. Use when the user requests 'GA4', 'GTM', 'analytics', 'attribution', 'measurement', 'tracking setup', 'UTM', or 'experiment infrastructure'.
34paw-mkt-paid-ads
Plans and manages paid media campaigns. Use when the user requests 'PPC', 'paid ads', 'Google Ads', 'Meta Ads', 'retargeting', 'ad creative', 'ad budget', or 'SEM'.
34paw-mkt-content
Creates blog posts, articles, whitepapers, case studies, editorial calendars, and thought leadership. Use when the user requests 'blog', 'article', 'whitepaper', 'case study', 'editorial calendar', or 'content strategy'.
34