用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MikeTreml/MissionControl --skill okr-management命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | okr-management |
| description | Manage OKRs and goal setting with alignment and tracking capabilities |
| allowed-tools | ["Read","Write","Glob","Grep","Bash"] |
| metadata | {"specialization":"human-resources","domain":"business","category":"Performance Management","skill-id":"SK-005","dependencies":["OKR frameworks","Progress tracking systems"]} |
The OKR/Goal Management skill provides capabilities for creating, cascading, and tracking Objectives and Key Results across organizations. This skill enables SMART goal creation, alignment visualization, and progress monitoring for effective performance management.
const okrConfig = {
objective: 'Improve customer satisfaction',
level: 'Team',
team: 'Customer Success',
period: 'Q1-2026',
keyResults: [
{
description: 'Increase NPS from 45 to 60',
startValue: 45,
targetValue: 60,
metric: 'NPS Score',
scoringMethod: 'linear'
},
{
description: 'Reduce average response time from 4h to 2h',
startValue: 4,
targetValue: 2,
metric: 'Hours',
scoringMethod: 'inverse-linear'
},
{
description: 'Achieve 95% customer retention',
startValue: 90,
targetValue: 95,
metric: 'Percentage',
scoringMethod: 'linear'
}
],
parentObjective: 'company-customer-experience-okr-001'
};
const alignmentQuery = {
scope: 'organization',
period: 'Q1-2026',
analysis: {
checkCascading: true,
findOrphans: true,
detectGaps: true,
measureCoverage: true
},
output: {
report: true,
visualization: true,
recommendations: true
}
};
This skill integrates with the following HR processes:
| Process | Integration Points |
|---|---|
| goal-setting-okr-framework.js | Full OKR workflow |
| performance-review-cycle.js | Goal achievement evaluation |
| succession-planning.js | Development goal tracking |
| Metric | Description | Target |
|---|---|---|
| Goal Setting Rate | Employees with goals set | 100% |
| Alignment Score | Goals linked to parent objectives | >90% |
| Average Attainment | Mean goal completion percentage | 60-70% |
| Check-in Frequency | Updates per goal per quarter | >6 |
| Goal Quality | Goals meeting SMART criteria | >95% |