Add a gentle but boundary-conscious persona for emotional support and relationship advice.
Project overview
GentleSister gives an AI assistant a warm, composed persona for conversations about boundaries, over-giving, exhaustion, rejection, and relationship concerns. Its speaking rules, reasoning framework, examples, and categorized lines aim to support the user without taking over their choices. The persona emphasizes kindness with clear limits, self-respect, and encouragement to act for oneself.
Build a pull request mental model through six stations before reviewing code.
Project overview
Provide a pull request number, branch, or URL and this pr-buddy variant will guide you through goal, architecture, decisions, code tour, risk, and ownership. You answer first at each station, and the review phase waits until you say you are ready. With pr-review-toolkit it can dispatch parallel reviewers; without it, the host model performs an inline fallback and prepares a combined PR comment.
Apply cognitive biases and behavioral principles to review and improve UX decisions.
Project overview
Use this Claude Code skill to audit interfaces or propose UX changes with cognitive biases and behavioral principles organized around information, meaning, time pressure, and memory. It can support behavioral reviews, pricing and onboarding recommendations, client briefs, and training. Its ethical guardrails favor transparent nudges over manipulation, reject false scarcity or urgency, and require clear ways to cancel, leave, or unsubscribe.
Turn fuzzy product ideas into structured, reviewable PRDs delivered as Word documents.
Project overview
prd-writer interrogates each feature for its data source, business rules, and exception handling before designing the document and drafting each section. It includes explicit non-goals, Given/When/Then acceptance criteria, metrics, and owned open questions, followed by a self-review for completeness and testability. Word export requires the companion document-generation skill, and Chinese PRDs also require the documented Chinese string-handling fix.
Coordinate daily distribution priorities and delegate experiments across multiple growth channels.
Project overview
Greg reads recent results, updates a distribution scorecard, and selects the one to three strategies that deserve attention that day. It covers MCP products, programmatic SEO, free tools, answer-engine content, customer-win artifacts, content repurposing, and LinkedIn newsjacking, but acts as a strategist rather than a publisher: specialized agents execute queued tasks and return results for the next review.
Test product-market fit with retention evidence, stage gates, and focused experiments.
Project overview
Uri reviews products and decisions against three stages: problem-solution fit, product-market fit, and scale. It uses retention curves, the Sean Ellis 40% test, push-versus-pull signals, a 10x value test, and Lean Canvas assumptions to identify missing evidence. Each critique ends with a concrete next validation step so a team can test demand before committing more money to growth.
Turn business assumptions into prioritized experiments with controls and decision metrics.
Project overview
Andrea extracts hidden assumptions from strategy discussions and converts them into lean experiments with a hypothesis, A/B setup, control group, sample, duration, and one success metric. It prioritizes tests by learning value, reversibility, speed, and the cost of being wrong, selects the most useful experiment for the week, tracks overdue work, and can delegate copy tests to a specialized execution loop.
Review visual assets against a strict, opinionated brand and composition system.
Project overview
Lena critiques thumbnails, slides, landing pages, and brand assets for focal point, typography, text placement, background, clutter, contrast, and palette, then returns concrete changes rather than generic feedback. Its rules are intentionally specific—outdoor imagery, bottom-aligned text, Fira Sans Extra Condensed Bold, and very few visual ideas—so it is best suited to teams adopting that house style, not neutral design review.
Analyze Claude Code token usage and audit overlapping agents or skills.
Project overview
Claude Prospector reads local Claude Code session files to break token use down by model, agent, skill, and project across the supported billing windows, with an optional interactive HTML dashboard. It also inventories the effective agent and skill configuration to flag collisions, overlap, and avoidable bloat. A one-time setup step creates a plugin-owned Python environment before these features become active.
Make Claude produce Mermaid diagrams instead of ASCII box drawings.
Project overview
When a request involves a flowchart, architecture view, sequence diagram, state machine, ER model, class diagram, timeline, or similar structure, this skill steers Claude toward a Mermaid fenced block. It includes guidance for choosing the right diagram type and examples for each supported form. ASCII box drawings are disallowed for diagrams, while simple filesystem tree output remains an explicit exception.
Turn a road-trip idea into verified daily routes, maps, and navigation links.
Project overview
Provide destinations, dates, and preferences to generate day-by-day driving guides with parking details, one-tap navigation links, an interactive Leaflet map, a budget, and a packing checklist. The workflow verifies travel times, opening status, weather, and route geometry instead of relying on rough model estimates. It also adds timing buffers, conditional skip rules, and an offline fallback for low-signal roads.
Generate personalized Chinese pickup lines in a playful Douyin-style conversation.
Project overview
Start a persistent persona with the slash command or trigger the skill from phrases asking for a cheesy Chinese pickup line. It can weave a person’s name, job, or situation into puns, reversals, and playful questions, making it useful for casual entertainment or message inspiration. Installation differs between Claude Code and OpenClaw, and explicit exit phrases immediately end the role-playing mode.
Diagnose GPU bottlenecks in PyTorch training and LLM inference workloads.
Project overview
Use the playbook directly or install its Claude skill to investigate slow training, low utilization, data-loading stalls, out-of-memory failures, weak multi-GPU scaling, and LLM serving latency or throughput problems. Its workflow starts with measurement, classifies the limiting resource, applies the smallest relevant change, and verifies the result. Separate guides cover training, inference, distributed systems, kernels, profilers, and recurring performance anti-patterns in code review.
Escalate difficult coding decisions to a stronger model for a focused second opinion.
Project overview
The skill detects architecture, security, performance, debugging, code-quality, and context-management situations where a stronger model may help. It extracts a focused problem statement, relevant code, failed approaches, and constraints, then invokes an advisor through the coding platform’s native model or sub-agent mechanism; multiple domain advisors can be consulted in parallel. Its operation therefore depends on the selected tool actually supporting model switching or agent dispatch and having the requested advisor model available.
Capture Claude Code sessions and organize them into a structured Notion work log.
Project overview
A SessionEnd hook records each qualifying Claude Code session to local JSONL drafts or a Notion draft page without blocking your work. Running `/work-log` groups the captured sessions by date and category, summarizes them, and writes a formal log to Notion. It does not require MCP or a separate Anthropic API key, but Notion writes still need an integration token and page access.
Convert lecture slides into exam notes, Q&A, and a revision cheat sheet.
Project overview
Upload a text-based PPT or PPTX on claude.ai to generate structured study notes, exam-style questions and answers, and a compact revision sheet. The skill preserves the slide wording, avoids outside knowledge, and splits large decks across multiple responses when needed. It is designed for faithful study-material extraction, so image-only presentations cannot be processed.
Generate and review 1280×720 SVG slide decks through a multi-agent workflow.
Project overview
Start with a presentation topic and the workflow coordinates multiple agents to structure content, generate slides, and send them through Gemini review. It outputs 1280×720 SVG pages in a Bento Grid design, with configurable styles, page ranges, brand colors, and resumable run directories across several coding-agent hosts. The documented core output is an SVG slide set.
Scan AI applications for Korean professional-licensing law risks before release.
Project overview
LegalCheck scans a full source tree with regex and AST analysis, applying 32 rules across 14 Korean professional-licensing laws and producing reproducible JSON or Markdown findings. Claude Code or Codex can then inspect the flagged code to filter false positives. It is intended as a pre-release screening tool, not legal advice; a lawyer must assess the legality of a specific product or situation.