paw-mkt-setup
Installation
SKILL.md
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.