Agent skill
unpause-subs
Re-enable the skill bus after pausing. Restores subscription processing.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/unpause-subs
SKILL.md
Resume Skill Bus
Announce: "Resuming skill-bus."
Process
Step 1: Check Current State
Read both config files. Identify which level(s) are paused.
Step 2: Resume
If only one level is paused, resume it automatically.
If both levels are paused, ask: "Both global and project are paused. Resume which?"
- Both
- Global only
- Project only
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).
Step 3: Confirm
Show: "Skill bus resumed at [scope] level. Subscriptions are active again."
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?