pdlc-skills
01Plugin Claude Code
Plugin marketplace listing 1 plugin: pdlc.
Plugin Claude Code
Plugin marketplace listing 1 plugin: pdlc.
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.
Instructions file
Instructions for kanfu-panda/pdlc-skills, covering claude.md, repository purpose, repository layout, sub-skill naming and common commands.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Skill Claude CodeCodex
Skill "pdlc-i18n" from kanfu-panda/pdlc-skills, covering 国际化(i18n), 工作流程, 前端(react/vue), 后端(java/go/python/node) and 资源文件格式.
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).
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.
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.
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.
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.