penkzhou/swiss-army-knife-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: swiss-army-knife.
penkzhou/swiss-army-knife-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: swiss-army-knife.
penkzhou/swiss-army-knife-plugin
Instructions file
Claude Code instructions for penkzhou/swiss-army-knife-plugin, covering claude.md, 仓库概述, 技术栈, 目录结构 and 插件统计.
penkzhou/swiss-army-knife-plugin
Plugin Claude Code
Multi-stack workflow plugin with unified 3-layer architecture. Features 6-phase Bugfix, 8-phase PR Review, 7-phase CI Job Fix, and 6-phase Execute Plan workflows. 47 agents including 4 master-coordinators and shared review-coordinator for fully closed-loop execution.
penkzhou/swiss-army-knife-plugin
Command
A command for carrying out an implementation plan in six stages. The description is in Chinese and does not explain the stages.
penkzhou/swiss-army-knife-plugin
Command
A standard six-stage workflow for fixing bugs in backend software, meaning the server-side code that handles data and requests.
penkzhou/swiss-army-knife-plugin
Command
A command that runs a standard six-stage process for fixing end-to-end bugs. End-to-end testing checks a feature through the complete user flow.
penkzhou/swiss-army-knife-plugin
Command
A command workflow for repairing a failed GitHub Actions job, which is an automated task run by GitHub for a software project.
penkzhou/swiss-army-knife-plugin
Command
A six-stage workflow for fixing frontend bugs, meaning problems in the part of a website or app that users see and interact with.
penkzhou/swiss-army-knife-plugin
Command
A command workflow for handling code review comments on a pull request, which is a proposed change to a shared codebase. The description identifies an eight-phase process.
penkzhou/swiss-army-knife-plugin
Command
A command for merging pull requests that update dependencies. Renovate and Dependabot are tools that automatically open such pull requests.
penkzhou/swiss-army-knife-plugin
Command
A command that analyzes code changes, runs quality checks, creates a commit, and opens a pull request, a request to merge changes into a code repository.
penkzhou/swiss-army-knife-plugin
Command
A command workflow for preparing and publishing a software release. It updates the changelog and plugin manifest, creates a Git tag, and pushes the changes.
penkzhou/swiss-army-knife-plugin
Hook
Runs after a tool call finishes for Bash tool calls, executing check-test-result.sh. From penkzhou/swiss-army-knife-plugin.
penkzhou/swiss-army-knife-plugin
Hook
Runs when a session starts, executing check-frontend-changes.sh. From penkzhou/swiss-army-knife-plugin.
penkzhou/swiss-army-knife-plugin
Skill Claude CodeCodex
This skill should be used when the user asks to "debug backend tests", "fix pytest failures", "analyze Python errors", "fix FastAPI bugs", or mentions keywords like "pytest", "IntegrityError", "ValidationError", "SQLAlchemy", "FastAPI". It provides the complete bugfix workflow knowledge including error classification…
penkzhou/swiss-army-knife-plugin
Skill Claude CodeCodex
A general bug-fixing workflow guide for backend, frontend, and end-to-end work. It includes TDD, or test-driven development, where tests are written to define the expected fix before the code is changed.
penkzhou/swiss-army-knife-plugin
Skill Claude CodeCodex
A reference guide for analysing failed CI jobs, which are automated checks that build and test code. It covers failure categories, confidence estimates, technology-stack identification, and common error patterns.
penkzhou/swiss-army-knife-plugin
Skill Claude CodeCodex
A skill describing shared patterns for coordinator agents, which are agents that organize work performed by other agents. The description is incomplete.
penkzhou/swiss-army-knife-plugin
Skill Claude CodeCodex
This skill should be used when the user asks to "debug E2E tests", "fix Playwright failures", "fix Cypress tests", "analyze timeout errors", or mentions keywords like "Playwright", "Cypress", "Timeout exceeded", "locator", "selector", "flaky test". It provides the complete bugfix workflow knowledge including error…
penkzhou/swiss-army-knife-plugin
Skill Claude CodeCodex
A writing guide based on William Strunk Jr.'s 1918 book The Elements of Style. It focuses on making text clear and concise.
penkzhou/swiss-army-knife-plugin
Skill Claude CodeCodex
A knowledge base for carrying out software plans, with guidance on plan formats, task interpretation, dependencies, and execution strategies. A dependency is a task that must happen before another task can start.
penkzhou/swiss-army-knife-plugin
Skill Claude CodeCodex
Use this skill when debugging frontend test failures (React/TypeScript, Vitest, etc.), fixing bugs in React/TypeScript code, or following TDD methodology for frontend bug fixes. This skill provides the complete bugfix workflow knowledge including error classification, confidence scoring, and TDD best practices.
penkzhou/swiss-army-knife-plugin
Skill Claude CodeCodex
A library of recurring patterns for fixing comments raised during pull-request reviews. A pull request is a proposed code change submitted for review.
penkzhou/swiss-army-knife-plugin
Skill Claude CodeCodex
A knowledge base for analysing pull-request code review comments. Pull requests are proposed code changes shared for review before they are added to a project.