Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkills / Engineering / engineering-misc

Dz Module Devenv

Category: Engineering  ·  Sub-category: engineering-misc  ·  Last updated:
lang:javascript
특정 Amaranth 10 모듈의 로컬 개발환경(백엔드+프런트)을 깨끗한 클론으로 세팅하고 VSCode로 구동·검증하는 스킬. 사용자가 "CRM 개발환경 띄워줘"·"법무관리 모듈 로컬 세팅"·"X 모듈 개발환경 구성해줘"·"모듈 풀스택 로컬 개발 세팅"·"새 모듈 클론해서 환경 만들어줘"·"여러 모듈 한 번에 띄워줘(멀티모듈 동시 기동)" 등을 요청할 때 활성. 입력=모듈명 + 그 모듈 개발자 application.yml. BE(amaranth10-{모듈})·FE(klago-ui-{모듈}-micro + 번들러 klago-ui-micro)를 iCloud 밖에 클론 → 설정(개발자 yml 170 통일·로컬 CORS·.vscode) → 미선언 의존 자동 해소·node-sass(Apple Silicon) dart-sass 폴백 → 빌드·구동·헬스·CORS 검증 → 모듈 가이드 산출. 멀티모듈은 a10-devenv.code-workspace 템플릿으로 BE 컴파운드 동시 F5 + setupProxy.js(:3000 하나가 /{모듈}→로컬 BE·/system→develop 자동 라우팅, 브라우저 CORS 불요). 로그인(비밀번호)·VSCode F5는 사람 핸드오프. 단일 출처(SSoT) = 규칙/프로세스/개발환경-구성-표준.md.
Security BStatic scan: minor findingsHow grading works ›

From the source SKILL.md

용어 풀이: BE(백엔드, 서버측) · FE(프런트엔드, 화면측) · SSoT(단일 출처) · 번들러(여러 화면 모듈을 묶어 구동하는 FE 작업공간 klago-ui-micro) · 워크스페이스(yarn이 여러 패키지를 함께 묶어 관리하는 단위) · 미선언 의존(소스가 import하지만 package.json에 안 적힌 패키지) · babelTargets(번들러가 소스를 변환할 대상 패키지 목록) · dart-sass(순수 JS로 된 Sass 컴파일러 sass, 네이티브 빌드 불필요) · node-sass(C++ 네이티브 Sass 컴파일러, Apple Silicon에서 빌드 난항) · 인증 Redis(로그인 세션을 저장하는 Redis의 13번 DB) · dev-login(개발 서버 계정으로 로그인) · 핸드오프(자비스가 못 하는 부분을 사람에게 넘김)

What this skill does

Dz Module Devenv is a community-contributed Claude Code skill in the engineering-misc sub-category. It ships as a SKILL.md file that Claude Code auto-discovers under ~/.claude/skills/dz-module-devenv/ and loads when your prompt matches the skill's trigger.

Who uses this skill

The Dz Module Devenv Claude Code skill is built for software engineers, backend developers, full-stack teams, and technical leads building and maintaining production systems. It's part of ClaudSkills (also referred to as Claude Skills or Claude Code Skills) — the open community-curated registry of 157,000+ SKILL.md files for Anthropic's Claude Code agent and the wider Claude ecosystem (Claude API, Claude Agent SDK).

How to install

Free

Manual install (2 steps)

mkdir -p ~/.claude/skills/dz-module-devenv
curl -L https://claudskills.com/skills/dz-module-devenv/SKILL.md \
  -o ~/.claude/skills/dz-module-devenv/SKILL.md

Or just download SKILL.md directly and drop it into ~/.claude/skills/dz-module-devenv/. Claude Code auto-discovers it on next session.

Skills live at ~/.claude/skills/dz-module-devenv/SKILL.md on macOS/Linux, or %USERPROFILE%\.claude\skills\dz-module-devenv\SKILL.md on Windows. See the full install guide for step-by-step instructions.

Telegram

📱 Install from your phone or desktop Telegram

Open @claudskills_bot on Telegram, tap Open Desktop App, and the desktop app installs this skill for you. Or share the bot link with a colleague — they get the same one-tap install. Learn more →

Pro

One-click install via the desktop app

The ClaudSkills desktop app installs any skill directly into ~/.claude/skills/ with one click — no terminal required. Pro starts at $9/mo or $149 lifetime.

Pro

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Frequently asked questions

How do I install the Dz Module Devenv Claude Code skill?
Install via the ClaudSkills desktop app (one click) or copy SKILL.md from the source repository to ~/.claude/skills/dz-module-devenv/SKILL.md and restart Claude Code. Both flows are detailed at claudskills.com/install/.
What does the Dz Module Devenv skill do?
특정 Amaranth 10 모듈의 로컬 개발환경(백엔드+프런트)을 깨끗한 클론으로 세팅하고 VSCode로 구동·검증하는 스킬. 사용자가 "CRM 개발환경 띄워줘"·"법무관리 모듈 로컬 세팅"·"X 모듈 개발환경 구성해줘"·"모듈 풀스택 로컬 개발 세팅"·"새 모듈 클론해서 환경 만들어줘"·"여러 모듈 한 번에 띄워줘(멀티모듈 동시 기동)" 등을 요청할 때 활성. 입력=모듈명 + 그 모듈 개발자 application.yml. BE(amaranth10-{모듈})·FE(klago-ui-{모듈}-micro + 번들러 klago-ui-micro)를 iCloud 밖에 클론 → 설정(개발자 yml 170 통일·로컬 CORS·.vscode) → 미선언 의존 자동 해소·node-sass(Apple Silicon) dart-sass 폴백 → 빌드·구동·헬스·CORS 검증 → 모듈 가이드 산출. 멀티모듈은 a10-devenv.code-workspace 템플릿으로 BE 컴파운드 동시 F5 + setupProxy.js(:3000 하나가 /{모듈}→로컬 BE·/system→develop 자동 라우팅, 브라우저 CORS 불요). 로그인(비밀번호)·VSCode F5는 사람 핸드오프. 단일 출처(SSoT) = 규칙/프로세스/개발환경-구성-표준.md.
Is this skill free to install?
Yes. ClaudSkills is an open registry — every skill keeps its source repository's license, and manual install via copy is free. ClaudSkills Pro ($9/mo, $79/yr, or $149 one-time) adds one-click install via the desktop app and a multi-signal Quality Score.
When should I use the Dz Module Devenv skill?
Use Dz Module Devenv when your Claude Code task falls under the Engineering category — specifically in the engineering misc area. Claude Code auto-discovers installed skills and invokes the right one based on the task description, so you can also ask Claude directly (e.g. "use Dz Module Devenv" or describe the task and let Claude pick). Browse related skills at /category/engineering/.
What is a Claude Code skill and how does the Dz Module Devenv skill fit in?
A Claude Code skill is a SKILL.md file that lives under ~/.claude/skills/<name>/ and tells the Claude Code CLI agent how to perform a specific task (instructions, prompts, allowed tools). Skills are auto-discovered at session start. Dz Module Devenv is one of 67,000+ skills indexed in the open ClaudSkills catalog, classified under the Engineering category. Learn more at /learn/what-is-a-claude-skill/.

Attribution & license

Cite this skill

If you reference this skill in a blog post, paper, or documentation, you can cite it as:

APA
cjrain-12505614. (2026). Dz Module Devenv [Claude Code skill]. ClaudSkills. https://claudskills.com/skills/dz-module-devenv/
BibTeX
@misc{dz-module-devenv-2026,
  author    = {cjrain-12505614},
  title     = {Dz Module Devenv [Claude Code skill]},
  year      = {2026},
  publisher = {ClaudSkills},
  url       = {https://claudskills.com/skills/dz-module-devenv/}
}

Embed this skill

Promote, attribute, or link this skill from your own README, blog post, or documentation. All three snippets are free to use — no sign-up, no API key. More distribution surfaces →

Badge
[![ClaudSkills](https://claudskills.com/badge/dz-module-devenv.svg)](https://claudskills.com/skills/dz-module-devenv/?utm_source=badge&utm_medium=readme&utm_campaign=skill_badge)
<script>
<script src="https://claudskills.com/embed/dz-module-devenv.js" async></script>
<iframe>
<iframe src="https://claudskills.com/embed/dz-module-devenv.html" width="100%" height="160" frameborder="0" loading="lazy" title="ClaudSkills: Dz Module Devenv"></iframe>

Security scan

Grade B · scanned 2026-07-22 — free static scan against the OWASP Agentic Skills Top 10.

The scan flagged 2 of 10 categories (filesystem, network), including a high-severity pattern. Patterns shown inside code fences are weighted as examples rather than instructions — read the grading methodology for what this does and does not guarantee.

Show this grade on your repo (click to copy):

[![Security: B](https://img.shields.io/badge/Security-B-558b2f)](https://claudskills.com/skills/dz-module-devenv/#security)

Free. No spam. Unsubscribe in one click.

More Engineering skills

Browse all Engineering skills in the ClaudSkills registry, or explore these other picks from the same category:

Browse all Engineering skills → Top 100 skills
Part of ClaudSkills — the open registry for Claude Skills & Claude Code Skills.  ·  What's New  ·  Install guide  ·  About  ·  llms.txt

Part of Acreator Store — Adam Lankamer's AI tools: PerfectStudio · Ucaption · UTagger · AutoXPoster · TestYourSkills · AutomationFlows · Au Naturel · Telegram @acreatorstore