smithery/neversight

analysis-patterns

Data analysis, pattern recognition, and systematic troubleshooting patterns

Installation

$ npx skills add smithery/neversight --skill analysis-patterns

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,219 B
  • docs SUMMARY.md 100 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Analysis Patterns

Patterns for data analysis, metrics evaluation, and systematic troubleshooting.

Core Approaches

Data Analysis

  • Examine data for patterns, anomalies, and insights
  • Assess performance metrics and KPIs
  • Visualize complex relationships with mermaid or graphviz

Systematic Troubleshooting

  • Divide and conquer: Split problem space in half repeatedly
  • Binary search: Isolate variables to find root cause
  • Timeline analysis: Map events chronologically

Analysis Checklist

  1. Context: Understand the full picture before diving in
  2. Data quality: Verify data accuracy and completeness
  3. Patterns: Look for trends, cycles, outliers
  4. Root cause: Don't stop at symptoms
  5. Evidence: Document findings with supporting data
  6. Visualization: Create diagrams to communicate findings

Visualization Tools

Use graphviz-diagrams skill or documentation-generator:mermaid-expert for:

  • Flowcharts showing data flow
  • Sequence diagrams for event timelines
  • State diagrams for system states
  • Pie/bar charts for distributions