kanfu-panda

41 mods across 1 repository, 10 stars between them.

pdlc

02

kanfu-panda/pdlc-skills

Plugin Claude Code

Turn AI software engineering into an auditable, on-disk state machine. A staged PDLC workflow (PRD, design, TDD, implement, review, ship, retro) enforces hard contracts — artifacts on disk, per-feature state machine, tests-before-code, objective checks from real command exit codes, single-shot auto-repair — so AI work.

10 22d ago A tokens not measured original MIT

kanfu-panda/pdlc-skills

Instructions file

Instructions for kanfu-panda/pdlc-skills, covering claude.md, repository purpose, repository layout, sub-skill naming and common commands.

10 22d ago B 3,525 tokens original MIT

pdlc-add-app

04

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A workflow for adding a new frontend application to a project and creating its standard folders, configuration, and starter documents. It supports React, Vue, Next.js, and WeChat mini-program projects.

10 22d ago A 11 tokens original MIT

pdlc-add-service

05

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A generator for adding a new backend microservice, which is a small independently organized application responsible for part of a larger system. It creates the service structure and initial project documentation for several programming stacks.

10 22d ago A 10 tokens original MIT

pdlc-adopt

06

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A tool for bringing an existing software project into a documented development process. It scans the project, identifies its services, applications, technologies, databases, and APIs, and can create baseline documents without changing code.

10 22d ago A 12 tokens original MIT

pdlc-api-mock

07

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A command that reads API design documents and creates realistic sample responses and configuration for a mock service. A mock service imitates an API so frontend code can be tested before the real backend is ready.

10 22d ago A 11 tokens original MIT

pdlc-arch

08

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

An architecture review and overview generator for a software project. It examines services, communication, databases, monitoring, dependencies, and scaling, then maintains one current ARCHITECTURE.md overview.

10 22d ago A 30 tokens original MIT

pdlc-bootstrap

09

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A project-starting workflow that turns a one-sentence description into a proposed technical plan, project folders, basic configuration, and draft project documents. PDLC is a process for organizing software work from requirements through delivery.

10 22d ago A 11 tokens original MIT

pdlc-changelog

10

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A changelog updater that reads recent Git commits and records user-facing changes in a service or application’s CHANGELOG.md. A changelog is a history of additions, fixes, and other notable changes.

10 22d ago A 10 tokens original MIT

pdlc-code-gen

11

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A code-skeleton generator that creates starter files from API and database design documents. A code skeleton provides the structure of controllers, services, data access, models, interfaces, and test placeholders without implementing the full behavior.

10 22d ago A 11 tokens original MIT

pdlc-db-design

12

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A database design workflow that turns an existing product requirements document and, when available, API design into a database plan. It describes entities, fields, links, indexes, constraints, and an entity-relationship diagram, which shows how data types connect.

10 22d ago A 8 tokens original MIT

pdlc-db-migrate

13

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A database migration manager driven by database design documents. A migration is a versioned script that changes a database structure and can also undo that change.

10 22d ago A 11 tokens original MIT

pdlc-deploy

14

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A workflow for writing a deployment guide for a service or application. Deployment means preparing and putting software into an environment where it can run, such as production.

10 22d ago A 10 tokens original MIT

pdlc-design

15

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A technical design document generator that turns an existing product requirements document into API, architecture, or database designs. A product requirements document explains what a feature should do before implementation begins.

10 22d ago A 20 tokens original MIT

pdlc-e2e

16

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A workflow for creating and running end-to-end tests that follow a complete user journey through an application. End-to-end, or E2E, tests check several connected parts together, such as logging in, completing a task, and checking the result.

10 22d ago A 21 tokens original MIT

pdlc-feature

17

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

An automated workflow for taking a new software feature from a description or requirements document through requirements, design, testing, implementation, review, and release preparation. It keeps one feature ID across the documents and requires tests before implementation.

10 22d ago A 30 tokens original MIT

pdlc-fix

18

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

An automated bug-fixing workflow that locates a reported bug, reproduces it with a test, applies a minimal fix, runs tests, and updates the relevant documentation.

10 22d ago A 25 tokens original MIT

pdlc-i18n

19

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

Skill "pdlc-i18n" from kanfu-panda/pdlc-skills, covering 国际化(i18n), 工作流程, 前端(react/vue), 后端(java/go/python/node) and 资源文件格式.

10 22d ago A 14 tokens original MIT

pdlc-implement

20

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A guarded coding workflow that implements a feature from its design document and existing tests, then checks the result. It requires tests to be written first, following TDD (test-driven development).

10 22d ago A 29 tokens original MIT

pdlc-lint

21

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A code-quality checker that runs static analysis, style checks, type checks, and other project-configured tools. It supports checking, safely fixing eligible problems, and setting up a lint toolchain.

10 22d ago A 13 tokens original MIT

pdlc-loop-next

22

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A small read-only helper that reads one PDLC feature's state and prints the single command or status token that should come next. PDLC is a staged process for taking software work from tests through implementation and review.

10 22d ago A 26 tokens original MIT

pdlc-loop-run

23

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

An automated loop that moves a feature through TDD, implementation, and review. TDD, or test-driven development, means writing tests as part of defining and checking the code’s expected behavior.

10 22d ago A 28 tokens original MIT

pdlc-onboard

24

kanfu-panda/pdlc-skills

Skill Claude CodeCodex

A project onboarding guide generator for new developers. It scans the codebase and its documentation, then writes a practical guide covering the project, setup, working rules, testing, and common problems.

10 22d ago A 16 tokens original MIT