一键导入
unpause-subs
Re-enable the skill bus after pausing. Restores subscription processing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Re-enable the skill bus after pausing. Restores subscription processing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Subscribe to a skill event. Adds a subscription that injects context before or after a skill runs. Supports optional conditions at both insert-level (inherited by all subscriptions) and subscription-level (AND-stacked). Conditions include fileExists, gitBranch, envSet, envEquals, fileContains (with optional regex).
Show skill-bus overview, status, and available commands. Quick reference for all skill-bus features.
List all active skill-bus subscriptions across global and project scopes, showing merge status, insert-level and subscription-level conditions, effective condition stacking, and what would fire for each skill.
Temporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.
Use when completing a plan, finishing a development branch, wrapping up a session, or at any natural transition between work phases — reviews skill-bus telemetry to identify subscription gaps and suggest improvements
Unsubscribe from a skill event. Removes or disables subscriptions with scope-aware options.
| name | unpause-subs |
| description | Re-enable the skill bus after pausing. Restores subscription processing. |
Announce: "Resuming skill-bus."
Read both config files. Identify which level(s) are paused.
If only one level is paused, resume it automatically.
If both levels are paused, ask: "Both global and project are paused. Resume which?"
Set settings.enabled to true in the appropriate file(s).
If the project config file only contains {"settings": {"enabled": false}} and nothing else, delete it entirely (clean state).
Show: "Skill bus resumed at [scope] level. Subscriptions are active again."