By meain
Skill for creating conventional-style git commits grouped by component when managing dotfiles and configuration changes.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-2 --plugin meain-dotfilesAnalyze my PRs across tracked repos, collect human reviewer feedback, identify recurring patterns and areas for improvement, and generate a visual HTML report. Accepts an optional time range argument (e.g., "last month", "last 2 weeks", "march") defaulting to last month.
Check for pending human review comments on my open PRs across configured repos. Triggers: /check-pr-reviews, "check my PRs", "any pending reviews", "PR review comments", "check review comments"
Copy text to clipboard as rich HTML so it pastes with formatting into Microsoft Teams. Triggers: /copy-for-teams, "copy for teams", "teams message", "copy to clipboard for teams"
Create a Jujutsu (jj) commit with a concise message
---
Query Elasticsearch/Kibana using ES|QL via the Kibana async search API. Requires an initial curl command from the user to extract session credentials. Triggers: /esql, "query elastic", "search logs", "check elastic logs", "run esql", "elasticsearch query", "check kibana"
Explain how code flows with concrete input/output examples, ASCII diagrams, and before/after tables. Works on PRs, functions, modules, or any code path. Triggers: /explain-flow, "explain this PR", "explain this function", "explain this module", "how does this flow", "walk me through", "explain the change in"
Write Go integration/unit tests following existing patterns in the codebase. Use when the user asks to write, add, or create tests for Go code.
Analyze a URL shortener take-home interview submission and generate a detailed report card. Reads all code from a zip file or git repo, performs deep code review (bugs, architecture, testing, security, production readiness), scores across dimensions, identifies issues with actual code examples and suggested fixes, generates follow-up interview questions with good/bad answer signals, and produces an HTML + PDF report card. Triggers: /interview-report, "review this candidate", "analyze take home", "generate report card", "interview report", "assess this submission", "review assignment", "candidate report", "analyze the code", "go through this submission". Always triggered when reviewing code in an interviews/ directory.
Manage Jira issues using the jira CLI — lookup, create, edit, transition, assign, comment, link, and search. Triggers: /jira, "look up jira issue", "check jira ticket", "create jira issue", "update jira", "move ticket to", "assign issue", "add comment to", "what's the status of PROJ-123", any mention of a Jira issue key like PROJ-123
- Add slight recency bias to search ranking
Ever lost a conversation session with Claude Code or Codex and wish you could resume it? This skill lets Claude and your agents search across all your past conversations with full-text search. Builds a SQLite FTS5 index over `~/.claude/projects/` and `~/.codex/sessions/` with BM25 ranking, Porter stemming, and incremental updates.
Search past Claude Code and Codex sessions. Triggers: /recall, "search old conversations", "find a past session", "recall a previous conversation", "search session history", "what did we discuss", "remember when we"
Review the current conversation to find agent mistakes, inefficiencies, and corrections, then propose new guidelines to add to CLAUDE.md to prevent recurrence. Triggers: /retrospect, "what went wrong", "capture lessons", "update CLAUDE.md", "add this to instructions", "remember not to do this", "update the guidelines", "add to agents.md", "end of session review", or when the user asks to capture anything from the current session into instructions. Always use this skill when the user invokes it at the end of a session — even if the session seemed smooth, there may still be patterns worth capturing.
Summarize and save research findings from the current conversation into a well-structured markdown document. Triggers: /save-research, "save this research", "write up findings", "document what we found", "save these notes"
Generate a comprehensive work self-review by pulling data from GitHub PRs, Jira tickets, and Confluence pages. Covers accomplishments, patterns, areas for improvement, and current focus. Accepts an optional time range argument (e.g., "last quarter", "Q1 2026", "last 6 months") defaulting to last quarter. Triggers: /self-review, "generate self review", "introspect my work", "quarterly review"
Analyze changed files and split them into separate jj commits for each logical group of changes. Triggers: /split-commit, "split into commits", "split changes", "commit each change separately", "split this into logical commits"
Manage tasks using Taskwarrior (task CLI) - create, list, update, complete, annotate, and manage dependencies between tasks.
Run a command in a tmux pane/window/session and monitor its output for errors. Triggers: /tmux-run, "run in tmux", "run in the other pane", "run on the left", "run in a new window", "run in a new session", "monitor tmux", "watch tmux"
Agent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality
Uses power tools
Uses Bash, Write, or Edit tools
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns