skills
01Plugin Claude Code
Plugin marketplace listing 5 plugins: prd-pr, prd-pr-copilot, utility-skills, code-to-prd, clinical-lecture-brief.
Plugin Claude Code
Plugin marketplace listing 5 plugins: prd-pr, prd-pr-copilot, utility-skills, code-to-prd, clinical-lecture-brief.
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.
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…
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…
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…
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.
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.
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…
Agent
Simplifies recently changed code for clarity and maintainability — reduces complexity without changing behavior. Receives list of changed files and scope.
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.
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…
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.
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.
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…
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…
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.
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…
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.
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.
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.
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…
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.
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…
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.