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 for the Cluster_98 area of Securacy. 3 symbols across 2 files.
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
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.
Original instructions from the publisher’s SKILL.md
# Cluster_98
3 symbols | 2 files | Cohesion: 100%
## When to Use
- Working with code in `model-compass/`
- Understanding how loadSkillContent, constructSystemPrompt, runBenchmark work
- Modifying cluster_98-related functionality
## Key Files
| File | Symbols |
|------|---------|
| `model-compass/src/lib/skill-loader.ts` | loadSkillContent, constructSystemPrompt |
| `model-compass/src/lib/model-runner.ts` | runBenchmark |
## Entry Points
Start here when exploring this area:
- **`loadSkillContent`** (Function) — `model-compass/src/lib/skill-loader.ts:3`
- **`constructSystemPrompt`** (Function) — `model-compass/src/lib/skill-loader.ts:32`
- **`runBenchmark`** (Method) — `model-compass/src/lib/model-runner.ts:12`
## Key Symbols
| Symbol | Type | File | Line |
|--------|------|------|------|
| `loadSkillContent` | Function | `model-compass/src/lib/skill-loader.ts` | 3 |
| `constructSystemPrompt` | Function | `model-compass/src/lib/skill-loader.ts` | 32 |
| `runBenchmark` | Method | `model-compass/src/lib/model-runner.ts` | 12 |
## How to Explore
1. `gitnexus_context({name: "loadSkillContent"})` — see callers and callees
2. `gitnexus_query({query: "cluster_98"})` — find related execution flows
3. Read key files listed above for implementation details