Pawbytes Skill Suites

April 21, 2026 · View on GitHub

59 AI agent skills for Claude Code — agentic marketing automation, AI creative agency workflows, product development, webinar creation, and developer productivity tools.

Install

npx skills add pawbytes/skill-suites

The interactive installer lets you pick individual modules or install everything at once.


Modules

Marketing Suites — 23 skills

A full AI marketing team inside Claude Code. One agency agent routes every request to the right specialist automatically — no need to know which skill to call.

SkillWhat it does
paw-mkt-agent-agencyMaster router — coordinates all 22 specialists from a single prompt
paw-mkt-sostacFull 6-phase SOSTAC marketing strategy with research-first analysis
paw-mkt-product-contextProduct positioning, ICP, messaging framework, competitive differentiation
paw-mkt-contentBlog posts, whitepapers, case studies, editorial calendars
paw-mkt-seoTechnical SEO audits, keyword research, pSEO, GEO, link building
paw-mkt-emailEmail sequences, newsletters, drip campaigns, lifecycle automation
paw-mkt-socialOrganic social strategy, content calendars, hashtag and UGC programs
paw-mkt-paid-adsGoogle Ads, Meta Ads, PPC strategy, retargeting, ad creative
paw-mkt-videoYouTube/TikTok/Reels strategy, scripts, SEO, thumbnails
paw-mkt-prPress releases, journalist outreach, crisis comms, reputation management
paw-mkt-influencerInfluencer and creator partnerships, UGC programs, affiliate programs
paw-mkt-croLanding pages, signup flows, A/B tests, forms, exit popups, onboarding
paw-mkt-referralReferral programs, affiliate structures, word-of-mouth campaigns
paw-mkt-retentionChurn prevention, cancel flows, dunning, win-back, health scoring
paw-mkt-pricingPricing tiers, freemium models, willingness-to-pay, value metrics
paw-mkt-launchProduct launch plans, GTM strategy, Product Hunt, early access
paw-mkt-salesSales decks, pitch decks, demo scripts, objection handling, battle cards
paw-mkt-communityDiscord/Slack communities, champions programs, community-led growth
paw-mkt-analyticsGA4, GTM, UTM setup, attribution, measurement infrastructure
paw-mkt-guerrillaGrowth hacks, viral campaigns, low-budget unconventional tactics
paw-mkt-psychologyBehavioral science, cognitive biases, Cialdini persuasion frameworks
paw-mkt-dashboardSvelteKit + sql.js marketing dashboards with LLM-generated UI
paw-mkt-setupOne-time module setup and configuration

Creative Agency Suites — 15 skills

A full AI creative agency with persistent agent personas and deterministic production workflows. Brief Aria the Creative Director — she coordinates the Designer, Strategist, and Video Producer automatically.

Agents (persistent personas with memory across sessions):

AgentRole
paw-cra-agent-creative-directorAria — orchestrator, entry point for all creative requests
paw-cra-agent-designerVisual production — social posts, carousels, brand assets, templates
paw-cra-agent-strategistResearch, content strategy, scripts, copy, competitor analysis
paw-cra-agent-video-producerShort-form, long-form, episodic video, subtitles, voiceover

Workflows (deterministic production pipelines):

WorkflowWhat it produces
paw-cra-campaign-orchestrationFull campaign — dispatches Designer + Video Producer in parallel
paw-cra-content-researchCompetitor analysis, trend research, content opportunity bundles
paw-cra-design-socialPlatform-ready social posts and carousels
paw-cra-design-brandLogos, icons, flyers, banners, brand identity assets
paw-cra-design-batchBulk asset generation from a content calendar or campaign brief
paw-cra-video-shortformTikTok, Reels, and YouTube Shorts vertical video
paw-cra-video-longformYouTube and web long-form (1–10 min), episodic series
paw-cra-video-clipsClip extraction and repurposing for multi-platform distribution
paw-cra-multi-platform-exportResize and encode master assets for every platform spec
paw-cra-quality-controlCross-asset QC with severity-rated report for full campaigns
paw-cra-setupOne-time module setup and configuration

Prodig Suites — 14 skills

End-to-end product development orchestrator. Transform concepts into production-ready deliverables with research, strategy, and execution phases.

SkillWhat it does
paw-ps-agent-product-builderMaster coordinator — routes requests to appropriate agents/workflows
paw-ps-strategistProduct strategist — roadmap, positioning, competitive analysis
paw-ps-discoveryCreative discovery — ideation, market gaps, opportunity mapping
paw-ps-researchRigorous market research — surveys, interviews, data analysis
paw-ps-audienceCustomer insight specialist — personas, segmentation, JTBD
paw-ps-research-to-briefConvert discovery and research into actionable briefs
paw-ps-concept-to-product-planTransform accepted concepts into product plans
paw-ps-knowledge-executorBuild knowledge base content and documentation
paw-ps-service-executorExecute service-based product deliverables
paw-ps-software-executorProduct execution for software and technical deliverables
paw-ps-template-executorBuild template-based assets and frameworks
paw-ps-product-package-assemblerBundle product artifacts into deliverable packages
paw-ps-publish-ready-checkEvaluate whether products meet publish-ready criteria
paw-ps-setupOne-time module setup and configuration

Webinar Creator Suites — 4 skills

AI-powered webinar production from research to final deliverable.

SkillWhat it does
paw-wbc-agent-discoveryResearch-obsessed strategist — topic research, audience analysis
paw-wbc-agent-producerStructured producer — slides, scripts, recording coordination
paw-wbc-webinar-creationGuided end-to-end webinar creation workflow
paw-wbc-setupOne-time module setup and configuration

Utility — 3 skills

SkillWhat it does
paw-tools-presentationGenerate McKinsey-style HTML slide decks from marketing strategies
paw-tools-releaseAutomate releases — version bump, changelog, git tag, GitHub release
paw-tools-setupOne-time module setup and configuration

Repository Structure

skill-suites/
├── src/
│   ├── marketing/           # paw-mkt-* skills (23)
│   │   ├── paw-mkt-agent-agency/
│   │   ├── paw-mkt-content/
│   │   ├── paw-mkt-seo/
│   │   └── ... (20 more)
│   │
│   ├── creative/            # paw-cra-* skills (15)
│   │   ├── paw-cra-agent-creative-director/
│   │   ├── paw-cra-agent-designer/
│   │   └── ... (13 more)
│   │
│   ├── prodig/              # paw-ps-* skills (14)
│   │   ├── paw-ps-agent-product-builder/
│   │   ├── paw-ps-strategist/
│   │   └── ... (12 more)
│   │
│   ├── webinar/             # paw-wbc-* skills (4)
│   │   ├── paw-wbc-agent-discovery/
│   │   ├── paw-wbc-agent-producer/
│   │   └── ... (2 more)
│   │
│   └── tools/               # paw-tools-* skills (3)
│       ├── paw-tools-presentation/
│       ├── paw-tools-release/
│       └── paw-tools-setup/

└── .claude-plugin/
    └── marketplace.json     # unified installer manifest

Each skill folder contains:

paw-{suite}-{skill-name}/
├── SKILL.md      # Main skill definition and prompts
├── assets/       # Supporting assets (templates, examples)
└── scripts/      # Optional automation scripts

Manual Installation Guide

If you're cloning this repository directly (e.g., for use with Claude Code, OpenClaw, or other AI environments), follow these steps:

Step 1: Clone the Repository

git clone https://github.com/pawbytes/skill-suites.git
cd skill-suites

Step 2: Copy Skills to Your AI's Skills Folder

Each suite is located under src/{suite-name}/. Copy the skill folders to your AI's skills directory:

For Claude Code:

# Copy individual skills (example: marketing setup)
cp -r src/marketing/paw-mkt-setup ~/.claude/skills/

# Copy all skills from a suite
cp -r src/marketing/paw-mkt-* ~/.claude/skills/

# Copy all skills from all suites
cp -r src/marketing/paw-mkt-* ~/.claude/skills/
cp -r src/creative/paw-cra-* ~/.claude/skills/
cp -r src/prodig/paw-ps-* ~/.claude/skills/
cp -r src/webinar/paw-wbc-* ~/.claude/skills/
cp -r src/tools/paw-tools-* ~/.claude/skills/

For OpenClaw or similar environments:

# Adjust the destination path to your environment's skills folder
cp -r src/marketing/paw-mkt-* /path/to/your/skills/folder/

Step 3: Run the Setup Skill

After copying skills, run the appropriate setup skill to initialize each suite:

SuiteSetup SkillWhat it does
Marketing/paw-mkt-setupInitialize marketing workflows and configuration
Creative/paw-cra-setupSet up creative agency agents and workflows
Prodig/paw-ps-setupInitialize product development environment
Webinar/paw-wbc-setupSet up webinar creation workflows
Tools/paw-tools-setupInitialize utility tools

Example:

/paw-mkt-setup

This will:

  1. Create necessary configuration files
  2. Set up agent personas and memory (for Creative suite)
  3. Initialize workflow templates
  4. Configure any required integrations

Quick Reference: Suite Prefixes

PrefixSuiteSkills Count
paw-mkt-Marketing23
paw-cra-Creative Agency15
paw-ps-Prodig14
paw-wbc-Webinar Creator4
paw-tools-Utility Tools3

License

MIT License — use freely for personal and commercial projects.