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.
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.
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.
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.
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.
demodev-lab/claude-code-plugin-demokit
Command
A compatibility guide for the fifth stage of a software development pipeline, focused on integration and design-system work. It is based on the `/pipeline` workflow.
demodev-lab/claude-code-plugin-demokit
Command
A compatibility guide for a project workflow that moves through numbered phases, including testing and user-interface integration.
demodev-lab/claude-code-plugin-demokit
Command
A compatibility guide for the seventh stage of a software development pipeline, focused on performance and security. It is based on the `/pipeline` workflow.
demodev-lab/claude-code-plugin-demokit
Command
A compatibility guide for managing phase eight, the review stage, in a demokit or pipeline workflow.
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.
demodev-lab/claude-code-plugin-demokit
Command
Command "starter" from demodev-lab/claude-code-plugin-demokit, covering /starter (profile guide), 추천 설정 and 언제 쓰나.
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.
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.
demodev-lab/claude-code-plugin-demokit
Hook
Runs when a session starts, executing session-start.js via node. From demodev-lab/claude-code-plugin-demokit.
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.
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.
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.
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.
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.
demodev-lab/claude-code-plugin-demokit
Hook
Runs when a subagent starts, executing subagent-start-handler.js via node. From demodev-lab/claude-code-plugin-demokit.
demodev-lab/claude-code-plugin-demokit
Hook
Runs when a subagent finishes, executing subagent-stop-handler.js via node. From demodev-lab/claude-code-plugin-demokit.
demodev-lab/claude-code-plugin-demokit
Hook
Runs on the TeammateIdle event, executing team-idle-handler.js via node. From demodev-lab/claude-code-plugin-demokit.
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.
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.
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.