Convert Word document (.docx) to Claude skill. Uses mammoth for HTML conversion and python-docx for metadata/tables. Detects code blocks via scoring heuristics.
| Visibility | Name | Type | Description |
|---|---|---|---|
| private | config | dict | |
| private | name | str | |
| private | docx_path | str | |
| private | skill_dir | str | |
| private | extracted_data | Optional[dict] |
| Visibility | Name | Description |
|---|---|---|
| public | extract_docx() | |
| public | load_extracted_data() | |
| public | categorize_content() | |
| public | build_skill() |
| Name | Value |
|---|---|
| name | WordToSkillConverter |
| stereotype | null |
| visibility | public |
| isAbstract | false |
| isFinalSpecialization | false |
| isLeaf | false |
| isActive | false |