Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub netzkontrast/agency --plugin agencyHow this skill is triggered — by the user, by Claude, or both
Slash command
/agency:branchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- agency-generated: v1 -->
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
name: branch description: Use when a development branch is ready to wrap up and its state must be detected to merge, open a PR, or report what blocks completion. allowed-tools:
Branch inspects the working tree and remote state and finishes the branch the appropriate way — merge when clean, a PR when review is needed, or a clear report of what blocks completion.
| Verb | Role | Brief | Reference |
|---|---|---|---|
assess | transform | Read the branch state (ahead/behind/dirty) and recommend merge/pr/keep/discard. | details |
commit_smart | transform | Compose a conventional-commit message from a change summary + the changed paths (Spec 046 F-C — decidable, no LLM). | details |
finish | effect | Finish the branch by the chosen action (merge/pr/keep/discard); record the outcome. | details |
await call_tool('capability_branch_assess', {'intent_id': 'intent:abc'})
Drive this capability's verbs by WALKING a skill one phase at a time (progressive disclosure, recorded as provenance):
branch-usage (usage): use-transform → use-effect → confirm
— walk it: await call_tool('capability_develop_skill_walk', {'name': 'branch-usage', 'inputs': {}, 'intent_id': '…'})