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
1 change: 1 addition & 0 deletions pstack/skills/how/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: how
description: "Use for \"how does X work\", code walkthroughs before changing something, and placement / ownership / layering questions (\"where should this live\", \"which package owns this\", \"is this the right layer\"). Explains subsystem architecture, runtime flow, onboarding mental models. Can critique architecture. Use why for motivation."
disable-model-invocation: true
---

# How
Expand Down
1 change: 1 addition & 0 deletions pstack/skills/make-bot-ui/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: >-
Use when building a custom UI (page, dashboard, buttons) that should wake a
Grok Bot over a webhook, when the user must provide a webhook sender key, or
when exposing that UI on Tailscale.
disable-model-invocation: true
---
# How to make a bot UI

Expand Down
1 change: 1 addition & 0 deletions pstack/skills/typescript-best-practices/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: typescript-best-practices
description: TypeScript best practices. Use when reading or editing any .ts or .tsx file.
disable-model-invocation: true
---

# TypeScript best practices
Expand Down
1 change: 1 addition & 0 deletions pstack/skills/unslop/SKILL.md

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can understand why the other 4 skills got the disable-model-invocation, but why the unslop

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder about that too, interested what's the reasoning behind the change

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder about that too

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: unslop
description: Cut AI tells from any writing. Must always apply.
disable-model-invocation: true
---

# Unslop
Expand Down
1 change: 1 addition & 0 deletions pstack/skills/why/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: why
description: "Use for 'why does X work this way', 'why we picked Y', design rationale, regressions, postmortems, or data-backed thresholds. Discovers available MCPs and queries each evidence category (source control, issue tracker, long-form docs, real-time chat, infrastructure observability, error tracking, product analytics warehouse) in parallel, then returns a cited read on decisions and tradeoffs. Use how for runtime behavior."
disable-model-invocation: true
---

# Why
Expand Down