mit einem Klick
kdccai-plugin
kdccai-plugin enthält 4 gesammelte Skills von mnthe, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Use when a non-developer user wants to create a new automation tool project. Sets up Python environment, project structure, and CLAUDE.md context file. Guides through environment setup → context gathering → structure initialization in user's preferred language.
Use when user wants to implement tasks from a plan (PLN-XXX). Uses TDD internally (hidden from user), guides through task-by-task implementation with progress updates in user's preferred language. Triggered by "/implement" command or requests like "구현하고 싶어요" or "코드 작성해주세요".
Use when user encounters errors or bugs in their automation tool. Guides through systematic debugging: reproduce error → collect info → analyze root cause → fix → verify. Triggered by "/debug" command or error reports.
Use when user wants to create an implementation plan for their automation tool. Guides through requirements gathering → scenario definition → task breakdown. Creates PLN-XXX plan documents in docs/plans/. Triggered by "/plan" command or natural language requests like "계획 세우고 싶어요" or "무엇을 만들지 정리하고 싶어요".