The gotcha claimed Gitea never auto-closes issues on merge. Confirmed empirically (issue #63 / PR #64) that a regular merge preserving an original commit's closing keyword does auto-close — only squash merges (this skill's default) are unreliable. Also drops search_issues from allowed-tools since no dispatch route calls it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
bin
A place for things to be binned
Install
Claude Code:
claude plugin marketplace add <owner>/<repo>
claude plugin install bin@<marketplace-name>
GitHub Copilot CLI:
copilot plugin marketplace add <owner>/<repo>
copilot plugin install bin
Local (development):
# Claude Code
claude --plugin-dir ./plugins/bin
# GitHub Copilot CLI
copilot plugin install ./plugins/bin
Contents
| Component | Path | Description |
|---|---|---|
| Skills | skills/ |
Slash commands available after install |
| Agents | agents/ |
Role-based agents (.md for Claude, .agent.md for Copilot) |
Author
Defame1297