kenspc

28 mods across 1 repository, 1 stars between them.

kenspc/kenspc-claude-plugin

Instructions file

Claude Code instructions for kenspc/kenspc-claude-plugin, covering claude.md, project overview, marketplace structure, plugin directory layout and skill development conventions.

1 1mo ago A 4,910 tokens

kenspc

03

kenspc/kenspc-claude-plugin

Plugin Claude Code

Structured software development workflows for Claude Code, aligned with Opus 4.8 at xhigh/max effort. Eleven reusable subagents drive brief generation, plan generation, task decomposition, automated batch implementation, and multi-angle parallel review. v3 follows five design rules: workflow SOP stays, business rules…

1 1mo ago A tokens not measured

bug-reviewer

04

kenspc/kenspc-claude-plugin

Agent

Reviews code with skeptical bug-hunting mindset: off-by-one errors, null references, async correctness, race conditions, query correctness, type safety. Used by /kenspc-task-review parallel review (Angle 4); also safe to invoke standalone with a project context.

1 1mo ago A 57 tokens

code-fixer

05

kenspc/kenspc-claude-plugin

Agent

INTERNAL: Part of /kenspc-task-review orchestration. Requires REVIEWREPORTS structured CONTEXT input from the calling skill — standalone invocation will fail the prerequisite check. Do not auto-delegate.

1 1mo ago A 44 tokens

edge-case-reviewer

06

kenspc/kenspc-claude-plugin

Agent

Reviews code for edge cases and error handling: null/empty/boundary values, error propagation, resource cleanup, server-side validation. Used by /kenspc-task-review parallel review (Angle 2); also safe to invoke standalone with a project context.

1 1mo ago A 56 tokens

kenspc/kenspc-claude-plugin

Agent

INTERNAL: Part of /kenspc-guide generation orchestration. Requires GUIDEPATH from a freshly generated guide document — standalone invocation will fail the prerequisite check. Do not auto-delegate.

1 1mo ago A 42 tokens

kenspc/kenspc-claude-plugin

Agent

INTERNAL: Part of /kenspc-plan generation orchestration. Requires PLANPATH from a freshly generated plan document — standalone invocation will fail the prerequisite check. Do not auto-delegate.

1 1mo ago A 42 tokens

quality-reviewer

09

kenspc/kenspc-claude-plugin

Agent

Reviews code quality: project conventions, readability, maintainability, naming, and structural issues. Used by /kenspc-task-review parallel review (Angle 3); also safe to invoke standalone with a project context.

1 1mo ago A 46 tokens

regression-verifier

10

kenspc/kenspc-claude-plugin

Agent

INTERNAL: Part of /kenspc-task-review orchestration. Requires REVIEWREPORTS and ACCOUNTABILITYLIST CONTEXT — standalone invocation will fail the prerequisite check. Do not auto-delegate.

1 1mo ago A 43 tokens

kenspc/kenspc-claude-plugin

Agent

Reviews code completeness against requirements: are all required changes implemented, are there partially implemented features, do interfaces match design. Used by /kenspc-task-review parallel review (Angle 1); also safe to invoke standalone with a project context.

1 1mo ago A 51 tokens

kenspc/kenspc-claude-plugin

Agent

INTERNAL: Part of /kenspc-task generation orchestration. Requires TASKDOCPATH and SOURCEPATH from a freshly generated task document — standalone invocation will fail the prerequisite check. Do not auto-delegate.

1 1mo ago A 46 tokens

task-implementer

13

kenspc/kenspc-claude-plugin

Agent

INTERNAL: Part of /kenspc-task-implement orchestration. Requires validated task document path — standalone invocation will fail the prerequisite check. Do not auto-delegate.

1 1mo ago A 39 tokens

test-reviewer

14

kenspc/kenspc-claude-plugin

Agent

Reviews test coverage and test quality: happy/edge/error path coverage, test correctness, behavior-not-implementation testing. Used by /kenspc-task-review parallel review (Angle 5); also safe to invoke standalone with a project context.

1 1mo ago A 51 tokens

kenspc-brief

15

kenspc/kenspc-claude-plugin

Command

Explicit entry point for the generate-brief skill — produce a requirement brief (需求摘要) via structured discovery.

1 1mo ago A 27 tokens

kenspc-guide

16

kenspc/kenspc-claude-plugin

Command

Explicit entry point for the generate-guide skill — generate a project setup and deployment guide (项目指南) with self-review.

1 1mo ago A 28 tokens

kenspc-plan

17

kenspc/kenspc-claude-plugin

Command

Explicit entry point for the generate-plan skill — generate a plan document (计划书) with discovery, self-challenge, and review.

1 1mo ago A 31 tokens

kenspc-task

20

kenspc/kenspc-claude-plugin

Command

Explicit entry point for the generate-task skill — decompose a plan document into a fine-grained task document (任务分解).

1 1mo ago A 30 tokens

PreToolUse

21

kenspc/kenspc-claude-plugin

Hook

Runs before the agent uses a tool for Write tool calls, executing remind-plan-skill.sh via bash. From kenspc/kenspc-claude-plugin.

1 1mo ago A tokens not measured

SessionEnd

22

kenspc/kenspc-claude-plugin

Hook

Runs when a session ends, executing session-end-telemetry.sh via bash. From kenspc/kenspc-claude-plugin.

1 1mo ago A tokens not measured

generate-brief

23

kenspc/kenspc-claude-plugin

Skill Claude CodeCodex

Structured discovery conversation that produces a requirement brief (需求摘要). Use when the idea is too vague to plan directly, when you need to think through an idea before committing, or when you need a shareable document before planning. Not for creating plans — use generate-plan instead. Trigger on: "help me think…

1 1mo ago A 120 tokens

generate-guide

24

kenspc/kenspc-claude-plugin

Skill Claude CodeCodex

Generate a beginner-friendly project setup and deployment guide (项目指南/ 部署文档/新人文档) for a project or monorepo sub-app. Reads the actual codebase to produce accurate setup steps, then self-reviews against the code via review agent. Trigger on: "write a guide", "setup doc", "deployment guide", "onboarding doc", "写文档"…

1 1mo ago A 101 tokens