CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
PicsArt avatar

Multi Channel Bundle

PicsArt/gen-ai-skills
212 installs4 starsMIT
Summary

Replaces Picsart's two redundant campaign and launch kit skills with a single entry point that branches into mode-specific references. You feed it a brief, pick your channels (LinkedIn, Instagram, email, landing page, ads, reels), and it batch-generates a folder structure with correctly sized assets for each. The mode references handle the channel matrix and manifest templates so you're not building JSON by hand. Most useful when you need consistent hero-plus-variants across five or six formats at once and want to avoid the aspect ratio drift that happens when you regenerate per channel. If you only need ad variants or pitch slides, the other Picsart skills are more targeted.

Install to Claude Code

npx -y skills add PicsArt/gen-ai-skills --skill multi-channel-bundle --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Files
SKILL.mdView on GitHub

Multi-Channel Bundle

Produce a coordinated set of assets — hero, social variants, OG image, reel, optionally audio — for a single push: a marketing campaign or a product launch. Replaces two near-identical skills (campaign-kit, launch-kit) with one entry point and two mode references that differ only in scale, naming, and channel mix.

Input: the brief (campaign or launch). Output: a folder per channel with on-brand, on-format assets ready to ship.

When to Use

ModeTrigger phrasesReference
campaign"campaign kit", "multi-channel campaign assets", "LinkedIn + IG + email + LP + ads in one go"references/modes/campaign.md
launch"launch kit", "product launch assets", "launch day social + reel + soundtrack"references/modes/launch.md

If the user wants pitch-deck slides for an agency client, that's agency-pitch-mockups. If they want N ad variants from one hero (no other channels), that's marketer-ad-variant-factory.

Prerequisites

Picsart gen-ai CLI installed and authenticated:

curl -fsSL https://picsart.com/gen-ai-cli/install.sh | bash
gen-ai login
gen-ai whoami

Per-mode setup (channel matrix, copy alignment, motion source, audio licensing) lives inside each mode reference.

How to Run

  1. Identify the mode from the user's request using the table above.
  2. Load the corresponding mode reference: Read references/modes/<mode>.md.
  3. Follow the per-mode procedure — confirm channels, build the manifest, batch-generate.
  4. Return here only when switching modes.

Quick Reference

# Bundle generation is always a batch run
gen-ai batch --manifest manifest.json --output bundle/

# Estimate before committing
gen-ai pricing --manifest manifest.json

Manifest templates per mode live in the mode references.

Procedure

Shared outer loop:

  1. Scope — confirm: which channels, hero asset, copy lock state, motion (reel) required yes/no, audio required yes/no, deadline.
  2. Manifest — assemble a JSON manifest covering every required channel and format.
  3. Estimate — gen-ai pricing --manifest manifest.json. Surface the total.
  4. Generate — gen-ai batch. Stream progress.
  5. Compose — if a reel is in scope, hand the clips to gen-ai-use for assembly.
  6. Package — drop into bundle/<run>/<channel>/. Optionally zip via agency-client-handoff.

Pitfalls

  • Aspect ratios drift. Bake all required ratios (1:1, 4:5, 9:16, 16:9, 1200×630) into the manifest up front; don't fix per-channel afterward.
  • Copy lock matters. If copy isn't locked, treat the run as a draft; mark outputs in filenames (<channel>-DRAFT-...).
  • Audio licensing. Launch reels with soundtracks need licensed tracks; document the source in the manifest.
  • Mode-specific pitfalls live in the mode references.

Verification

# Confirm one folder per channel exists with expected file counts
find bundle/<run> -type d -maxdepth 1
ls -1 bundle/<run>/<channel>/ | wc -l

See also

  • agency-pitch-mockups — pitch-deck slide variant (different output type)
  • marketer-ad-variant-factory — ad-only fan-out
  • product-photo-studio — product-photo transforms feeding into a bundle
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Code Review & QualityAI & Agent BuildingRelease Management
First SeenJul 6, 2026
View on GitHub

More from PicsArt/gen-ai-skills

All 20 skills →
  • Enterprise Pinned Registry210
  • Enterprise Press Batch210
  • Picsart Api139
  • Agency Pitch Mockups5
  • Gen Ai Use262
  • Text To Visual233
  • Gen Ai Explainer223
  • Product Photo Studio223
  • Dev App Assets222
  • Gen Ai Persona Creation220
  • Prosumer Headshot Studio220
  • Dev Avatar Service217
  • Marketer Ad Variant Factory216
  • Agency Multi Brand Pack215
  • Dev Screenshot Beautifier215
  • Marketer Localize Campaign214
  • Agency Brand Scoping213
  • Agency Client Handoff213
  • Enterprise Brand Governor213

Recommended

More Code Review & Quality →
guia-matthieu avatar
google-ads-expert

guia-matthieu/clawfu-skills

Build profitable Google Ads campaigns by applying Perry Marshall's 80/20 principles to paid search optimization Use when: **Setting up a new Google Ads account** from scratch; **Optimizing existing campaigns** that are underperforming; **Structuring campaigns** for maximum quality score and ROI; **Applying 80/20 thinking** to identify high-leverage optimizations; **Scaling profitable campaigns** without wasting budget
211
145
laurigates avatar
ruff-linting

laurigates/claude-plugins

Python linting with ruff. Fast linting, rule selection, auto-fixing, and config. Use when checking Python code quality, enforcing standards, or finding bugs.
211
49
lobehub avatar
db-migrations

lobehub/lobehub

Use for database rollout strategy, Drizzle migrations, online index creation, data backfills, migration regeneration, sequence conflicts after rebase, idempotent SQL review, or migration renames.
211
81.4k
patricio0312rev avatar
domain-model-boundaries-mapper

patricio0312rev/skills

Identifies domain modules, ownership boundaries, dependencies, and interfaces using Domain-Driven Design principles. Provides domain maps, bounded contexts, refactor recommendations. Use for "DDD", "domain modeling", "bounded contexts", or "service boundaries".
211
55
postplusai avatar
script-generator

postplusai/postplus-skills

Turn vague product, offer, benchmark, or campaign inputs into high-quality short-form script objects for AI UGC videos and TikTok or Instagram slideshows. Use this when the user needs hook variants, script variants, slideshow flows, reveal timing, proof logic, and downstream handoff artifacts rather than one-off copy. This skill should guide weak inputs into testable scripts, not merely rewrite them more naturally.
211
19
pproenca avatar
effect-ts

pproenca/dot-skills

Effect-TS library usage in TypeScript — Effect.gen generators, Schema.Struct/Schema.Class definitions, Layer/Context.Tag/Service patterns, Effect.pipe pipelines, Data.TaggedError/Data.Class error types, Ref/Queue/PubSub/Deferred concurrency primitives, Match module, Config providers, Scope/Exit/Cause/Runtime patterns, or any code using Effect's typed error channel (E parameter). Trigger when writing, reviewing, debugging, or refactoring TypeScript code that uses Effect — when you see imports from `effect`, `effect/*`, or any `@effect/*` scoped package (schema, platform, sql, opentelemetry, cli, cluster, rpc, vitest). Also trigger when the user asks about Effect patterns, migration from Promises/fp-ts/neverthrow to Effect, or how to structure an Effect application. Do NOT trigger for React's useEffect, Redux side effects, or general English usage of "effect" unless the context clearly involves the Effect-TS library.
211
192