-
Notifications
You must be signed in to change notification settings - Fork 0
Draft
Conversation
Imports six Claude Code skills covering Korean HWP (legacy binary) and HWPX (OWPML) office documents. The three HWPX skills were renamed from their upstream `hwpx` slug to avoid collision (`hwpx-gonggong`, `hwpx-xml`, `hwpx-hwpxjs`); the `name:` field in each SKILL.md was updated to match. - hwp / rhwp-edit / rhwp-advanced (NomaDamas/k-skill) - hwpx-gonggong (canine89/gonggong_hwpxskills) - hwpx-xml (canine89/hwpxskill) - hwpx-hwpxjs (iamseungpil/claude-for-dslab) Also removes the prior .permcheck test file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Registers six Claude Code skills under
.claude/skills/for handling Korean HWP (legacy binary) and HWPX (OWPML) office documents. Imported and adapted from six community sources requested by the user:hwp/kordocrhwp-edit/k-skill-rhwp(WASM)rhwp-advanced/rhwpRust CLIhwpx-gonggong/python-hwpx, includesreport-template.hwpxandfix_namespaces.pyhwpx-xml/analyze_template.py→build_hwpx.py, page-drift guard viapage_guard.py, includesgonmun/report/minutes/proposaltemplateshwpx-hwpxjs/Naming
The three HWPX skills shared the upstream slug
hwpx. To avoid collision they were renamed tohwpx-gonggong,hwpx-xml,hwpx-hwpxjs, and thename:field in eachSKILL.mdwas updated to match the directory.Cross-references
The
hwp/rhwp-edit/rhwp-advancedskills cross-reference each other via relative../<skill>/SKILL.mdlinks; these continue to resolve since all three live under the same.claude/skills/parent.Layout
A top-level
.claude/skills/README.mddocuments the sources, naming changes, and a quick decision guide for picking between the three HWPX skills.Test plan
SKILL.mdis discovered by Claude Code (claude --list-skillsor equivalent)hwpskill: convert a sample.hwpto Markdown viakordocrhwp-editskill:k-skill-rhwp info <file>round-triphwpx-gonggongskill: ZIP-level replace on bundledreport-template.hwpx+fix_namespaces.pypost-processorhwpx-xmlskill:analyze_template.py+build_hwpx.py+page_guard.pyon a sample HWPXhwpx-hwpxjsskill: unpack → edit → pack a sample HWPXhwp/rhwp-edit/rhwp-advancedSKILL.md links resolvehttps://claude.ai/code/session_016esfRaLqLLgbxXw4FCLYvR
Generated by Claude Code