- Home
- /
- Categories
- /
- Analytics
Analytics
Data analysis and visualization
oh-my-lilys
by JungHoonGhae
CLI tool for lilys.ai - Summarize YouTube, PDF, websites, and audio. Use when user wants to: (1) Summarize content from URLs, (2) List digest sessions, (3) Generate/fetch AI reports with different note types, (4) Manage authentication. Triggers: "summarize URL", "generate report", "get sessions", "lilys", "YouTube summary".
executing-plans
by izyanrajwani
Disciplined plan execution for implementation tasks. Use when executing a saved implementation plan, following step-by-step instructions from a plan document.
figures4papers-playbook
by L-yifan
Locate and adapt real plotting examples from the figures4papers repository. Use when users ask for a figure in the style of specific papers/projects, want the closest existing script template, or need fast script selection by chart type/domain before customization.
feature-dashboard
by OmniNode-ai
Audit skill connectivity across 8 layers and surface gaps as actionable, machine-readable output. Supports audit (read-only) and ticketize (create Linear tickets for gaps) modes.
gather-github-stats
by OmniNode-ai
Gather GitHub repository statistics — PR counts, commit velocity, contributor activity, LOC metrics — from GitHub API and optional local archive scan
adr-writer
by patricio0312rev
Creates Architecture Decision Records documenting key technical decisions with context, alternatives considered, tradeoffs, consequences, and decision owners. Use when documenting "architecture decisions", "technical choices", "design decisions", or "ADRs".
ClawCat Brief — AI 简报引擎 Skill
by llx9826
ClawCat Brief · Built by llx & Luna
goals-graph
by leegonzales
Query and update Lee's goals graph through natural language. Translates conversational questions and updates into goals_query.py commands.
essay-to-speech
by leegonzales
Transform written essays into spoken word presentations while preserving source material. Use when adapting essays for verbal delivery, creating talk tracks, or preparing content for presentation slides.
arcgis-popup-templates
by SaschaBrunnerCH
Configure rich popup content with text, fields, media, charts, attachments, and related records. Use for customizing feature popups with dynamic content, expressions, and interactive elements.
stat-writing
by fuhaoda
End-to-end statistical writing assistant for LaTeX - draft title/abstract/keywords, expand outlines into sections, audit manuscripts, write reviewer reports and response letters, and scaffold book manuscripts.
report-findings
by outfitter-dev
This skill should be used when synthesizing multi-source research, presenting findings with attribution, or when "report", "findings", or "synthesis" are mentioned.
research
by outfitter-dev
This skill should be used when researching best practices, evaluating technologies, comparing approaches, or when "research", "evaluation", or "comparison" are mentioned.
find-root-causes
by outfitter-dev
This skill should be used when diagnosing failures, investigating incidents, finding root causes, or when "root cause", "diagnosis", "investigate", or "--rca" are mentioned.
data-visualization
by dylantarre
Use when animating charts, graphs, dashboards, data transitions, or any information visualization work.
pitch-deck-agent
by michaelboeding
Use this skill to create investor pitch decks, partnership presentations, or business proposals. Triggers: "pitch deck", "investor deck", "fundraising presentation", "startup pitch", "investor presentation", "VC pitch", "seed deck", "series A deck", "business proposal", "partnership pitch", "sales deck", "demo day" Outputs: Structured slide content, talking points, and optional generated visuals.
market-researcher-agent
by michaelboeding
Use this skill to research markets, understand trends, find opportunities, and validate ideas. Triggers: "market research", "market analysis", "market opportunity", "market size", "TAM SAM SOM", "industry analysis", "market trends", "validate idea", "market validation", "customer research", "market sizing", "opportunity analysis" Outputs: Market report with size, trends, opportunities, competitive landscape.
competitive-intel-agent
by michaelboeding
Use this skill to analyze competitors, find competitive gaps, and develop competitive strategy. Triggers: "competitor analysis", "competitive analysis", "analyze competitor", "competitive intel", "competitive intelligence", "competitive landscape", "competitor comparison", "beat competitor", "competitor weakness", "competitive advantage", "competitor research" Outputs: Competitive matrix, gap analysis, differentiation strategy, battlecards.
chart-generation
by michaelboeding
Use this skill for generating data-driven charts and visualizations using Python. Triggers: "create chart", "generate graph", "plot data", "visualize data", "bar chart", "line chart", "pie chart", "comparison chart", "positioning matrix", "trend chart", "market size chart", "TAM SAM SOM", "growth chart", "data visualization" Outputs: PNG/SVG chart images with accurate data representation. Used by: competitive-intel-agent, market-researcher-agent, pitch-deck-agent, review-analyst-agent
aspire
by Tyler-R-Kendrick
Use when configuring dev containers for .NET Aspire projects. Covers the Aspire workload, Docker-in-Docker requirement, dashboard port forwarding, and multi-service orchestration in Codespaces. USE FOR: .NET Aspire dev containers, Aspire workload in Codespaces, Aspire dashboard port forwarding, Aspire + Docker-in-Docker setup DO NOT USE FOR: general .NET dev containers without Aspire (use dotnet), standalone Docker-in-Docker (use docker-in-docker), general devcontainer.json (use devcontainer)
tinygrad
by av
Deep learning framework development with tinygrad - a minimal tensor library with autograd, JIT compilation, and multi-device support. Use when writing neural networks, training models, implementing tensor operations, working with UOps/PatternMatcher for graph transformations, or contributing to tinygrad internals. Triggers on tinygrad imports, Tensor operations, nn modules, optimizer usage, schedule/codegen work, or device backends.
mcp-apps
by Tyler-R-Kendrick
Use when building MCP Apps that serve interactive UI from MCP servers. Covers the ui:// URI scheme, HTML rendering in sandboxed iframes, and bidirectional communication between UI and host. USE FOR: rich UI in agent conversations, interactive dashboards from MCP servers, sandboxed iframe rendering DO NOT USE FOR: basic tool responses without UI (use mcp), agent communication (use a2a), full web applications
algorithms
by Tyler-R-Kendrick
Use when selecting algorithms, analyzing complexity, or reasoning about data structure choices. Covers Big-O notation, space vs time tradeoffs, amortized analysis, and algorithmic problem-solving strategy based on Knuth's "The Art of Computer Programming." USE FOR: algorithm selection, Big-O analysis, complexity comparison, choosing data structures, algorithmic problem-solving strategy DO NOT USE FOR: specific algorithm implementations (use sub-skills), system architecture (use dev/architecture), design patterns (use dev/design-patterns)
helm
by Tyler-R-Kendrick
Use when creating or managing Helm charts for Kubernetes applications. Covers chart structure, values files, templates, Go template functions, dependencies, and release management. USE FOR: Helm charts, Kubernetes package management, Go templates, values files, chart dependencies, release management DO NOT USE FOR: raw Kubernetes manifests without templating (use kubernetes), cloud provisioning (use terraform or pulumi), container builds (use docker)