分析
分析、报表与可视化
code-quality-report
warmeaf
生成代码质量报告。当用户请求为项目源代码生成质量报告时,使用此功能。输出名为 code-quality-report.html 的单页 HTML 文件作为质量报告,该报告集成了 Node.js 脚本和 HTML 模板。
beautiful-mermaid
994AK
Skill for using the beautiful-mermaid TypeScript library to render Mermaid diagrams to SVG or ASCII/Unicode, apply themes (including Shiki), and integrate in Node or browser contexts.
helm-chart-generator
ehtbanton
Generate Helm chart files for Kubernetes application deployment. Triggers on "create helm chart", "generate helm template", "kubernetes helm", "helm package".
transcript-grep
hoangsonww
Search a Claude Code session transcript for a string or regex pattern and show every matching message with surrounding context. Reads /api/sessions/:id/transcript and resolves sessions via /api/sessions?limit= from the Agent Monitor dashboard. Use when hunting for a specific message, prompt, tool call, or error inside a session's conversation.
shadcn-ui-expert
shlomi-schwartz
Complete shadcn/ui component and chart code reference with all variants. Provides instant lookup for 54 base UI components and 7 Recharts chart types with full TSX code examples. Handles variant selection by asking the user.
hivemind-graph
activeloopai
Query the local code graph (functions, classes, calls, imports) through the Deeplake mount at memory/graph/. Use when the user asks structural questions about the codebase — "what calls X?", "what does Y import?", "where is Z defined?", "what is the architecture / which subsystems exist?". The graph is an AST-derived map of the repo, queried as files (no build needed — it rebuilds automatically).
zvec-grep-compare-not-clone
IgorGanapolsky
zg (zvec-grep) is a local-first search layer (ripgrep + BM25 + vector), not a ThumbGate clone. Steal the four-route FORMAT onto existing rails; never install @zvec/zvec-grep. Slash: /zvec-grep-compare-not-clone.
stock_analyzer
ForestSenYT
"分析股票和市场。当用户想要分析单个或多个股票,或进行市场复盘时调用。"
sync-corpus
anavvanzin
"Run the full corpus sync pipeline in safe sequence: validate schemas, check vault drift, diff records to corpus export, rebuild companion data, refresh dashboards, and report endurecimento status."
speckit-analyze
h3y6e
Perform cross-artifact consistency analysis across spec.md, plan.md,
referral-program
kunhai-88
"创建、优化或分析推荐项目、联盟项目或口碑策略时使用。触发词:referral、affiliate、ambassador、word of mouth、viral loop、refer a friend、partner program。覆盖项目设计、激励结构与增长优化。"
react-triage
basst85
Maintain and extend the React Triage Bun CLI that scans React/Next.js projects with Oxlint, custom checks, Vercel best-practice rules, and security auditing. Use this skill when modifying scan logic, adding diagnostics, adjusting scoring, updating CLI/report output, or debugging Bun-based project analysis behavior.
page-driven-development
fuxingloh
Review and write React/Next.js code following Page Driven Development principles. Use when organizing components, making file structure decisions, or asked to "review structure", "organize code", "refactor components", or "follow PDD".
anchor
CodeDraig
Create and distribute podcasts with Anchor (Spotify for Podcasters) - manage episodes, analytics, and distribution
research
warpdotdev
Delegate noisy investigation to one or more subagents so the orchestrator's context stays clean, then work from the distilled answer. Use this skill whenever answering a question would require reading many files, long logs, large diffs, or wide codebase surveys — i.e. when producing the answer generates far more noise than the answer itself. Use it for "how does X work", "where is Y used", "what's the root cause of Z", "summarize this PR/log" style questions, and reach for it liberally before reading a pile of files inline.
offer-toolkit-skill
yanliudesign
"求职工具包。把「找岗位 → 签 offer」拆成六个独立子 skill:⓪ Job Hunt 批量发现岗位,① Job Description 解码具体 JD,② Resume 定向简历,③ BQ 准备行为面试,④ Offer Compare 对比多份 offer,⑤ Salary Negotiation 谈 package。任何求职相关请求(找工作、该不该投、改简历、准备面试、选 offer、谈薪)都从这里进,再路由到对应子 skill。关键词:求职, offer, career, job hunt, LinkedIn jobs, JD, resume, CV, behavioral interview, BQ, STAR, offer compare, salary negotiation, 薪资谈判, 选 offer。"
simplifi-scheduler
SimplifiEDUApplicationManager
Coordinator-facing scheduling tools for Simplifi EDU. Use this skill whenever the user mentions inviting a tutor or coordinator, booking a tutoring session, checking a tutor's availability, or any variant of /invite, /book, or /available. Also trigger on phrases like "when is Jane free", "book Jane for Tuesday 4pm", "invite a new tutor", or "add someone to Simplifi". This skill calls Nylas and Supabase on behalf of the coordinator — never expose API keys or grant IDs to the user.
github-trending-tracker
gaidehaha
Use when user wants to check GitHub trending projects, compare daily/weekly/monthly ranking changes, or generate trending reports. Triggers include "GitHub trending", "hot projects", "trending report", "trending changes", "热门项目", "趋势报告".
test
pmco23
Use to run the project test suite. Supports /test [file-or-pattern] to scope to specific files or test names. Detects jest, vitest, go test, pytest, dotnet test, and cargo test automatically. No pipeline artifacts required — can run at any time.
weekly-analytics
0juano
Weekly analytics report combining GA4, Google Search Console, and Microsoft Clarity into a premium HTML email. Use for automated Sunday cron jobs that generate weekly product analytics reports. Tracks users, sessions, pageviews, SEO performance (queries, impressions, CTR, position), UX friction (dead clicks, rage clicks, quickbacks), and week-over-week trends. Includes accountability tracking (did we do what we said?), prioritized recommendations with impact/effort ratings, and actionable checklists. Persona: $15K/month SEO consultant. Outputs: HTML email + chat summary.
paper-prereq-analysis
roymondliao
Analyze an academic paper to identify prerequisite papers needed for understanding. Extracts references, classifies importance, and discovers related papers via PASA search.
a-share-research-zh
tomhhhyoyo
使用中文命令和自然语言输入,对用户指定的 A 股股票进行多维研究分析。数据源必须为 Tushare Pro,输出中文报告。
Skill: Verify Pricing Surfaces
IgorGanapolsky
Plausible returns zeros → check PLAUSIBLE_API_KEY and site registration at plausible.io.
shadcn-baseui
ThunderboltDev
Enforces Base UI patterns in shadcn/ui projects. Prevents LLMs from incorrectly suggesting Radix UI patterns (asChild, etc.) when working with Base UI.