소스 정보
- 저장소
- MikeTreml/MissionControl
- 최근 소스 활동
- 2026년 4월 29일 22:06
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/MikeTreml/MissionControl --skill crm-integration명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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 | crm-integration |
| description | CRM data synchronization and sales-marketing alignment operations |
| allowed-tools | ["Read","Write","Glob","Grep","Bash","WebFetch"] |
| metadata | {"specialization":"marketing","domain":"business","category":"Marketing Analytics","skill-id":"SK-018"} |
The CRM Integration Skill provides comprehensive capabilities for CRM data synchronization, sales-marketing alignment, and revenue attribution tracking. This skill enables seamless integration with major CRM platforms including Salesforce, HubSpot CRM, and Microsoft Dynamics 365, supporting lead management, contact synchronization, and pipeline reporting.
This skill integrates with the following marketing processes:
skill: crm-integration
action: configure-salesforce
parameters:
connection:
auth_type: oauth2
instance_url: "https://company.salesforce.com"
api_version: "58.0"
sync_configuration:
objects:
- name: Lead
direction: bidirectional
sync_fields:
- FirstName
- LastName
- Email
- Company
- LeadSource
- Marketing_Campaign__c
- Lead_Score__c
triggers:
- on_create
- on_update
- name: Opportunity
direction: crm_to_marketing
sync_fields:
- Name
- Amount
- StageName
- CloseDate
-
skill: crm-integration
action: configure-lead-routing
parameters:
platform: salesforce
routing_rules:
- name: "Enterprise Leads"
criteria:
Company_Size__c: ">= 1000"
Annual_Revenue__c: ">= 10000000"
assignment:
type: queue
queue_name: "Enterprise Sales Queue"
notification: immediate
- name: "SMB Leads"
criteria:
Company_Size__c: "< 100"
assignment:
type: round_robin
user_pool: "SMB_Sales_Team"
notification: digest
- name: "Default"
criteria: null
assignment:
type: queue
queue_name: "General Sales Queue"
skill: crm-integration
action: configure-attribution
parameters:
platform: hubspot
attribution_model:
type: multi-touch
models:
- first_touch:
weight: 0.4
- lead_creation:
weight: 0.2
- opportunity_creation:
weight: 0.2
- closed_won:
weight: 0.2
campaign_mapping:
utm_source: "Traffic Source"
utm_medium: "Marketing Channel"
utm_campaign: "Campaign Name"
utm_content: "Ad Variant"
revenue_fields:
deal_amount: Amount
close_date: CloseDate
influenced_revenue: Marketing_Influenced_Revenue__c
skill: crm-integration
action: create-pipeline-report
parameters:
platform: salesforce
report_name: "Marketing-Influenced Pipeline"
filters:
- field: StageName
operator: not_equals
value: "Closed Lost"
- field: Marketing_Touch_Count__c
operator: greater_than
value: 0
groupings:
- field: LeadSource
- field: StageName
metrics:
- field: Amount
aggregation: sum
label: "Pipeline Value"
- field: Id
aggregation: count
label: "Deal Count"
- formula: "SUM(Amount) / COUNT(Id)"
label: "Average Deal Size"
schedule:
frequency: weekly
recipients:
skill: crm-integration
action: sync-contacts
parameters:
source: hubspot
destination: salesforce
mapping:
hubspot_property: salesforce_field
email: Email
firstname: FirstName
lastname: LastName
company: Company
phone: Phone
lifecyclestage: Lead_Status__c
hs_lead_status: Status
sync_rules:
direction: bidirectional
conflict_resolution: most_recent
frequency: real-time
batch_size: 100
filters:
- property: lifecyclestage
values: [subscriber, lead, marketingqualifiedlead, salesqualifiedlead]