Skip to content
Open
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
2 changes: 1 addition & 1 deletion pstack/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pstack",
"displayName": "pstack",
"version": "0.15.2",
"version": "0.15.4",
"description": "if you want to go fast, go deep first. pstack helps you write less, but higher quality code. rigorous agent workflows you can parallelize with confidence.",
"author": {
"name": "Lauren Tan"
Expand Down
6 changes: 3 additions & 3 deletions pstack/skills/make-bot-ui/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Make Bot UI
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.
Build a custom UI (page, dashboard, buttons) that wakes a Grok Bot over a
webhook, keeps the sender key on the server, and optionally exposes the UI on
Tailscale. Use for /make-bot-ui.
disable-model-invocation: true
---
# How to make a bot UI
Expand Down
2 changes: 1 addition & 1 deletion pstack/skills/reflect/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: reflect
description: Spawn three parallel review subagents over the active transcript, surface learnings, and route each to a concrete edit on an existing skill. Use when the user says reflect.
description: Spawn three parallel review subagents over the active transcript, surface learnings, and route each to a concrete edit on an existing skill. Use for /reflect.
disable-model-invocation: true
---

Expand Down
2 changes: 1 addition & 1 deletion pstack/skills/tdd/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: tdd
description: "Use only when the user explicitly asks for TDD, a failing test, or a regression test, OR when the bug has an obvious cheap local test target. Skip when the test path is unclear, expensive, integration-heavy, or not requested."
description: "TDD bug-fix workflow: write a focused failing regression test before changing production code when the bug has a clear, cheap local test path. Skip when the test path is unclear, expensive, or integration-heavy. Use for /tdd, an explicit TDD ask, or a regression test."
disable-model-invocation: true
---

Expand Down
2 changes: 1 addition & 1 deletion pstack/skills/typescript-best-practices/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: typescript-best-practices
description: TypeScript best practices. Use when reading or editing any .ts or .tsx file.
description: "TypeScript best practices grounded in the type-system-discipline principle. Use for /typescript-best-practices when reviewing or editing TypeScript."
paths: ["**/*.ts", "**/*.tsx"]
disable-model-invocation: true
---
Expand Down