shiwenbin1617
- 27 skills
- 0 followers
- 5 hours ago last updated
- ▌ Setup Pstack 2 · shiwenbin1617Configure optional per-role model preferences for pstack on Codex. Use for $setup-pstack or requests to change pstack model routing.
- ▌ Setup Pstack 3 · shiwenbin1617Configure which Claude Code models pstack uses per role. Use for /setup-pstack or requests to change pstack model routing.
- ▌ How · shiwenbin1617 bundleExplain code flow, subsystem architecture, or ownership and layering. Use why for historical rationale.
- ▌ Why · shiwenbin1617 bundleInvestigate design rationale, regressions, or historical tradeoffs using cited evidence. Use how for runtime behavior.
- ▌ Arena · shiwenbin1617Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it. Use for /arena, 'arena this', 'throw it in the arena', or when one attempt at a non-trivial artifact would lock in the wrong shape.
- ▌ Swarm · shiwenbin1617Fan out N parallel workers, drain them, and return one report. Use for /swarm, 'swarm this', or parallel coverage, races, gauntlets, and exploration.
- ▌ Recall · shiwenbin1617 bundleRecover recent work and open decisions from relevant task history when the user asks to recall or resume work.
- ▌ Unslop · shiwenbin1617Edit prose to remove filler, canned phrasing, and unnecessary jargon while preserving the author's meaning and voice.
- ▌ Reflect · shiwenbin1617 bundleReview a completed task for reusable lessons when the user requests reflection or workflow improvements.
- ▌ Architect · shiwenbin1617 bundleDesign types, interfaces, and module ownership for a requested architectural change or an unresolved design choice.
- ▌ Automate Me · shiwenbin1617Use for "automate me", "create/update/refresh my -mode skill", "turn/capture my preferences or working style into a skill", or wanting agents to follow how the user works. Drafts or revises a personal -mode skill from the authoring-a-skill playbook + unslop, optionally pulling fresh evidence from recent transcripts.
- ▌ Interrogate · shiwenbin1617 bundleUse for "interrogate", "adversarial review", "multi-model review", "challenge this", "stress test this code", "find blind spots", or "tear this apart". Multiple LLM reviewers challenge changes from independent angles.
- ▌ No Comments · shiwenbin1617Review and simplify comments or suppressions within a requested code scope.
- ▌ Poteto Mode · shiwenbin1617 bundleUse the pstack workflow when the user explicitly invokes /poteto-mode or requests poteto's style for a task.
- ▌ Setup Pstack · shiwenbin1617Configure which models pstack uses per role. Detects the model values this session actually accepts and writes a config file the other pstack skills read. Use for /setup-pstack, "configure pstack models", or changing pstack's model choices.
- ▌ Figure It Out · shiwenbin1617Plan and execute a complex task when existing playbooks do not cover its dependencies or completion criteria.
- ▌ Show Me Your Work · shiwenbin1617 bundleKeep a reviewable decision log for a requested audit or a long-running task that needs a durable handoff.
- ▌ Technical Writing · shiwenbin1617Write or edit technical documents, RFCs, and PR descriptions for a clear audience and purpose.
- ▌ Principle Prove It Works · shiwenbin1617Choose evidence that verifies the changed behavior and supports the completion claim.
- ▌ Create Verification Skill · shiwenbin1617 bundleGenerate a project-local verification skill that drives your app the way a user does — any language, framework, or platform. Use for /create-verification-skill, "make a control skill for this repo", or when a project has no scripted way to prove UI/CLI/service behavior.
- ▌ Principle Build The Lever · shiwenbin1617Choose reusable automation when repeated work or deterministic verification justifies a script or codemod.
- ▌ Typescript Best Practices · shiwenbin1617 bundleGuide TypeScript type design, boundary validation, and type-safety reviews when implementing or changing TypeScript code.
- ▌ Maintain Verification Skill · shiwenbin1617Periodic pass that keeps a project's verification skill and feature map honest: parallel source readers per feature, one live session driving every feature, at most one PR of proven corrections. Use for /maintain-verification-skill or "audit the verify skill".
- ▌ Setup Benny · shiwenbin1617Configure Benny and prepare its triage and repro automations. Use when installing Benny or changing its Slack, tracker, repository, routing, control, model, or budget settings.
- ▌ Principle Guard The Context Window · shiwenbin1617Reduce unnecessary context from repeated reads, large outputs, and duplicated delegation.
- ▌ Principle Never Block On The Human · shiwenbin1617Continue authorized work autonomously and ask only for decisions or permissions that materially affect the outcome.
- ▌ Reproduce And Fix Issues · shiwenbin1617 bundleReproduce triaged Slack bugs through a configured app-control adapter, verify existing fixes, and open a bounded draft pull request only after before-and-after proof. Use only from the configured Benny repro automation.