demodev-lab

69 mods across 1 repository, 2 stars between them.

phase-1-schema

25

demodev-lab/claude-code-plugin-demokit

Command

A compatibility guide for the first stage of a software development pipeline, focused on the data schema. A schema describes the shape and rules of the data an application stores or exchanges.

2 6mo ago A 34 tokens original MIT

phase-2-convention

26

demodev-lab/claude-code-plugin-demokit

Command

A compatibility command for managing a project phase called “Convention” within the demokit pipeline. It points users to the pipeline commands for checking status and moving to the next phase.

2 6mo ago A 35 tokens original MIT

phase-3-mockup

27

demodev-lab/claude-code-plugin-demokit

Command

A compatibility alias for the third phase of a demokit pipeline, where infrastructure and mockups are prepared. The command points users to the newer pipeline status and phase-transition commands.

2 6mo ago A 39 tokens original MIT

phase-4-api

28

demodev-lab/claude-code-plugin-demokit

Command

A compatibility command for managing phase-based work in the demokit /pipeline process. It represents Phase 4, where features and APIs are developed.

2 6mo ago A 35 tokens original MIT

phase-9-deployment

33

demodev-lab/claude-code-plugin-demokit

Command

A compatibility command for the deployment stage of a demokit pipeline. A pipeline is a sequence of project phases, and deployment is the phase where software is prepared for release or use.

2 6mo ago A 35 tokens original MIT

starter

34

demodev-lab/claude-code-plugin-demokit

Command

Command "starter" from demodev-lab/claude-code-plugin-demokit, covering /starter (profile guide), 추천 설정 and 언제 쓰나.

2 6mo ago A 32 tokens original MIT

superwork

35

demodev-lab/claude-code-plugin-demokit

Command

A command for handling an implementation request through planning, coding, review, testing, and quality checks with multiple coordinated work streams.

2 6mo ago A 78 tokens original MIT

zero-script-qa

36

demodev-lab/claude-code-plugin-demokit

Command

A compatibility command for the toolkit’s `/qa` quality-check command. QA means checking that software builds, tests, and behaves as expected, including by inspecting logs.

2 6mo ago A 35 tokens original MIT

PreToolUse

38

demodev-lab/claude-code-plugin-demokit

Hook

Runs before the agent uses a tool for Write, Edit and Bash tool calls, executing pre-write.js, unified-bash-pre.js and pipeline-phase-pre.js via node (3 commands). From demodev-lab/claude-code-plugin-demokit.

2 6mo ago A tokens not measured copy · 72% MIT

PostToolUse

39

demodev-lab/claude-code-plugin-demokit

Hook

Runs after a tool call finishes for Write, Edit, Bash and Skill tool calls, executing unified-write-post.js, post-bash.js, skill-post.js and pipeline-phase-post.js via node (4 commands). From demodev-lab/claude-code-plugin-demokit.

2 6mo ago A tokens not measured original MIT

UserPromptSubmit

40

demodev-lab/claude-code-plugin-demokit

Hook

Runs when you submit a prompt, before the agent sees it, executing user-prompt-handler.js via node. From demodev-lab/claude-code-plugin-demokit.

2 6mo ago A tokens not measured copy · 53% MIT

Stop

41

demodev-lab/claude-code-plugin-demokit

Hook

Runs when the agent finishes a response, executing unified-stop.js, stop-handler.js and pipeline-phase-stop.js via node (3 commands). From demodev-lab/claude-code-plugin-demokit.

2 6mo ago A tokens not measured original MIT

TaskCompleted

42

demodev-lab/claude-code-plugin-demokit

Hook

Runs when a task is marked completed, executing task-completed.js and pipeline-phase-transition.js via node (2 commands). From demodev-lab/claude-code-plugin-demokit.

2 6mo ago A tokens not measured copy · 88% MIT

PreCompact

46

demodev-lab/claude-code-plugin-demokit

Hook

Runs before the context is compacted, executing context-compaction.js via node. From demodev-lab/claude-code-plugin-demokit.

2 6mo ago A tokens not measured original MIT

api-docs

47

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

48

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