- Home
- /
- Categories
- /
- Analytics
Analytics
Data analysis and visualization
linear-weekly-report
by jackPanyj
Fetches a person's Linear issues via Linear MCP and generates a weekly report in English, Notion /quote format. Use when the user asks for a Linear weekly report, 周报, or to generate a status update for someone (by email, name, or "me").
api-error-report
by hoangsonww
Produce a detailed report on APIError events from Agent Monitor data — counts over time, which sessions and models are affected, and the likely root cause (rate limits, overload/529, or context-window pressure) inferred from each event's summary and data payload. Use when API errors spike or when you need to explain why requests are failing.
dataforseo-domain-analytics-api
by leonardo-picciani
Enrich and analyze domains with DataForSEO Domain Analytics for "tech stack detection", "domain research", and "lead enrichment".
KiCraft
by laforestlabs
Use when the user asks to "check trace widths", "audit my layout", "list footprints", "rearrange footprints", "arrange LEDs in a grid", "move component", "run DRC", "check clearances", "align components", or discusses KiCad PCB layout automation. Provides Python scripts using the KiCad 9 pcbnew API to parse and modify .kicad_pcb files.
hongyi-qimen-dunjia-paipan
by z736429522
"洪易奇门遁甲排盘:依据奇门遁甲时家拆补转盘法,以精确节气、72局、月首干支和18局查表完成四柱、定局、地盘干、天盘干、九星、八门、八神、暗干、时空时马及格局参考。用于起奇门盘、核验时家拆补转盘结果、解释盘面符号、克应与格局,或开发和校对相关算法。"
Clay Table Schema Reference
by diamitani
The --debug-tables flag prints all workbooks so you can map them manually
model-savings
by hoangsonww
Estimate the dollars saved by routing eligible Claude Code work to a cheaper model family, using the Agent Monitor pricing engine. Re-prices each model's token mix at the target family's rates and quantifies the delta. Uses /api/pricing (rates), /api/pricing/cost (current per-model spend), /api/sessions, and /api/analytics. Use when hunting for cost cuts or comparing model tiers.
decrypt-bis-value
by shreyastechv
Decrypt one BIS Safety Software encrypted value using application.fwDummy.uDecrypt. Use when the user provides a single encrypted BIS URL/value token and asks to decrypt, decode, or inspect its plaintext value in the local development app.
git-daily-work-report
by wangdengyue
"Automatically generate daily work reports by scanning Git repositories. Use this skill when the user asks to: (1) Generate a daily report from git commits, (2) Summarize work done on a specific date based on code changes, (3) Check commits and create work summary for a date. The skill scans all git repositories under a root directory, filters by author, retrieves commit records with file changes, and generates a summarized work content description using LLM analysis."
subtask-orchestration
by ApocalypseYun
Orchestrate parallel subtasks across multiple repositories using vibe-kanban MCP. Use this skill when: (1) Work needs to be distributed across multiple repos, (2) Parallel execution of independent tasks is needed, (3) You need to create subtasks and collect their results, (4) Multi-agent coordination via kanban task descriptions. Triggers: "subtask", "multi-repo", "parallel tasks", "distribute work", "orchestrate".
create-ixmap
by gjrichter
Creates interactive maps using ixMaps framework. Use when the user wants to create a map, visualize geographic data, or display data with bubble charts, choropleth maps, pie charts, or bar charts on a map.
insights-archive
by jonathanprozzi
Archive Claude Code /insights reports for historical tracking. Supports archiving, listing, comparing, and opening reports.
liveview-js-interop
by hwatkins
When the user needs JavaScript interoperability in Phoenix LiveView. Covers JS commands, hooks, colocated hooks (LV 1.1+), DOM patching survival, server/client communication, third-party library integration, and the LiveSvelte boundary. Use when mentioning "hooks," "phx-hook," "JS commands," "JS.push," "pushEvent," "handleEvent," "phx-update ignore," "colocated hooks," or "JavaScript in LiveView."
weekly-crm-report
by FrancyJGLisboa
Cleans a weekly CRM export and produces a regional sales summary. Activates when the user asks to clean a CRM export, deduplicate sales rows, calculate regional totals, or generate a weekly sales report from a CSV.
reelyze
by usamalatif
Reelyze is an AI analyst for short-form video. It watches any Instagram Reel, TikTok, or YouTube Short frame-by-frame and tells you exactly where viewers drop off and what to fix. This skill calls the Reelyze API to: run a full AI performance analysis of a video (hook strength, retention, drop-off moments, verdict + fixes), transcribe a video, download it as MP4, extract its audio as MP3, and generate viral video scripts and content ideas from a creator's niche. Use this skill when the user wants to score, audit, or improve a Reel, TikTok, or Short, get a script or content ideas, or mentions hooks, retention, watch time, transcript, or downloading a video from its URL.
arc-close
by hashintel
Runs the mandatory Brunch arc-close control pass before a branch closes a work arc.
sync-corpus
by anavvanzin
Run the full corpus sync pipeline in safe sequence. Use when the user says "sync", "sincronizar", "pipeline sync", "atualizar corpus", or after adding new candidates to corpus-data.json.
idea-validation-autopilot
by nbsp1221
Use when a founder has a rough product idea and wants autonomous deep validation, market and competitor research, and an evidence-based MVP decision with minimal back-and-forth.
executing-plans
by Cygnusfear
Use when you have a written implementation plan to execute in a separate session with review checkpoints
data-viz-renderer
by zebbern
"Generate self-contained HTML/SVG infographics from JSON data, including stat cards, bar charts, flow diagrams, and mixed dashboards. Offers 8 color palettes and built-in icons with no external dependencies. Triggered when users request data visualization, infographics, charts, or dashboards."
triaging-bugs
by danbars
Use when a bug report is ambiguous or incomplete and you need a consistent way to assess severity, impact, reproducibility, and the next investigative step.
nuxt-ui
by hk-vk
A comprehensive Vue UI component library (Nuxt optional) with 125+ accessible, production-ready, Tailwind CSS components for building modern web applications.
github-trending-daily-report
by zBlackIf
Generate deep analysis reports for GitHub Trending repositories, providing insights on trending popularity, technical implementations, frameworks, and potential application directions. Use when user needs automated daily GitHub Trending analysis, reports on trending repositories with technical deep dives, insights into emerging technology trends, or daily scheduled reports for monitoring GitHub ecosystem changes.
Accumulation Detector Skill
by florianvsteen
The skill uses pandas_ta to calculate the A/D line and standard deviation for volatility. It serves a Lightweight Charts frontend via a Flask local server.