소스 정보
- 저장소
- 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 culture-assessment명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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 | culture-assessment |
| description | Assess and measure organizational culture using validated frameworks |
| allowed-tools | ["Read","Write","Glob","Grep","Bash"] |
| metadata | {"specialization":"human-resources","domain":"business","category":"Organizational Development","skill-id":"SK-021","dependencies":["Culture frameworks","Diagnostic tools"]} |
The Culture Assessment skill provides capabilities for assessing and measuring organizational culture using validated frameworks. This skill enables culture diagnostics, gap analysis between current and desired states, and transformation planning.
const cultureAssessment = {
framework: 'competing-values',
dimensions: [
{ name: 'Clan', description: 'Collaborative, mentoring, team-oriented' },
{ name: 'Adhocracy', description: 'Creative, entrepreneurial, innovative' },
{ name: 'Market', description: 'Competitive, results-oriented, goal-focused' },
{ name: 'Hierarchy', description: 'Controlled, structured, efficient' }
],
assessment: {
method: 'survey',
questions: 'ocai-validated',
states: ['current', 'preferred']
},
scope: {
level: 'organization',
departments: 'all',
levels: 'all'
},
demographics: ['department', 'level', 'tenure', 'function'],
qualitative: {
focusGroups: true,
interviews: 'leadership',
artifacts: 'review'
}
};
const transformationRoadmap = {
currentState: {
dominant: 'Hierarchy',
scores: { clan: 20, adhocracy: 15, market: 25, hierarchy: 40 }
},
desiredState: {
dominant: 'Adhocracy',
scores: { clan: 25, adhocracy: 35, market: 25, hierarchy: 15 }
},
interventions: [
{
area: 'Leadership Behaviors',
actions: ['Leadership development program', 'Role modeling training'],
timeline: 'Q1-Q2 2026',
owners: 'CHRO, L&D'
},
{
area: 'Decision Making',
actions: ['Decentralize decisions', 'Empower teams'],
timeline: 'Q2-Q3 2026',
owners: 'CEO, Department heads'
},
{
area: 'Recognition',
actions: ['Innovation awards', 'Risk-taking celebration'],
timeline: 'Q2 2026',
owners:
}
],
: [
{ : , : , : },
{ : , : , : }
]
};
This skill integrates with the following HR processes:
| Process | Integration Points |
|---|---|
| culture-assessment-transformation.js | Full culture workflow |
| employee-engagement-survey.js | Engagement-culture link |
| leadership-development-program.js | Leadership culture role |
| Metric | Description | Target |
|---|---|---|
| Culture Gap | Current vs. desired gap score | Decreasing over time |
| Assessment Participation | Employees completing assessment | >75% |
| Intervention Completion | Planned actions completed | >80% |
| Behavior Change | Observable behavior shifts | Qualitative improvement |
| Subculture Alignment | Variation across departments | Decreasing |