Personal marketplace of Claude Code skills and plugins built by Carter Miller.
These are battle-tested automations I use daily for customer support ops, project management, bookkeeping, and AI development at ResaleAI.
| Skill | Description |
|---|---|
| add-project | Add a new project to a dashboard artifact |
| consolidate-memory | Reflective pass over memory files — merge duplicates, fix stale facts, prune the index |
| dropbox-bank-statements | Access and parse bank statement PDFs from Dropbox for financial analysis |
| file-to-brain | File content into an Obsidian second brain vault |
| freshchat | Query Freshchat to look up customer conversations and track support issues |
| freshchat-autoreply | The livechat bot's brain — auto-reply engine for Freshchat |
| freshchat-learn | Feedback loop for the Freshchat bot |
| freshchat-mine | Mine Freshchat conversation history to build a support bot knowledge base |
| freshchat-replay | Evaluation harness for the Freshchat bot |
| freshworks-agent-audit | Audit Freshworks agent assignment data against actual conversation records |
| grill-me | Interview relentlessly about a project idea before diving into implementation |
| hand-off-task | Delegate a task to Claude Code for execution outside a sandbox |
| level-up-session | Generate leadership program session PDFs with brand-matched layout |
| milestone-done | Update a project dashboard when a milestone or task is completed |
| project-delegate | Draft and send a handoff message when a project step needs to go to someone else |
| project-unsticker | Break down blockers into tiny, ADHD-friendly micro-steps |
| qbo-categorize | Categorize QuickBooks bank-feed transactions using a trained knowledge base |
| slack-cs-message | Send a Slack message to a customer success channel |
| sync-to-brief | Pull top next steps from a project dashboard into a daily brief |
| update-dashboard | Scan Slack, email, and sessions for project activity and refresh a dashboard |
| weekly-retro | Generate a weekly retrospective of project progress and patterns |
Full plugins with skills, commands, and optional MCP servers.
| Plugin | Description |
|---|---|
| github-dashboard-sync | Sync GitHub PR and issue activity to a project dashboard |
Skills designed to run on a cron schedule.
| Skill | Description |
|---|---|
| daily-brain-ingest | Daily ingestion of meetings, Slack, Linear, Gmail, calendar, and sessions into a second brain |
| daily-brief | Summarize calendar and unread Slack messages each morning |
| update-project-dashboard | Scan for project updates and refresh a dashboard every 4 hours |
Each skill is a self-contained directory with a SKILL.md file. To use one:
- Copy the skill directory to
~/.claude/skills/<skill-name>/ - The skill will be available in your next Claude Code session
For plugins, copy the plugin directory to your plugins location and ensure the .claude-plugin/plugin.json manifest is present.