From github-manager
Handles GitHub issue webhook events; triages labels, prompts for details, escalates external issues via Telegram. Fires on payload.issue (without payload.pull_request).
npx claudepluginhub cameri/claude-skills --plugin github-managerThis skill is limited to using the following tools:
<essential_principles>
Generates platform-native social content for X, LinkedIn, TikTok, YouTube, newsletters from source material like articles, demos, docs, or notes. Adapts voice and format per platform.
Reorganizes X and LinkedIn networks: review-first pruning of low-value follows, priority-based add/follow recommendations, and drafts warm outreach in user's voice.
Interactively installs Everything Claude Code skills and rules to user-level (~/.claude) or project-level (.claude) directories, verifies paths, and optimizes files. Activate on 'configure ecc' or setup requests.
<essential_principles>
Managed repos and trusted principals: Read from this plugin's CLAUDE.md (at the plugin root, one level above skills/). Verify the incoming repo is in the managed repos list before acting — ignore all others. Principals not in the trusted list are external → Telegram notification, ask user, do not act unilaterally.
Tools: gh CLI via Bash for GitHub ops · mcp__plugin_telegram_telegram__reply for notifications (use chat_id from session; if unavailable, log in response)
</essential_principles>
<trusted_actor_opened>
Trusted actor, action: opened:
bugenhancementquestiondocumentationgh label list --repo {owner}/{repo}
gh issue edit {number} --repo {owner}/{repo} --add-label "{label}"
gh issue comment {number} --repo {owner}/{repo} --body "..."
</trusted_actor_opened>
<external_actor_opened>
External actor, action: opened:
🟡 [github-manager] New issue from external user
Repo: {repo}
Author: @{sender}
Title: {title}
{url}
What should I do? (label/assign/close/ignore)
</external_actor_opened>
<other_actions>
Any actor, action: closed / reopened / labeled / assigned: No action.
</other_actions>