feat(agent): add direct notification skill - #26
Merged
Merged
Conversation
elierotenberg
force-pushed
the
feat/agent-skill
branch
from
September 13, 2026 08:27
3659038 to
fb06ea7
Compare
Direct notifications let agents alert users about requested milestones and actionable blockers while work remains active. Add a repository skill that guides agents to publish safe, workspace-routed notifications without duplicating routine hook events. repository: - Define when agents should publish direct Busy Octopus notifications. - Keep notification content concise, safe, and best effort.
Busy Octopus offers optional guidance for direct agent notifications in
addition to lifecycle hooks. Users need a simple way to obtain the
canonical skill in the layout used by their agent.
Add skill output and installation commands, including optional
installation alongside provider hook setup.
repository:
- Document direct skill setup and alternative installation with the
skills CLI.
- Record the optional agent skill in the changelog.
cli:
- Print the canonical skill or install it in Agents and Claude Code
project layouts.
- Let agent setup install the skill for the selected provider.
- Share atomic text-file operations used by agent configuration.
release:
- Include the canonical skill in npm packages and verify it through the
installed CLI.
elierotenberg
force-pushed
the
feat/agent-skill
branch
from
September 13, 2026 08:34
fb06ea7 to
aeddaa3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Agents sometimes need to alert users at requested milestones or
actionable blockers before a lifecycle hook fires. Busy Octopus needs
portable, self-contained guidance for sending those alerts safely.
Add a canonical Busy Octopus skill with CLI output and installation for
supported agent layouts, including optional installation alongside
provider hooks.
repository:
cli:
project layouts.
--skillisselected.
operations.
release:
installed CLI.