danburn
v0.0.1단번(Danburn) — 도급내역서로 품질관리계획서 HWPX를 만들고(/danburn:start), 기존 계획서의 인용 기준이 현행인지 검사한다(/danburn:check).
By danburn contributorsLicense: Apache-2.00 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install danburn for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install danburn@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/yj5306yj/danburnClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/check/SKILL.md└── skills/start/SKILL.md
Included Skills2
이미 있는 건설공사 품질관리계획서(.hwp .hwpx .pdf, 남이 만든 것도 됨)가 인용한 기준 — 「건설공사 품질관리 업무지침」 고시 번호·작성(개정)일·건설기술 진흥법령·KCS/KDS/LHCS — 이 지금도 현행인지 검사한다. 사용자가 계획서 개정·재수립 필요 여부, 기준 최신화 확인, 옛 기준 인용 찾기를 요청할 때 쓴다. 계획서는 사용자 컴퓨터에서만 읽는다. 도급내역서로 새로 만들기는 start 스킬이다.
건설현장(공동주택) 도급내역서 엑셀(xlsx)로 품질관리계획서 HWPX(표지·목차·개정이력·1~10장, 8.11 시험계획 자동 계산)를 새로 만든다. 사용자가 품질관리계획서·품질시험계획 작성, 8.11 시험횟수 산출, 내역서로 계획서 만들기를 요청할 때 쓴다. 도구의 첫 실행 대화(`danburn start`)를 한 번에 한 질문씩 그대로 중계하며 질문을 새로 만들지 않는다. 파일은 사용자 컴퓨터 밖으로 보내지 않는다. 이미 있는 계획서(hwp·hwpx·pdf)의 기준 검사는 check 스킬이다.
Plugin manifests1
{
"name": "danburn",
"version": "0.0.1",
"description": "단번(Danburn) — 도급내역서로 품질관리계획서 HWPX를 만들고(/danburn:start), 기존 계획서의 인용 기준이 현행인지 검사한다(/danburn:check).",
"author": {
"name": "danburn contributors"
},
"homepage": "https://github.com/yj5306yj/danburn",
"repository": "https://github.com/yj5306yj/danburn",
"license": "Apache-2.0",
"keywords": [
"construction",
"quality-plan",
"hwpx",
"korean"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[danburn on Agent Plugins Marketplace](https://pluginsmp.com/plugins/danburn)