wei6bin

34 mods across 1 repository, 2 stars between them.

skills

01

wei6bin/skills

Plugin Claude Code

Plugin marketplace listing 5 plugins: prd-pr, prd-pr-copilot, utility-skills, code-to-prd, clinical-lecture-brief.

2 9d ago A tokens not measured original MIT

skills CLAUDE.md

02

wei6bin/skills

Instructions file

Instructions for wei6bin/skills, covering claude.md, what this repo is, architecture, keeping registrations and versions in sync and the two variants are siblings, not mirrors.

2 9d ago A 1,364 tokens original MIT

wei6bin/skills

Skill Claude CodeCodex

Turn a clinical or medical YouTube lecture into a published, audience-calibrated teaching artifact. Fetches the transcript, repairs speech-recognition garbling, verifies the medicine against current teaching, and builds a designed HTML study reference. Use when the user gives a YouTube URL of a medical, nursing…

2 9d ago A 135 tokens original MIT

code-to-prd

04

wei6bin/skills

Skill Claude CodeCodex

Reverse-engineer any codebase into a complete Product Requirements Document (PRD). Analyzes routes, components, state management, API integrations, and user interactions to produce business-readable documentation detailed enough for engineers or AI agents to fully reconstruct every page and endpoint. Works with…

2 9d ago A 194 tokens original MIT

code-architect

05

wei6bin/skills

Agent

Designs a concrete implementation blueprint for a new feature and writes the six plan documents directly — slices, files to create/modify, frozen per-slice API contracts, and data model changes. Slices the work vertically into contract-bounded work-units decomposed for maximum parallelism (BE/FE halves parallelise…

2 9d ago A 126 tokens original MIT

code-explorer

06

wei6bin/skills

Agent

Deeply explores a codebase to understand how an existing feature or domain area is implemented — tracing execution paths, mapping architecture layers, identifying patterns and conventions. Invoked as a subagent by the dev-workflow coordinator during Phase 2 to build understanding before design begins.

2 9d ago A 58 tokens original MIT

impl-backend

07

wei6bin/skills

Agent

Implements the backend half of one vertical slice via TDD against the slice's AC. Receives the path to 04-task-plan.md and a slice-scoped scope (e.g. "SLICE-01 backend half"). Discovers files as tests demand them — no pre-listed file-tasks. Must not touch other slices.

2 9d ago A 71 tokens original MIT

impl-frontend

08

wei6bin/skills

Agent

Implements the frontend half of one vertical slice via TDD against the slice's AC. Receives the path to 04-task-plan.md and a scope — either "SLICE-01 frontend half" (build against the frozen contract with a typed mock, concurrent with impl-backend, no per-slice integration) or "whole-story integration" (reconcile…

2 9d ago A 118 tokens original MIT

impl-simplify

09

wei6bin/skills

Agent

Simplifies recently changed code for clarity and maintainability — reduces complexity without changing behavior. Receives list of changed files and scope.

2 9d ago A 31 tokens original MIT

plan-reviewer

10

wei6bin/skills

Agent

Reviews enhancement plan documents (not code) for completeness, consistency, and gaps — checks that ACs are fully covered, tasks are correctly ordered, security is considered, and the implementation plan matches the technical design. Invoked in parallel pairs as a subagent during Phase 6 of the orchestrator.

2 9d ago A 64 tokens original MIT

test-plan-walker

11

wei6bin/skills

Agent

Runs the Phase 9 end-to-end walkthrough in a clean context, spec-first: writes a Playwright spec per slice from 05-test-plan.md (each spec self-captures screenshots via page.screenshot), runs them headless for pass/fail, writes 06-walkthrough.md, and persists the specs into the project's existing e2e suite (the one…

2 9d ago A 113 tokens original MIT

backend-implementer

12

wei6bin/skills

Skill Claude CodeCodex

Implements the backend half of one vertical slice via TDD red-green-refactor against the slice's AC. Discovers files as tests demand them — does not follow a pre-listed file-task table. Reads project conventions from docs/projectcontext/, commits per AC behaviour.

2 9d ago A 58 tokens original MIT

wei6bin/skills

Skill Claude CodeCodex

Generates docs/projectcontext/ files by analysing a codebase from scratch. Use this only for context GENERATION — it does NOT handle user stories or task breakdown. Called by user-story-workflow when project context is missing. Can also be invoked directly to bootstrap a new repo.

2 9d ago A 61 tokens original MIT

context-updater

14

wei6bin/skills

Skill Claude CodeCodex

Updates docs/projectcontext/prodspec/ after implementation - captures product decisions, domain rules, config choices, and feature specs from the session, and maintains prodspec/graph.md, the project knowledge graph that lets a later agent answer "what do we already have, and where do I start?" without reading…

2 9d ago A 84 tokens original MIT

wei6bin/skills

Skill Claude CodeCodex

Implements the frontend half of one vertical slice via TDD red-green-refactor against the slice's AC. Discovers files as tests demand them — does not follow a pre-listed file-task table. Reads project conventions from docs/projectcontext/, commits per AC behaviour. Builds against the slice's frozen API contract with a…

2 9d ago A 107 tokens original MIT

git-worktrees

16

wei6bin/skills

Skill Claude CodeCodex

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification.

2 9d ago A 33 tokens original MIT

orchestrator

17

wei6bin/skills

Skill Claude CodeCodex

Entry point for new feature or enhancement work. Runs the full 10-phase new-enhancement workflow — discovery, parallel codebase exploration, clarifying questions, architecture design, document creation, plan review, summary, slice-by-slice implementation, end-to-end test-plan walkthrough with screenshots, and branch…

2 9d ago A 144 tokens original MIT

raise-pr

18

wei6bin/skills

Skill Claude CodeCodex

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.

2 9d ago A 40 tokens original MIT

wei6bin/skills

Skill Claude CodeCodex

Expert React frontend development using React 19, TypeScript, modern hooks, state management (Zustand/RTK), React Testing Library, and Vite. Apply when implementing React components, hooks, forms, or optimizing frontend performance.

2 9d ago A 54 tokens original MIT

restful-api-design

20

wei6bin/skills

Skill Claude CodeCodex

Framework-agnostic RESTful API design and implementation guide covering OpenAPI-first design, layered architecture (controller/service/repository), authentication (JWT/OAuth2), error handling, pagination, and API testing. Apply when designing or implementing REST APIs in any language/framework.

2 9d ago A 58 tokens original MIT

reuse-ladder

21

wei6bin/skills

Skill Claude CodeCodex

The lean-implementation discipline shared by the prd-pr implementers — climb a reuse ladder (existing code → stdlib/platform → native framework feature → installed dependency → one line) before writing custom code, and apply the lean mode (lite/full) derived from a slice's story-point size. Invoked by the…

2 9d ago A 98 tokens original MIT

wei6bin/skills

Skill Claude CodeCodex

Playbook for the Phase 9 walkthrough — drives 05-test-plan.md's end-to-end manual demos through agent-browser, writes 06-walkthrough.md and screenshots/ into the user-story folder, and persists a Playwright e2e spec per slice into the project's existing e2e suite. Invoked by the test-plan-walker subagent.

2 9d ago A 78 tokens original MIT

vertical-slicing

23

wei6bin/skills

Skill Claude CodeCodex

Use when designing the implementation plan for a feature, before writing the task list. Breaks a feature into thin, vertical slices bounded by frozen API contracts and decomposed for maximum parallelism — not for standalone demoability. The feedback loop is the frozen contract plus per-slice conformance tests; the…

2 9d ago A 76 tokens original MIT

SMOKE-TEST

24

wei6bin/skills

Agent

Verify that project subagents (.cursor/agents/) run on the intended models, not the parent chat model and not the plugin’s Claude Code sonnet/opus/haiku shorthands.

2 9d ago A 0 tokens original MIT