一键导入
mcub-openagent-workflow
Route OpenAgent MCUB work across repo navigation, debugger fixes, module creation, release workflows, and skill registry management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Route OpenAgent MCUB work across repo navigation, debugger fixes, module creation, release workflows, and skill registry management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create and update debug MCUB userbot modules in app-debug using the MCUB module API, class-style modules, and inline form/callback docs.
Inspect git status, diffs, branches, and prepare commits safely while preserving unrelated user changes.
Run, interpret, and fix MCUB debugger warnings and errors while preserving module behavior and build history.
Navigate and explain local MCUB documentation while routing module and API questions to the right sources and warning against Hikka assumptions.
Statically audit MCUB modules before release for safety, metadata, dependencies, commands, inline callbacks, and release readiness without editing code.
Validate, publish, index, commit, and push MCUB modules from debug builds into the MCUB module repository.
| name | MCUB-openagent-workflow |
| description | Route OpenAgent MCUB work across repo navigation, debugger fixes, module creation, release workflows, and skill registry management. |
| keywords | ["openagent","skill","skills","cкилл","cкиллы","workflow","aгeнт","repo","registry"] |
Use this skill when the user asks OpenAgent to work in the MCUB repositories, manage MCUB skills, inspect MCUB workflows, fix debugger findings, create modules, or prepare module releases.
This is the top-level routing skill for MCUB work. It does not replace the focused MCUB skills; it decides which workflow applies and keeps OpenAgent aligned with MCUB project conventions.
openagent_skills/<skill-name>/SKILL.md as the local OpenAgent skill source of truth..opencode/skills as OpenCode-only and do not use it for OpenAgent skill loading.Route the task before editing anything.
Use MCUB-modules-creator when the user asks to create, edit, update, refactor, or debug an MCUB module build.
That workflow owns:
app-debug;Use MCUB-release-modules when the user asks to release, publish, upload, ship, index, commit, or push an MCUB module to the public module repository.
That workflow owns:
modules.ini entry rules;Use the debugger workflow when the user asks about MCUB warning IDs, false positives, rule behavior, or debugger tests.
For debugger work:
Use the OpenAgent skill registry workflow when the user asks to list, read, import, export, or save skills.
OpenAgent supports skill operations through its existing registry behavior. Use those existing operations instead of creating a parallel registry.
The expected skill operations are:
The active debug workspace is usually:
/home/alina/test/MCUB/MCUB-forkThe release/module repository is usually:
/home/alina/test/MCUB/repo-MCUB-forkImportant local skill locations:
.opencode/skills/MCUB-modules-creator/SKILL.md.opencode/skills/MCUB-release-modules/SKILL.md.opencode/skills/MCUB-openagent-workflow/SKILL.mdImportant exported skill location:
openagent_skillsWhen creating or updating a skill:
.opencode/skills/<skill-name>/SKILL.md as the local source path;name and description;Before reporting completion:
name and description;MCUB-modules-creator;MCUB-release-modules;If an exported markdown copy is created, confirm it mirrors the local skill content and explain that .opencode/skills remains the source of truth.