Creative asset testing and optimization tools
Tests and optimizes creative assets for marketing effectiveness across multiple channels and formats.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Creative Testing Platform skill provides creative asset testing and optimization capabilities. This skill enables data-driven creative development, testing, and optimization across marketing channels.
const creativeTest = {
campaign: 'Q1 2026 Brand Campaign',
channel: 'paid-social',
testType: 'multivariate',
elements: {
headlines: [
'Transform Your Business Today',
'The Future of Work is Here',
'Unlock Your Team\'s Potential'
],
images: [
'hero-product-shot.jpg',
'lifestyle-office.jpg',
'abstract-tech.jpg'
],
ctas: [
'Learn More',
'Get Started',
'Try Free'
]
},
setup: {
platform: 'Meta Ads',
budget: 5000,
duration: '14 days',
audience: 'prospecting-lookalike',
objective: 'conversions',
minimumSampleSize: 1000
},
metrics: {
primary: 'conversion-rate',
secondary: ['ctr', 'cpc', 'video-completion'],
confidence: 0.95
},
results: {
winner: {
headline: 'Transform Your Business Today',
image: 'lifestyle-office.jpg',
cta: 'Get Started'
},
improvement: {
conversionRate: '+23%',
ctr: '+15%',
cpc: '-12%'
}
}
};
| Process | Integration Points |
|---|---|
| campaign-creative-development.js | Creative testing |
| ab-testing-program.js | Testing methodology |
| campaign-performance-analysis.js | Performance tracking |
| Metric | Description | Target |
|---|---|---|
| Test Velocity | Tests run per month | >4 |
| Win Rate | Tests producing winners | >30% |
| Lift | Average improvement | >15% |
| Learning Rate | Insights documented | All tests |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.