Commit b150458
authored
Add Gemini Agent Skill for Benchmarks CLI (#994)
## Add Agent Skill for Benchmarks CLI
Adds agent skill documentation for the Kaggle Benchmarks CLI workflow,
following the [Playwright CLI
pattern](https://github.com/microsoft/playwright-cli/blob/main/skills/playwright-cli/SKILL.md).
### Structure
```
skills/
├── SKILL.md ← Top-level skill for the entire kaggle CLI
└── references/
└── benchmarks.md ← Detailed benchmarks workflow reference
```
- **`SKILL.md`** is a lightweight entry point (~45 lines) covering all
CLI command groups, with links to detailed references.
- **`references/benchmarks.md`** is the detailed reference (~420 lines)
for the benchmarks workflow: setup, push, run, status, download, error
handling, and common workflows.
This structure allows future reference files (datasets.md,
competitions.md, etc.) to be added without bloating the entry point.
### Using with AI Coding Agents
The `skills/` directory is agent-agnostic. To integrate with a specific
tool:
| Tool | Integration |
|------|-------------|
| **Gemini CLI** | Symlink: `.gemini/skills/kaggle-cli/ → ../../skills/`
|
| **Claude Code** | Reference in `CLAUDE.md`: `See
skills/references/benchmarks.md` |
| **Cursor** | Add to `.cursor/rules/` |
| **Other agents** | Point at `skills/SKILL.md` or
`skills/references/benchmarks.md` directly |
### Tested
- auto test https://paste.googleplex.com/4609226241605632
- trajectory with gemini: https://paste.googleplex.com/4861956914806784
### Changes
- `skills/SKILL.md` — **[NEW]** Top-level CLI skill
- `skills/references/benchmarks.md` — **[NEW]** Benchmarks reference1 parent 68e1f95 commit b150458
2 files changed
Lines changed: 444 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments