Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions benchmarks/results/cursor-skill-invocation-2026-08-15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Cursor skill invocation benchmark — 2026-08-15

## Conditions

- Same repository, prompt, GraphKeeper records, and Cursor environment across runs.
- Prompt: `Investigate the homepage project opacity behavior and determine whether the opacity poll is still part of the current implementation or legacy behavior.`

## Results

| Setup | Result |
| --- | --- |
| Composer 2.5 — natural invocation #1 | FAIL |
| Composer 2.5 — natural invocation #2 | FAIL |
| Composer 2.5 + explicit `/graphkeeper` | PASS |
| Grok 4.6 — natural invocation #1 | PASS |
| Grok 4.6 — natural invocation #2 | PASS |

## Finding

In this specific Cursor benchmark, automatic GraphKeeper skill invocation differed by model. Composer 2.5 did not invoke GraphKeeper automatically in 2/2 runs, while Grok 4.6 did in 2/2 runs. Explicit `/graphkeeper` activation worked with Composer 2.5.

## Product decision

No Cursor-specific adapter is justified yet. The existing skill works in Cursor; the observed difference appears to be around automatic skill selection.