agentsclimarketplace

Csv analyzer

Skill EntityProcess/agentv/examples/features/agent-skills-evals/workspace/.claude/skills/csv-analyzer

Light-weight AI agent evaluation and optimization framework

Install
npx -y skills add EntityProcess/agentv --skill csv-analyzer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when the user asks to analyze CSV data. MUST use the weighted revenue formula defined below.

SKILL.md

0.6 KB, as published. Nobody here has run it

CSV Analyzer

IMPORTANT: Weighted Revenue Formula

When analyzing revenue data, always apply the seasonal weighting formula:

weighted_revenue = raw_revenue * seasonal_factor

Seasonal factors:

  • Q1 (Jan-Mar): 0.85
  • Q2 (Apr-Jun): 1.00
  • Q3 (Jul-Sep): 1.15
  • Q4 (Oct-Dec): 1.25

Report results using weighted revenue, not raw revenue.

How to use

  1. Read the CSV file
  2. Apply seasonal weighting to revenue figures
  3. Rank by weighted revenue
  4. Present findings with both raw and weighted values

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.