npx claudepluginhub frankledo/claude-skillsScan Slack for unanswered DMs, @mentions, and thread replies. Drafts context-aware replies and asks permission before sending.
Watch GitHub PRs, issues, and Jira tickets for state changes. Notifies when a watched item meets its condition.
Productivity skills for Slack monitoring and GitHub/Jira tracking
A collection of Claude Code skills by FrankLedo.
Add the marketplace once (case-sensitive):
claude plugin marketplace add FrankLedo/claude-skills
Then install individual skills by name:
claude plugin install slack-monitor
| Skill | Description |
|---|---|
| slack-monitor | Scan Slack for unanswered DMs, @mentions, and thread replies. Drafts context-aware replies and asks permission before sending. |
| tickler | Watch GitHub PRs, issues, and Jira tickets. Get notified when something changes or meets a condition. |
Skills are invoked by name:
/slack-monitor
Skills should be lightweight and token-efficient. Every byte loaded into
context on each invocation has a cost — keep SKILL.md as the lean
entry point and move detail into supporting files that are read on
demand.
The slack-monitor skill demonstrates the pattern:
SKILL.md — minimal entry point, always loaded. Orchestrates the
workflow but contains no bulk detail.workflow/ — referenced conditionally. HANDLE.md is only read when
there are actionable messages; FORMATS.md only when a file format
is needed. On idle cycles with nothing to do, none of these load.haiku model subagent to keep cost low on the hot path.When adding a skill, also add its .claude-plugin/plugin.json to
release-please-config.json so its version stays in sync on release.
PR titles must follow Conventional Commits:
feat(skill-name): add new capability — new feature (minor bump)fix(skill-name): correct behaviour — bug fix (patch bump)feat!: rename skill invocation — breaking change (major bump)docs:, chore:, refactor: — no version bumpReleases are automated via release-please on merge to main.
MIT
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.