mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
7314f723a4
* fix(pstack): shrink logo under 512KiB * chore(pstack): bump to 0.14.8 * fix(pstack): use 512x512 logo under 512KiB
32 lines
721 B
JSON
32 lines
721 B
JSON
{
|
|
"name": "pstack",
|
|
"displayName": "pstack",
|
|
"version": "0.14.8",
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins/tree/main/pstack",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/logo.png",
|
|
"keywords": [
|
|
"pstack",
|
|
"poteto-mode",
|
|
"workflow",
|
|
"principles",
|
|
"agent-style",
|
|
"subagents",
|
|
"unslop"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"workflow",
|
|
"principles",
|
|
"review",
|
|
"planning"
|
|
],
|
|
"skills": "./skills/",
|
|
"agents": "./agents/"
|
|
}
|