paw-mkt-setup

Automate Agentic Marketing Suite setup and migrate legacy configs.

85|12|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/pawbytes/skill-suites --skill paw-mkt-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paw-mkt-setup
Source: https://github.com/pawbytes/skill-suites/tree/main/src/marketing/paw-mkt-setup
Command: npx skills add https://github.com/pawbytes/skill-suites --skill paw-mkt-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

Streamlines the initial installation and configuration of the Agentic Marketing Suite (AMS) by creating and migrating module settings, so teams can start using the suite with minimal setup effort.

Core Features & Use Cases

  • Auto-migration: Detects legacy paths and migrates them to the new .pawbytes/config structure to preserve existing configurations.
  • Config writing: Generates and writes core and module settings to the project’s config files, while keeping user-only keys in a separate user config.
  • First-time setup guidance: Provides guided prompts and sensible defaults to ensure a smooth onboarding experience for new AMS deployments.

Quick Start

Install and configure the Agentic Marketing Suite module in your project using this setup skill to generate and apply the module's configuration.

Frequently Asked Questions about paw-mkt-setup

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

FAQPage Schema
How do I automate marketing suite configuration and migrate legacy settings?

Automating marketing suite configuration is handled by detecting legacy paths and migrating them to the new .pawbytes/config structure, generating new config files while preserving existing settings. This ensures teams can deploy with minimal manual setup effort.

What is the best way to set up Agentic Marketing Suite modules for a new project?

The best way to set up Agentic Marketing Suite modules is through a guided first-time setup process that provides sensible defaults and prompts. It generates and writes core and module settings directly to your project's configuration files.

Does the setup process keep user-only config keys separate from core module settings?

Yes, the setup process keeps user-only config keys separate from core module settings. It writes user-specific configurations to a separate user config file while generating the main project settings.

Can I migrate existing configuration files to the new .pawbytes/config structure automatically?

You can migrate existing configuration files automatically by using the auto-migration feature. It detects legacy paths within your project and seamlessly migrates them to the new .pawbytes/config directory structure.

Do I need pyyaml to run the marketing workflow module setup?

Yes, you need pyyaml installed as a dependency to run the marketing workflow module setup. The setup scripts rely on it to parse, generate, and write the required configuration files.