By amolk
Personal Claude Code skills: safe git-worktree cleanup and macOS scheduled-job management.
Write or rewrite high-engagement LinkedIn posts (launches, announcements, product reveals, project shares) using the StoryBrand framework plus LinkedIn algorithm mechanics — reader-as-hero framing, a story arc, workshopped hooks, link-in-first-comment, and an engagement-driving closing question. Use when the user wants to write, improve, workshop, or boost engagement on a LinkedIn post, announce a launch or product, share a project, or types /linkedin-post.
Discover and manage macOS scheduled/background jobs (launchd LaunchAgents & LaunchDaemons) plus the user crontab — one front door so you never have to remember launchctl syntax or wonder what is set up. Use to list/inspect what is scheduled, create a new daily/interval job, or run/enable/disable/remove an existing one. Triggers include "what scheduled jobs / cron jobs do I have", "set up a daily job", "automate X every day at …", "disable/remove/run my … job", "where's the log for my scheduled job".
Safely remove stale git worktrees under ~/work/**/.claude/worktrees behind data-loss guardrails (clean tree, not active, not locked, PR merged or zero unique commits). Use for worktree cleanup, pruning merged/finished worktrees, or running a nightly worktree-cleanup routine.
Personal Claude Code skills by Amol Kelkar, packaged as a plugin marketplace so they install with one command and stay versioned in one repo.
| Skill | What it does |
|---|---|
amolk:worktree-cleanup | Safely remove stale git worktrees under **/.claude/worktrees behind data-loss guardrails — only clean, inactive, idle (>72h), and fully-merged/empty worktrees; never --force; always keeps branch refs (every removal is reversible). |
amolk:scheduled-jobs | One front door to discover and manage macOS scheduled jobs (launchd LaunchAgents/Daemons) + the user crontab: list / show / create / run / enable / disable / remove. So you never have to remember launchctl syntax. |
amolk:linkedin-post | Write or rewrite high-engagement LinkedIn posts using the StoryBrand framework plus LinkedIn algorithm mechanics. |
/plugin marketplace add amolk/claude-skills
/plugin install amolk@amolk-skills
The skills then appear as amolk:worktree-cleanup, amolk:scheduled-jobs,
amolk:linkedin-post (and Claude can auto-invoke them by description).
worktree-cleanup and scheduled-jobs are macOS-only (use lsof, BSD
date/stat, and launchctl). worktree-cleanup also needs the gh CLI for
PR-merge detection.linkedin-post is platform-agnostic.git clone https://github.com/amolk/claude-skills
/plugin marketplace add ./claude-skills # dogfood from a local path
/plugin install amolk@amolk-skills
Or test without installing: claude --plugin-dir ./claude-skills/plugins/amolk.
After edits, /reload-plugins (or restart) to pick them up.
MIT © Amol Kelkar
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 amolk/claude-skills --plugin amolkA meta-agent that builds, tests, and iterates on Claude Code agent systems through adversarial self-play and supervised iteration.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.