demodev-lab

69 mods across 1 repository, 2 stars between them.

cancel-loop

49

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A command that stops an active automatic repeat loop. Such a loop runs an agent task again and again until it is cancelled.

2 6mo ago A 46 tokens original MIT

changelog

50

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A command that creates a CHANGELOG, a document listing notable software changes, from Git commit history. It groups commits using common categories such as features, fixes, refactoring, documentation, tests, and other maintenance.

2 6mo ago A 45 tokens original MIT

commit-push

51

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A workflow for committing local Git changes and pushing them to a remote repository. Git is a system for tracking code changes, while a remote repository stores a shared copy online.

2 6mo ago A 57 tokens original MIT

commit

52

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A guided Git commit command. Git is the tool used to record project changes, and this command can group related files into separate commits or commit everything with a supplied message.

2 6mo ago A 51 tokens original MIT

config

53

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A command for creating Spring application configuration classes. Spring is a Java framework, and these settings control features such as databases, web requests, caching, and HTTP clients.

2 6mo ago A 50 tokens original MIT

controller

54

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A generator for REST controllers, Java code that exposes application operations over HTTP so other software can call them.

2 6mo ago A 34 tokens original MIT

crud

55

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A command for generating the standard parts of a Spring Boot domain, such as an entity, repository, service, controller, and DTO. A domain is a business object such as a user or order.

2 6mo ago A 52 tokens original MIT

docker

56

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A setup generator for running an application with Docker, a tool that packages software into isolated environments, and Docker Compose, which coordinates multiple containers.

2 6mo ago A 35 tokens original MIT

dto

57

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A code generator for Java request and response data structures, using records instead of regular classes. It includes input checks and a standard way to convert database entities into responses.

2 6mo ago A 38 tokens original MIT

entity

58

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A command for generating a JPA entity. An entity is a Java class whose objects are stored as records in a database.

2 6mo ago A 34 tokens original MIT

erd

59

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A command that creates an entity relationship diagram in Mermaid format from Java entity files. An ERD is a visual map of database tables or entities and the relationships between them.

2 6mo ago A 47 tokens original MIT

exception

60

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A generator for application error handling, including domain-specific exceptions and one central handler for turning errors into structured HTTP responses.

2 6mo ago A 41 tokens original MIT

gradle

61

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A command for managing dependencies and build settings in Gradle projects. Gradle is a build tool that also downloads and tracks libraries a project uses.

2 6mo ago A 50 tokens original MIT

help

62

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A help command for a Spring Boot development assistant. Spring Boot is a Java framework for building web applications and services, and the command lists the assistant's available commands by category.

2 6mo ago A 53 tokens original MIT

init

63

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A project setup and analysis command for Spring Boot applications, a Java framework for building web services. It checks the project structure, versions, dependencies, and common settings.

2 6mo ago A 40 tokens original MIT

loop

64

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

An automatic repetition loop for coding tasks. It reruns the same prompt after each attempt, checks the current files and test results, and stops when a completion signal appears or the iteration limit is reached.

2 6mo ago A 41 tokens original MIT

migration

65

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A generator for database migration files, which are scripts that safely apply database structure changes over time. It supports Flyway and Liquibase, two tools for managing those changes.

2 6mo ago A 44 tokens original MIT

optimize

66

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A code and database performance review command. It looks for patterns that can make an application slower, such as repeated database queries inside loops or queries that scan too much data.

2 6mo ago A 59 tokens original MIT

pdca

67

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

이 스킬은 사용자가 "PDCA", "pdca plan", "pdca design", "pdca do", "pdca analyze", "pdca iterate", "pdca report", "pdca status", "pdca next"를 요청할 때 사용합니다. PDCA 워크플로우 관리 (Plan → Design → Do → Analyze → Iterate → Report).

2 6mo ago A 81 tokens original MIT

pipeline

68

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A nine-step development workflow for building Spring Boot features, from database design through deployment preparation. It tracks progress in a project status file.

2 6mo ago A 49 tokens original MIT

plan-plus

69

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A five-stage planning and brainstorming skill, with an optional deeper review involving several specialist perspectives. It is described in Korean and covers exploring context, discovering intent, comparing options, removing unnecessary work, and producing a plan.

2 6mo ago A 52 tokens original MIT