By FrankLedo
Scan Slack for unanswered DMs, @mentions, and thread replies. Drafts context-aware replies and asks permission before sending.
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
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub frankledo/claude-skills --plugin slack-monitorProductivity skills for Slack monitoring and GitHub/Jira tracking
Watch GitHub PRs, issues, and Jira tickets for state changes. Notifies when a watched item meets its condition.
Drives a full feature-development workflow (clarify -> design -> plan -> execute -> PR -> test) over Slack via the claude-slack-bridge daemon. Ships /process-setup for one-time per-repo configuration and /process for clarification + handoff to the daemon's workflow engine.
Set up the redhat-community-ai-tools Slack MCP server for use with Claude Code
Enhances web_search Skill by posting formatted research digests to Slack channels
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses