Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/MikeTreml/MissionControl --skill creative-testing명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Expert Electron application architecture skill for IPC design, main/renderer/preload boundaries, security hardening, performance optimization, packaging strategy, native integration, and cross-platform desktop development. Use when reviewing or designing Electron apps, planning migrations, auditing architecture risks, choosing IPC patterns, diagnosing startup or memory issues, or coordinating related Electron skills.
Generates DrawIO XML diagrams for Amazon Web Services architectures from text descriptions or images. Analyzes existing .drawio files to extract AWS components. Use for AWS architecture diagrams, cloud infrastructure documentation, or when converting AWS diagram images to editable DrawIO format.
Generates DrawIO XML diagrams for Google Cloud Platform architectures from text descriptions or images. Analyzes existing .drawio files to extract GCP components. Use for GCP architecture diagrams, cloud infrastructure documentation, or when converting GCP diagram images to editable DrawIO format.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | creative-testing |
| description | Creative asset testing and optimization tools |
| allowed-tools | ["Read","Write","Glob","Grep","Bash","WebFetch"] |
| metadata | {"specialization":"marketing","domain":"business","category":"Campaign Management","skill-id":"SK-016","dependencies":["Creative testing platform APIs"]} |
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'
},
: {
: ,
: ,
:
}
}
};
| 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 |