Skip to content

Commit a7ebd2b

Browse files
author
GroepChef
committed
chore(cursor): refresh artifact indexes after ops merge rebase
1 parent 6d52883 commit a7ebd2b

3 files changed

Lines changed: 48 additions & 0 deletions

File tree

.cursor/INDEX.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@
77
| Name | Path | Summary |
88
| --- | --- | --- |
99
| `chef-fleet` | `.cursor/skills/chef-fleet/SKILL.md` | CHEF fleet operations for herdr — Linear/GitHub/UDO/Kater SSOT rules, Fleet Ops Bar, plugin state-dir contracts, and when to touch core vs com.chefgroep.* plugins. |
10+
| `create-skill` | `.cursor/skills/create-skill/SKILL.md` | Project endpoint for /create-skill. |
11+
| `create-subagent` | `.cursor/skills/create-subagent/SKILL.md` | Project endpoint for /create-subagent. |
12+
| `herdr-local-verify` | `.cursor/skills/herdr-local-verify/SKILL.md` | CI-only validation for Herdr — no local cargo/rust/zig/just on Cloud VM. |
1013
| `herdr-quality-ci-remediation` | `.cursor/skills/herdr-quality-ci-remediation/SKILL.md` | Remediate Herdr PR Quality CI failures end-to-end. |
1114
| `herdr-settings-ui-redesign` | `.cursor/skills/herdr-settings-ui-redesign/SKILL.md` | Plan and execute the bold Herdr settings modal redesign (section IA, config surfacing, animations, CI-only validation). |
15+
| `herdr-thermos-audit` | `.cursor/skills/herdr-thermos-audit/SKILL.md` | Report-only parallel thermos audit with a live Herdr pane/tab canvas (map, findings, connections, where-live). |
1216
| `herdr-ui` | `.cursor/skills/herdr-ui/SKILL.md` | Polish and harden the herdr mouse-first TUI — premium consistent overlays, sidebar/tabs/dialogs, pure render, and fix memory leaks or UI errors. |
1317
| `herdr` | `.cursor/skills/herdr/SKILL.md` | Develop and change the herdr terminal agent runtime (Rust TUI, session server, socket API, detection manifests, integrations). |
1418
| `verify-herdr` | `.cursor/skills/verify-herdr/SKILL.md` | Drive Herdr like a user — headless CLI e2e, mouse-first TUI (settings/modals/pane splits), optional future sandbox. |
@@ -17,6 +21,8 @@
1721

1822
| Name | Path | Summary |
1923
| --- | --- | --- |
24+
| `audit-canvas` | `.cursor/agents/audit-canvas.md` | Herdr canvas painter for report-only thermos/audit runs. |
25+
| `audit-scope-mapper` | `.cursor/agents/audit-scope-mapper.md` | Report-only connections mapper for thermos/audit waves. |
2026
| `chef-fleet` | `.cursor/agents/chef-fleet.md` | CHEF fleet specialist for Linear/GitHub/UDO/Kater contracts, Fleet Ops Bar, plugin state dirs, and core-vs-plugin boundaries. |
2127
| `herdr-quality-ci-diagnoser` | `.cursor/agents/herdr-quality-ci-diagnoser.md` | Read-only Herdr Quality CI diagnoser. |
2228
| `herdr-quality-ci-remediator` | `.cursor/agents/herdr-quality-ci-remediator.md` | Herdr Quality CI remediation specialist. |
@@ -38,6 +44,10 @@
3844

3945
| Slash | Path | Summary |
4046
| --- | --- | --- |
47+
| `/audit` | `.cursor/commands/audit.md` | Report-only parallel thermos audit with Herdr canvas (no fixes). |
48+
| `/create-skill` | `.cursor/commands/create-skill.md` | Scaffold a Cursor Agent Skill under .cursor/skills/<name>/SKILL.md with valid frontmatter, twin-chain hookup to a subagent when needed, and a short verify pass. |
49+
| `/create-subagent` | `.cursor/commands/create-subagent.md` | Scaffold a focused Cursor subagent at .cursor/agents/<name>.md with YAML frontmatter and a strict return contract. |
50+
| `/herdr-local-verify` | `.cursor/commands/herdr-local-verify.md` | CI-only Herdr validation — gh pr checks instead of local cargo/just. |
4151
| `/settings-redesign` | `.cursor/commands/settings-redesign.md` | Start or continue the bold Herdr settings UI redesign with parallel workers and CI-only validation. |
4252

4353
## Hooks

.cursor/commands/.index.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
version: 1
22
generated_by: scripts/generate_cursor_index.py
33
items:
4+
- name: audit
5+
path: .cursor/commands/audit.md
6+
kind: command
7+
summary: Report-only parallel thermos audit with Herdr canvas (no fixes).
8+
when: Report-only parallel thermos audit with Herdr canvas (no fi…
9+
- name: create-skill
10+
path: .cursor/commands/create-skill.md
11+
kind: command
12+
summary: Scaffold a Cursor Agent Skill under .cursor/skills/<name>/SKILL.md with
13+
valid frontmatter, twin-chain hookup to a subagent when needed, and a short verify
14+
pass.
15+
when: Scaffold a Cursor Agent Skill under .cursor/skills/<name>/S…
16+
- name: create-subagent
17+
path: .cursor/commands/create-subagent.md
18+
kind: command
19+
summary: Scaffold a focused Cursor subagent at .cursor/agents/<name>.md with YAML
20+
frontmatter and a strict return contract.
21+
when: Scaffold a focused Cursor subagent at .cursor/agents/<name>…
22+
- name: herdr-local-verify
23+
path: .cursor/commands/herdr-local-verify.md
24+
kind: command
25+
summary: CI-only Herdr validation — gh pr checks instead of local cargo/just.
26+
when: CI-only Herdr validation — gh pr checks instead of local ca…
427
- name: settings-redesign
528
path: .cursor/commands/settings-redesign.md
629
kind: command

.cursor/skills/.index.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ items:
88
Ops Bar, plugin state-dir contracts, and when to touch core vs com.chefgroep.*
99
plugins.
1010
when: CHEF fleet operations for herdr — Linear/GitHub/UDO/Kater S…
11+
- name: create-skill
12+
path: .cursor/skills/create-skill/SKILL.md
13+
kind: skill
14+
summary: Project endpoint for /create-skill.
15+
when: Project endpoint for /create-skill. Scaffold a Cursor Agent…
16+
- name: create-subagent
17+
path: .cursor/skills/create-subagent/SKILL.md
18+
kind: skill
19+
summary: Project endpoint for /create-subagent.
20+
when: Project endpoint for /create-subagent. Scaffold a focused C…
21+
- name: herdr-local-verify
22+
path: .cursor/skills/herdr-local-verify/SKILL.md
23+
kind: skill
24+
summary: CI-only validation for Herdr — no local cargo/rust/zig/just on Cloud VM.
25+
when: CI-only validation for Herdr — no local cargo/rust/zig/just…
1126
- name: herdr-quality-ci-remediation
1227
path: .cursor/skills/herdr-quality-ci-remediation/SKILL.md
1328
kind: skill

0 commit comments

Comments
 (0)