|
7 | 7 | | Name | Path | Summary | |
8 | 8 | | --- | --- | --- | |
9 | 9 | | `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. | |
10 | 13 | | `herdr-quality-ci-remediation` | `.cursor/skills/herdr-quality-ci-remediation/SKILL.md` | Remediate Herdr PR Quality CI failures end-to-end. | |
11 | 14 | | `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). | |
12 | 16 | | `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. | |
13 | 17 | | `herdr` | `.cursor/skills/herdr/SKILL.md` | Develop and change the herdr terminal agent runtime (Rust TUI, session server, socket API, detection manifests, integrations). | |
14 | 18 | | `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 | 21 |
|
18 | 22 | | Name | Path | Summary | |
19 | 23 | | --- | --- | --- | |
| 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. | |
20 | 26 | | `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. | |
21 | 27 | | `herdr-quality-ci-diagnoser` | `.cursor/agents/herdr-quality-ci-diagnoser.md` | Read-only Herdr Quality CI diagnoser. | |
22 | 28 | | `herdr-quality-ci-remediator` | `.cursor/agents/herdr-quality-ci-remediator.md` | Herdr Quality CI remediation specialist. | |
|
38 | 44 |
|
39 | 45 | | Slash | Path | Summary | |
40 | 46 | | --- | --- | --- | |
| 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. | |
41 | 51 | | `/settings-redesign` | `.cursor/commands/settings-redesign.md` | Start or continue the bold Herdr settings UI redesign with parallel workers and CI-only validation. | |
42 | 52 |
|
43 | 53 | ## Hooks |
|
0 commit comments