By FrankLedo
Watch GitHub PRs, issues, and Jira tickets for state changes. Notifies when a watched item meets its condition.
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
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 ticklerProductivity skills for Slack monitoring and GitHub/Jira tracking
Scan Slack for unanswered DMs, @mentions, and thread replies. Drafts context-aware replies and asks permission before sending.
Jira Cloud REST API v3 CLI and shell library - issue CRUD, JQL search, transitions, sprint management, comments, links, and ADF builders
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
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