paw-cra-setup
Pawbytes Creative Suites Setup
Overview
Installs and configures the Pawbytes Creative Suites module into a project. Module identity (name, code, version) comes from ./assets/module.yaml. Collects user preferences and writes them to the Pawbytes ecosystem config:
{project-root}/.pawbytes/config/config.yaml— shared project config: core settings at root plus acra:section with module-specific values.{project-root}/.pawbytes/config/config.user.yaml— personal settings intended to be gitignored: API keys and any variable markeduser_setting: truein./assets/module.yaml. 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.
On Activation
- Read
./assets/module.yamlfor module metadata and variable definitions (thecodefieldcrais the module identifier) - Check if
{project-root}/.pawbytes/config/config.yamlexists — if acra:section is already present, inform the user this is an update - Check for existing config at
{project-root}/_bmad/config.yaml(legacy BMad format). If found, inform the user that legacy config can be migrated to the new Pawbytes ecosystem format.
More from pawbytes/skill-suites
paw-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-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-analytics
Marketing analytics and measurement infrastructure. Use when the user requests 'GA4', 'GTM', 'analytics', 'attribution', 'measurement', 'tracking setup', 'UTM', or 'experiment infrastructure'.
34paw-mkt-social
Organic social media strategy and content creation. Use when the user requests 'social media', 'social calendar', 'hashtag strategy', 'follower growth', 'UGC', 'Instagram', 'TikTok', or 'LinkedIn'.
34paw-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-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'.
34