Trace Python test execution to diagnose failures that static analysis cannot explain.
Project overview
PyTrace Autopsy gives Claude Code runtime visibility when a failing Python test involves state mutation, swallowed exceptions, or incorrect values moving through a long call chain. It injects a temporary `sitecustomize.py` through `PYTHONPATH`, uses `sys.settrace` to record call, return, and exception events, and writes a reconstructable JSONL call tree. The approach requires Python 3.8 or newer and leaves no files or modifications in the target project.
Analyze business context to find revenue leaks and prioritize this week's actions.
Project overview
Run `/revenue` to examine notes, documents, email, calendars, and meeting transcripts for pricing, positioning, conversion, or sales-process gaps. It prioritizes a small set of opportunities by effort and revenue potential, then proposes an immediate next step and practical artifacts such as pricing pages, outreach templates, or pitch materials that Claude can draft.
Manage Qiniu Kodo storage and CDN tasks through natural-language requests.
Project overview
qshell-copilot translates requests in Claude Code, Cursor, and other prompt-enabled IDEs into the appropriate qshell commands for uploads, downloads, file operations, buckets, CDN refreshes, and private links. It adds preflight checks, chooses upload methods by file size, and requires confirmation before destructive actions. Users still need qshell and Qiniu Cloud credentials configured locally.
Manage Discord channels, roles, messages, and threads through stateless CLI commands.
Project overview
Discord Skill gives Claude Code a set of stateless commands for inspecting a server, reading and sending messages, and creating or updating channels, roles, and threads. Each command connects, returns structured JSON, and disconnects rather than running a persistent bot. Destructive operations require an explicit confirmation flag, and setup requires a Discord bot token and guild ID.
General skillDesign and creative workModel Context Protocol
claude-figma-skills↗
@madebysan
Review Figma designs, apply comment-driven changes, and sync design tokens.
Project overview
Claude Figma Skills brings design review and comment-driven editing into Figma. Claude can leave feedback on specific elements, read requested changes, apply adjustments, and support token or handoff synchronization. It requires Claude Code and Figma Desktop; most write operations depend on the third-party figma-console MCP, while some comment and screenshot workflows also need a Figma personal access token.
Learn your writing voice from samples and draft context-specific messages in that style.
Project overview
MYNAH learns sentence rhythm, formality, punctuation, greetings, and other habits from pasted samples or writing retrieved through connected tools, then saves separate style profiles for different communication contexts. When composing, it loads the relevant profile and drafts in the user's established voice. The plugin relies on Claude's skills and persistent memory, while optional PACK integration makes profiles reusable across projects and MCP clients.
Route Claude Code tasks to Haiku, Sonnet, or Opus by complexity.
Project overview
Smart Router is a prompt-only Claude Code skill that classifies work with fast rules and multidimensional scoring, then delegates tasks to Haiku, Sonnet, or Opus through subagents. Multi-step requests can be routed one step at a time, and failed lower-tier attempts can escalate to a stronger model. The goal is to avoid expensive models for simple work without adding a server, package, or runtime service.
Tailor a resume to a target role without inventing experience, metrics, or skills.
Project overview
ResumeHonest builds an experience library from existing resumes, researches the target role, and can interview the user to uncover relevant work that was never documented. It scores each experience match, pauses for approval at key stages, and produces ATS-oriented Markdown or Word output. Explicit guardrails prohibit fabricated technologies, metrics, titles, or scope, so users need at least one real resume and a job description to begin.
Turn project structure and call relationships into top-down Mermaid diagrams.
Project overview
Ask it to draw a call graph, architecture map, dependency view, or workflow for a codebase. The skill analyzes key components, modules, and relationships, then outputs Mermaid diagrams in a consistent `flowchart TD` layout, making it useful for developers who need a quick visual overview of an unfamiliar project.
Guide AI-assisted Statamic development with the Eloquent Driver.
Project overview
Add the skill to a Laravel/Statamic project to give your coding assistant conventions for Blade-only templates, the Eloquent Driver’s hybrid storage, content queries, Value objects, navigation, blueprints, and assets. It installs through Laravel Boost or by copying the skill file, and is aimed at teams building or maintaining this specific CMS stack.
Match, verify, and audit MCP servers before adding them to a project.
Project overview
Run the CLI against a project to detect its stack, match suitable MCP servers from a curated registry, and check pinned versions, package integrity, install hooks, and multiple advisory feeds. It can also validate stored pins offline. The tool is an install-time gate—not a sandbox, runtime monitor, or guarantee that a third-party server is benign.
Apply Nikita Bier’s consumer-app frameworks to growth and product decisions.
Project overview
Use the skill to examine a consumer iOS or mobile app through frameworks for idea validation, network cold starts, viral loops, onboarding, launch, monetization, and retention. It selects the parts of the playbook that fit the situation instead of loading everything at once, making it useful for founders and product teams shaping a growth strategy.
Turn an ambiguous product idea into Problem Framing, SRD, or PRD documents.
Project overview
The skill gathers requirements through layered dialogue about the problem, proposed direction, and measures of success rather than filling fields mechanically. It scores completeness, detects the project type, fills gaps, and then generates a Problem Framing document, SRD, or execution-level PRD with the relevant optional sections. A post-generation review covers product, design, and engineering perspectives.
General skillCode review and qualityModel Context Protocol
pr-rules-sync↗
@vickhunter
Mine recurring PR feedback into actionable rules for your coding agent.
Project overview
pr-rules-sync scans merged GitHub pull requests, prioritizes heavily reviewed changes, and weights repeated feedback by reviewer tenure. It turns recurring issues into rules with explanations and real examples, then maintains a marked section in `CLAUDE.md`, `.cursorrules`, `AGENTS.md`, or another instruction file. Re-running replaces only the generated section and preserves handwritten rules; GitHub access and Python 3 are required.
Turn an old assistant’s knowledge of you into portable Claude context files.
Project overview
The skill gives you a structured extraction prompt to run in the assistant that already knows you, covering communication preferences, working style, roles, people, workflows, decisions, and active work. Claude then builds a `GLOBAL_CONTEXT.md` file plus role-specific context documents for Projects. It is designed for the Claude desktop app with Cowork, and the resulting Markdown files remain visible, editable, and portable alongside built-in memory.
Audit OpenClaw reliability and enforce decisions, evidence, and rules mechanically.
Project overview
openclaw-detox checks an agent workspace with health scoring, a disk inventory, rule-compliance audits, and a persistent decisions log. It targets forgotten corrections, false completion reports, wrong-path assumptions, and fragile configuration by requiring work to be saved before it is reported, evidence for completion, snapshots before critical edits, and scripts for rules that keep being violated. It is specifically aimed at improving OpenClaw operations.
Generate images through Neta from an OpenClaw skill and return a usable URL.
Project overview
Enter a text prompt in this OpenClaw skill to generate an image through the Neta API and receive a single URL for embedding or download. The command supports several size presets and can take a picture UUID as a style reference. It requires Node.js 18 or later and a valid NETA_TOKEN.
General skillProject and product managementModel Context Protocol
idea-cockpit-skill↗
@malkreide
Capture ideas in Notion and advance them through a focused maturity workflow.
Project overview
Turn scattered ideas into a Notion workflow that moves each item through Spark, Concept, Plan, Active, or Frozen. Claude handles quick capture, triage, a weekly review ritual, and quarterly reflection while enforcing a limit of three active ideas. Setup requires a compatible Notion database, its database and data-source identifiers, and a connected Notion MCP server.