skilly. Buy ad slot
All skills
Community / AGENT SKILL

benchmark

Souvik-223/agent-skills-agentic-tools
0 installs 0 GitHub stars
0

Skill for the Benchmark area of Securacy. 7 symbols across 3 files.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# Benchmark

7 symbols | 3 files | Cohesion: 100%

## When to Use

- Working with code in `model-compass/`
- Understanding how cleanAndParseJson, calculateAccuracy, normalize work
- Modifying benchmark-related functionality

## Key Files

| File | Symbols |
|------|---------|
| `model-compass/src/lib/scoring-engine.ts` | toStr, calculateAccuracy, normalize, scoreCategory |
| `model-compass/src/app/api/benchmark/route.ts` | POST, makeErrorResult |
| `model-compass/src/lib/utils.ts` | cleanAndParseJson |

## Entry Points

Start here when exploring this area:

- **`cleanAndParseJson`** (Function) — `model-compass/src/lib/utils.ts:7`
- **`calculateAccuracy`** (Function) — `model-compass/src/lib/scoring-engine.ts:17`
- **`normalize`** (Function) — `model-compass/src/lib/scoring-engine.ts:46`
- **`scoreCategory`** (Function) — `model-compass/src/lib/scoring-engine.ts:48`
- **`POST`** (Function) — `model-compass/src/app/api/benchmark/route.ts:25`

## Key Symbols

| Symbol | Type | File | Line |
|--------|------|------|------|
| `cleanAndParseJson` | Function | `model-compass/src/lib/utils.ts` | 7 |
| `calculateAccuracy` | Function | `model-compass/src/lib/scoring-engine.ts` | 17 |
| `normalize` | Function | `model-compass/src/lib/scoring-engine.ts` | 46 |
| `scoreCategory` | Function | `model-compass/src/lib/scoring-engine.ts` | 48 |
| `POST` | Function | `model-compass/src/app/api/benchmark/route.ts` | 25 |
| `toStr` | Function | `model-compass/src/lib/scoring-engine.ts` | 9 |
| `makeErrorResult` | Function | `model-compass/src/app/api/benchmark/route.ts` | 204 |

## Execution Flows

| Flow | Type | Steps |
|------|------|-------|
| `POST → Normalize` | intra_community | 4 |
| `POST → ToStr` | intra_community | 4 |
| `POST → CleanAndParseJson` | intra_community | 3 |

## How to Explore

1. `gitnexus_context({name: "cleanAndParseJson"})` — see callers and callees
2. `gitnexus_query({query: "benchmark"})` — find related execution flows
3. Read key files listed above for implementation details