demodev-lab/claude-code-plugin-demokit

2Stars on the repository
68Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

api-docs

01

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A command for adding API documentation to a Spring application with SpringDoc and Swagger. API documentation describes available web endpoints and provides a browser-based interface for viewing them.

2 6mo ago A 48 tokens original MIT

cache

02

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A command for adding caching to a Spring application. Caching keeps commonly used results available for reuse, using either local Caffeine storage or shared Redis storage.

2 6mo ago A 43 tokens original MIT

cancel-loop

03

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

04

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

05

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

06

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

07

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

08

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

09

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

10

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

11

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

12

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

13

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

14

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

15

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

16

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

17

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

18

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

19

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

20

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

21

demodev-lab/claude-code-plugin-demokit

Skill Claude CodeCodex

A workflow for managing software work through six stages: plan, design, build, analyze, improve, and report. PDCA is a step-by-step improvement cycle, and this version also tracks feature progress.

2 6mo ago A 81 tokens original MIT

pipeline

22

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

23

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