# shousper

> Open-source publisher. Listings imported from github.com/shousper — credited to the original author with their license.

- **Listings:** 17
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/shousper
- **Website:** https://github.com/shousper

## Published listings

- [Brainstorming](https://agentstack.voostack.com/l/skill-shousper-claude-kit-brainstorming) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-brainstorming`
  Coordinates collaborative design sessions that explore requirements, analyze codebase context, and produce an approved design document with trade-offs. Use when building a new feature, adding functionality, creating components, modifying behavior, starting a project, or planning any creative work. DO NOT TRIGGER when the user already has a concrete design and just wants implementation.
- [Finish Branch](https://agentstack.voostack.com/l/skill-shousper-claude-kit-finish-branch) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-finish-branch`
  Finalizes a development branch by verifying tests pass, then presenting four completion options (merge locally, draft PR, keep as-is, or discard). Use when implementation is done, a feature branch is ready to ship, work needs to be merged or a PR created, or the user says "finish", "wrap up", "ship it", or "done with this branch". DO NOT TRIGGER when tests are still being written or implementatio…
- [Verify](https://agentstack.voostack.com/l/skill-shousper-claude-kit-verify) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-verify`
  Enforces fresh verification evidence before any completion or success claims. Use when about to say "done", "fixed", "tests pass", "build succeeds", or any synonym; before committing, creating PRs, or moving to the next task; before expressing satisfaction or positive statements about work state; and after agent delegation to independently verify results. Prevents unverified claims by requiring c…
- [Receiving Review](https://agentstack.voostack.com/l/skill-shousper-claude-kit-receiving-review) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-receiving-review`
  Enforces rigorous technical evaluation of code review feedback before implementation -- verifying suggestions against the codebase, pushing back when wrong, clarifying ambiguity, and avoiding performative agreement. Use when processing PR review comments, inline suggestions, change requests, reviewer feedback, or any list of code fixes to address. Applies to feedback from human partners and exter…
- [Consult Codex](https://agentstack.voostack.com/l/skill-shousper-claude-kit-consult-codex) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-consult-codex`
  Consults OpenAI Codex CLI for an independent perspective on any question. Shells out to the codex CLI in read-only sandbox mode and relays the response. Use when you want a second opinion from Codex, or when asked to "consult codex", "ask codex", or "codex oracle".
- [Code Standards](https://agentstack.voostack.com/l/skill-shousper-claude-kit-code-standards) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-code-standards`
  Enforces project-specific coding conventions by loading language standards before writing code. Use when about to write, edit, modify, or generate Go, Rust, Python, Tailwind CSS, or HCL (Terraform/OpenTofu) files. Loads once per language per session and overrides default style with project conventions. DO NOT TRIGGER for languages other than Go, Rust, Python, Tailwind CSS, or HCL (Terraform/OpenT…
- [Writing Plans](https://agentstack.voostack.com/l/skill-shousper-claude-kit-writing-plans) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-writing-plans`
  Creates detailed, bite-sized implementation plans with TDD structure, exact file paths, complete code, and test commands. Use when you have a spec, requirements, design doc, or feature request and need to plan before coding — especially for multi-step tasks, large features, or when handing off to another session. DO NOT TRIGGER when asked to write code directly or fix a simple bug.
- [Worktree Cleanup](https://agentstack.voostack.com/l/skill-shousper-claude-kit-worktree-cleanup) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-worktree-cleanup`
  Removes git worktrees safely, cleans up associated branches, and pulls latest mainline after removal. Use when finished with a worktree, done with a branch, cleaning up after a merge or PR, abandoning work in a worktree, or when "git worktree list" shows stale entries. Checks for uncommitted changes, verifies no open PRs before branch deletion, and handles force-removal of locked worktrees.
- [Github Work Summary](https://agentstack.voostack.com/l/skill-shousper-claude-kit-github-work-summary) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-github-work-summary`
  Generates a categorized work summary from GitHub activity (PRs authored, issues created, code committed) for a given time period and organization, using parallel subagents for fast detail fetching. Use when the user asks "what did I work on", "what did I do last week", wants a work log, weekly update, standup notes, sprint recap, accomplishments list, performance review input, or any summary of t…
- [Tdd](https://agentstack.voostack.com/l/skill-shousper-claude-kit-tdd) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-tdd`
  Enforces strict test-driven development -- write a failing test first, implement minimal code to pass, then refactor. Use when implementing a feature, fixing a bug, adding behavior, refactoring, or any time production code will be written or changed. Also use when the user says "write tests", "add tests", "TDD", or "test first". DO NOT TRIGGER for throwaway prototypes, generated code, or config-o…
- [Code Review](https://agentstack.voostack.com/l/skill-shousper-claude-kit-code-review) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-code-review`
  Orchestrates plan-alignment and quality review via a bundled review workflow that fans out review dimensions (correctness, quality, tests, security, architecture) and adversarially verifies each finding. Use when verifying implementation matches requirements or design/architectural alignment, before merging to main, after completing a major feature, before refactoring, after fixing a complex bug,…
- [Writing Skills](https://agentstack.voostack.com/l/skill-shousper-claude-kit-writing-skills) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-writing-skills`
  Creates, edits, and tests Claude skill files (SKILL.md) using TDD methodology with baseline pressure testing and rationalization defense. Use when writing a new skill, modifying an existing skill, optimizing a skill description for discovery (CSO), testing whether a skill triggers correctly, or structuring skill documentation. Enforces RED-GREEN-REFACTOR for process documentation.
- [Build Flow](https://agentstack.voostack.com/l/skill-shousper-claude-kit-build-flow) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-build-flow`
  The default vehicle for implementing a coherent batch of code changes — a feature, refactor, bug fixes, or remediation from an audit/review — via a background TDD workflow with an independent spec+quality review gate and staged fix-loop (pausing only when blocked). Use it the moment you are about to edit source files for such a batch, whether the plan came from kit:writing-plans, a docs/plans/*.m…
- [Using Kit](https://agentstack.voostack.com/l/skill-shousper-claude-kit-using-kit) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-using-kit`
  Enforces skill discovery and invocation governance for every task. Use at the start of any conversation, before responding to any user message, when deciding whether a skill applies, when building or modifying features (triggers the brainstorming chain), or when operating within a team context. Defines the default workflow chain (brainstorming -> writing-plans -> build-flow -> finish-branch) and…
- [Create Pr](https://agentstack.voostack.com/l/skill-shousper-claude-kit-create-pr) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-create-pr`
  Creates a GitHub pull request for the current branch using the gh CLI. Use when asked to create a PR, open a pull request, submit changes for review, or push and create a PR. Defaults to draft, detects and fills repo PR templates, auto-detects the base branch, and supports 'ready for review' override. DO NOT TRIGGER for reviewing existing PRs or commenting on PRs.
- [Git Worktrees](https://agentstack.voostack.com/l/skill-shousper-claude-kit-git-worktrees) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-git-worktrees`
  Creates an isolated git worktree workspace with smart directory selection, gitignore safety verification, dependency installation, and baseline test validation. Use when starting feature work, beginning a new branch, needing workspace isolation, setting up before plan execution, or the user says "new feature", "set up a worktree", or "isolate this work". DO NOT TRIGGER for worktree cleanup or rem…
- [Debugging](https://agentstack.voostack.com/l/skill-shousper-claude-kit-debugging) — Skill · Free · security-reviewed — `agentstack add skill-shousper-claude-kit-debugging`
  Enforces systematic root-cause investigation before any fix attempt, using a four-phase process (investigate, analyze patterns, hypothesize, implement). Use when encountering bugs, test failures, build errors, unexpected behavior, performance problems, or integration issues — especially when under pressure, when a "quick fix" seems obvious, or when previous fix attempts have failed. DO NOT TRIGGE…

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
