agentsclimarketplace

Enterprise data analysis

Skill cxcscmu/SkillLearnBench/skills/b4-skill-creator-gemini-3-flash-preview/enterprise-information-search/enterprise-data-analysis

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.

Install
npx -y skills add cxcscmu/SkillLearnBench --skill enterprise-data-analysis

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

SKILL.md

1.5 KB, as published. Nobody here has run it

name: enterprise-data-analysis description: Analyzing relationships between enterprise data entities (employees, products, reports, teams). Use this skill when a question requires connecting different types of information.

Enterprise Data Analysis

This skill provides a framework for understanding and navigating complex relationships in enterprise datasets.

Relational Mapping

  • Product to Team: Look for a "team" or "team_members" field in the product JSON. If it's just names, you'll need to look up their IDs in the employee.json file.
  • Product to Competitor: Products usually have a competitors array. This array may contain objects with details like names, strengths, weaknesses, and URLs.
  • Report to Author/Reviewer: Reports often have authors and reviewers fields. These are usually lists of names or IDs.
  • Insights to Employee: Insights about competitors or products may be linked to specific team members who provided them. Check for "provided_by", "member", or "author" fields within feedback or insight arrays.

Linking Data

  1. Identify the Source: Determine which product file contains the core information (e.g., ContentForce.json).
  2. Extract Primary Keys: Get names or IDs of the relevant people/competitors from the product file.
  3. Cross-Reference: If only names are found, look up the employee.json to find corresponding IDs.
  4. Consolidate: Bring the findings together to form a complete answer (e.g., a list of IDs).

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.