分析

分析、报表与可视化

显示 1441-1464 / 共 1692 个技能
Alicoder001

react-vite

Alicoder001

React + Vite SPA development patterns including project setup, configuration, and optimization. Use for building single-page applications with Vite bundler.

分析 0 7个月前
hoangsonww

live-watch

hoangsonww

Polls the Agent Monitor /api/stats endpoint several times over a short window and reports the live deltas in active_sessions, active_agents, events_today, and ws_connections so you can see activity moving in real time. Use when watching the dashboard for live changes rather than a one-time snapshot.

分析 956 1个月前
vercel

migrating-world-v4-to-v5

vercel

Upgrades a custom Workflow SDK World implementation from the v4 spec to v5. Use when a package implements the World interface from @workflow/world and is moving to 5.x — event IDs that are ULIDs rather than slot positions, Event id is not slot-numbered at replay time, a specVersion the runtime refuses, writeToStream / closeStream / readFromStream as top-level World methods, steps.get or events.listByCorrelationId without a runId, a 'step' queue kind or __wkf_step_* topics, a preconditionGuard capability, or a createLocalWorld / createVercelWorld factory.

分析 2361 17天前
Sunhao25

prompt-evaluator

Sunhao25

Comprehensive evaluation framework for system prompts and AI assistant prompts.

分析 0 7个月前
alexwelcing

ab-test-setup

alexwelcing

Design and implement statistically valid A/B tests

分析 0 7个月前
hoangsonww

usage-trends

hoangsonww

Analyze Claude Code usage trends over time using the Agent Monitor's analytics API — daily session counts, daily event counts, token volumes by type, model distribution, tool usage rankings, and agent/event type distributions across 365-day retention windows.

分析 956 1个月前
IgorGanapolsky

Skill: Configure Analytics

IgorGanapolsky

GA4: use THUMBGATE_GA_MEASUREMENT_ID when present; do not assume the dashboard is export-ready without provider credentials.

分析 26 3个月前
hoangsonww

mcp-operations

hoangsonww

Operate and maintain the local MCP server for this project. Use when creating MCP host config, troubleshooting tool connectivity, modifying tool domains, or adjusting safety policy flags.

分析 956 1个月前
majuntao12369-code

stock_analyzer

majuntao12369-code

"分析股票和市场。当用户想要分析单个或多个股票,或进行市场复盘时调用。"

分析 0 3个月前
crossx362-commits

report-writer

crossx362-commits

영숙(비서)이 예원·펫나 팀 산출물(감사·리뷰·주간 정리 등)을 정식 리포트로 포맷한다. 채팅/텔레그램엔 핵심 요약, 노션엔 풀 리포트를 작성하는 분리 규칙을 적용한다. "리포트 작성", "노션에 정리", "보고서로 만들어", "정식 리포트", "주간 정리" 등에 트리거.

分析 0 1个月前
rampstackco

analytics-strategy

rampstackco

"Design measurement frameworks including event taxonomy, KPI hierarchy, dashboard architecture, attribution models, and analytics implementation strategy. Use this skill whenever the user wants to plan analytics, design dashboards, build event taxonomies, define KPIs, set up tracking, or audit existing measurement. Triggers on analytics strategy, measurement plan, event taxonomy, tracking plan, KPI framework, dashboard design, north star metric, attribution model, conversion tracking, GA4 setup, Mixpanel setup, analytics audit. Also triggers when the user has data but no clear way to use it, or wants to make decisions but doesn't know what to track."

分析 798 4个月前
hk-vk

mintlify-setup

hk-vk

Mintlify documentation and resources. Use this skill when working with Mintlify or when the user mentions mintlify.

分析 0 6个月前
yshi0730

dashboard

yshi0730

Build and serve visual dashboards for any agent — install hub, register modules, add widgets, push data, accessible from anywhere via stable URL.

分析 0 4个月前
midhunxavier

imagine-best-practices

midhunxavier

Publication-quality scientific figures with the Imagine framework (React → SVG/PNG). Use when designing, reviewing, or exporting charts/diagrams/multi-panel figures for papers, posters, or preprints, especially when you need mm+dpi sizing, vector-first SVG, typography/color guidance, and final submission checks.

分析 0 7个月前
hoangsonww

time-of-day

hoangsonww

Discover when you are most active and most productive with Claude Code by bucketing sessions and events into hour-of-day and day-of-week bins from their timestamps, then flagging peak versus low-output windows. Uses the session list, per-session events, and analytics daily trends. Use when planning a schedule or deciding when to do deep work versus lighter tasks.

分析 956 1个月前
inoue2002

okane-skills

inoue2002

家計簿の残高予測・シミュレーションスキル。「残高予測」「何ヶ月後にいくら」「この出費大丈夫?」「お金足りる?」「貯金シミュレーション」「ログ圧縮」「危険ポイント検出」などの依頼時に使用。okane-backup-*.json形式のファイルを読み込み、将来の残高推移予測、大きな出費の可否判定、残高不足警告を行う。

分析 0 7个月前
avenstack

langgraph-agent

avenstack

Design, implement, and debug LangGraph agents for building stateful, multi-step workflows with LLMs. Use when creating LangGraph agents, implementing StateGraph workflows, adding memory and persistence, incorporating human-in-the-loop patterns, or implementing complex agent architectures with conditional branching and multi-agent systems.

智能体 0 6个月前
marcohefti

zcl

marcohefti

Orchestrator workflow for running ZeroContext Lab (ZCL) attempts/suites with deterministic artifacts, trace-backed evidence, and fast post-mortems (shim support for "agent only types tool name").

分析 0 6个月前
confire15

Credit Card Chris - Feature Specifications

confire15

Environment validation — Validate all env vars at startup (fail fast)

分析 0 5个月前
hoangsonww

hook-failure-audit

hoangsonww

Audit hook delivery health from Agent Monitor data — balance PreToolUse vs PostToolUse (a gap means tools that started but never reported back), detect missing Stop/SubagentStop terminators (sessions/subagents that never closed), and check for stale ingestion (no recent events). Use when hooks look unreliable or events seem to be dropping.

分析 956 1个月前
djankies

implementing-code-splitting

djankies

Teaches code splitting with lazy() and Suspense in React 19 for reducing initial bundle size. Use when implementing lazy loading, route-based splitting, or optimizing performance.

分析 0 9个月前
ShotaIuchi

refactor-dependency

ShotaIuchi

Dependency mapping and analysis for refactoring. Apply when mapping import chains, call graphs, coupling relationships, circular dependencies, and hidden connections in target code.

分析 0 7个月前
robdmc

viz

robdmc

Data visualization and inspection skill. Use for (1) creating matplotlib/seaborn plots from data files or marimo notebooks, or (2) inspecting DataFrames by showing first N rows, column names, and dtypes. For plots, provide chart type, data context, and styling. For inspection, ask to "show" or "display" the data.

分析 0 7个月前
nexu-io

html-ppt-taste-editorial

nexu-io

16:9 HTML deck in editorial-minimalist taste. Warm cream slides, serif display + grotesque body, hairline rules, monospace meta, generous macro-whitespace, one accent. Distilled from Leonxlnx/taste-skill minimalist-skill.

分析 9.3万 1个月前