Use when a Claude Code session can't be found — `/resume` returns "Session not found", a session is missing from the resume picker, or the user says they "lost" a session or can't find it. Locates the transcript under ~/.claude/projects/, summarizes what was happening, and offers to relaunch it in the correct directory.
Scan Slack for unanswered DMs, @mentions, and replies to your threads since the last scan. Drafts replies and asks permission before sending each one.
Watch a GitHub PR, issue, or Jira ticket for changes. Use when the user says "tickler: <url>", "watch this PR", "let me know when this is approved/merged/closed", or wants to be notified of activity on a specific item. Also runs as a background monitor that checks all watched items on a schedule.
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.
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. |
| recover-session | Find sessions missing from the /resume picker, summarize them, and relaunch in the original directory. |
| agents-view-tools | Name agents-view sessions from a name - task first prompt (kept across resume), and steer git edits into a worktree instead of a shared main checkout. |
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
npx claudepluginhub frankledo/claude-skills --plugin agents-view-toolsWatch GitHub PRs, issues, and Jira tickets for state changes. Notifies when a watched item meets its condition.
Scan Slack for unanswered DMs, @mentions, and thread replies. Drafts context-aware replies and asks permission before sending.
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.
Personal Claude Code configuration with productivity skills and hooks. Includes GitHub workflows (PR creation/review, issue management), skill development tools, env protection hook, and TTS notifications.
Discover and create Claude Code skills from Glean work patterns
Team collaboration with DX optimization, issue tracking, and standup notes
Commands for team workflows, PR reviews, and collaboration
Universal intent router for Claude Code. One command that picks the highest-ROI skill automatically — GSD, Superpowers, or gstack.