Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -574,12 +574,24 @@ <h1>stbenjam&#x27;s skills</h1>
"description_html": "Make the response terser while preserving important reasoning, decisions, and next steps.",
"meta": "License: MIT"
},
{
"name": "dig",
"description": "Revisit superficial or under-verified agent work by investigating its claims, assumptions, evidence, and missing edge cases.",
"description_html": "Revisit superficial or under-verified agent work by investigating its claims, assumptions, evidence, and missing edge cases.",
"meta": "License: MIT"
},
{
"name": "lfg",
"description": "Implement the requested direction immediately using reasonable defaults and no unnecessary follow-up questions.",
"description_html": "Implement the requested direction immediately using reasonable defaults and no unnecessary follow-up questions.",
"meta": "License: MIT"
},
{
"name": "map",
"description": "Explain the shape of an implementation, its key architectural decisions, and how its main pieces fit together.",
"description_html": "Explain the shape of an implementation, its key architectural decisions, and how its main pieces fit together.",
"meta": "License: MIT"
},
{
"name": "nah",
"description": "Abandon the current direction, propose three genuinely different approaches, and recommend the strongest one.",
Expand Down
2 changes: 2 additions & 0 deletions plugins/steering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ Code, Codex, and standalone Agent Skills setup.
- [`/wow`](skills/wow/SKILL.md) — raise a frontend redesign to an award-worthy bar
- [`/cut`](skills/cut/SKILL.md) — make the response terser without losing substance
- [`/ask`](skills/ask/SKILL.md) — pause and ask the questions needed for a high-quality solution
- [`/dig`](skills/dig/SKILL.md) — revisit superficial or under-verified agent work
- [`/map`](skills/map/SKILL.md) — explain the shape and architecture of an implementation

Inspired by [`bro` from dmmulroy/skills](https://github.com/dmmulroy/skills/blob/main/bro/SKILL.md).
12 changes: 12 additions & 0 deletions plugins/steering/skills/dig/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: dig
description: Revisit superficial or under-verified agent work by investigating its claims, assumptions, evidence, and missing edge cases.
license: MIT
metadata:
author: stbenjam
version: "0.1.0"
user-invocable: true
disable-model-invocation: true
---

Revisit the preceding work skeptically: identify shallow reasoning, unsupported claims, missing edge cases, and unverified assumptions, then investigate the highest-risk gaps.
10 changes: 10 additions & 0 deletions plugins/steering/skills/dig/agents/openai.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
interface:
display_name: "Dig"
short_description: "Dig deeper into superficial agent work."
icon_small: "./assets/icon.svg"
icon_large: "./assets/icon.svg"
brand_color: "#0E7490"
default_prompt: "Use $dig to investigate superficial agent work."

policy:
allow_implicit_invocation: false
6 changes: 6 additions & 0 deletions plugins/steering/skills/dig/assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions plugins/steering/skills/map/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: map
description: Explain the shape of an implementation, its key architectural decisions, and how its main pieces fit together.
license: MIT
metadata:
author: stbenjam
version: "0.1.0"
user-invocable: true
disable-model-invocation: true
---

Describe the broad strokes of the preceding implementation and provide a simple map of its shape. Walk through the key architectural decisions, how the main pieces fit together, and the most important tradeoffs.
10 changes: 10 additions & 0 deletions plugins/steering/skills/map/agents/openai.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
interface:
display_name: "Map"
short_description: "Explain an implementation's shape and architecture."
icon_small: "./assets/icon.svg"
icon_large: "./assets/icon.svg"
brand_color: "#4338CA"
default_prompt: "Use $map to explain the shape of an implementation."

policy:
allow_implicit_invocation: false
6 changes: 6 additions & 0 deletions plugins/steering/skills/map/assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions skills/dig
1 change: 1 addition & 0 deletions skills/map
Loading