git:20260618.60fc0af to git:20260807.1f3783f

46 added, 1 removed. Audit C to A.

- --- name: heritage-supervision-report description: "This skill should be used when supervising cultural heritage restoration construction and compiling the final Working Report as required by the Regulations for the Restoration and Adaptive Reuse of Historic Monuments." user-invocable: true --- # Heritage Supervision and Working Report This skill provides guidelines for the specialized supervision of heritage restoration construction and the compilation of the mandatory working report (撌乩??勗???. ## 1. Qualifications for Supervision Supervision personnel for cultural heritage projects must meet specific criteria, often requiring completion of heritage preservation training programs or specific academic backgrounds. ## 2. Key Supervision Responsibilities - **Traditional Craftsman Verification**: Ensuring the contractor employs certified traditional artisans for specific heritage crafts. - **Hidden Conditions Management**: If hidden damages or unexpected historical features are revealed during dismantling, the supervision architect must halt work and propose design changes. - **Material Tracking**: Ensuring that original salvageable materials are reused where possible, and new materials match original specifications. ## 3. Working Report (撌乩??勗??? Structure The Working Report is a critical archival document. It must include: | Section | Content | |---------|---------| | Project Overview | Basic project data, participants, and schedule. | | Pre-construction Record | Condition mapping and documentation before intervention. | | Construction Process | Photographic and textual record of the dismantling, repair, and reassembly processes. | | Alterations | Documentation of any changes made to the original design during construction. | | As-built Drawings | Final drawings reflecting the completed restoration. | ## 4. Taiwan Building Code / MCP Integration ```python # Search for regulations concerning construction supervision of heritage sites taiwan-building-code_search_building_interpretations(query="?方???€?) ``` ---
+ ---
+ name: heritage-supervision-report
+ description: "This skill should be used when supervising cultural heritage restoration construction and compiling the final Working Report as required by the Regulations for the Restoration and Adaptive Reuse of Historic Monuments."
+ license: CC-BY-SA-4.0
+ compatibility: claude-code,opencode,agent-skills
+ metadata:
+ audience: architects
+ region: taiwan
+ class: C
+ ---
+
+ # Heritage Supervision and Working Report
+
+ This skill provides guidelines for the specialized supervision of heritage restoration construction and the compilation of the mandatory working report (工作報告書).
+
+ ## 1. Qualifications for Supervision
+
+ Supervision personnel for cultural heritage projects must meet specific criteria, often requiring completion of heritage preservation training programs or specific academic backgrounds.
+
+ ## 2. Key Supervision Responsibilities
+
+ - **Traditional Craftsman Verification**: Ensuring the contractor employs certified traditional artisans for specific heritage crafts.
+ - **Hidden Conditions Management**: If hidden damages or unexpected historical features are revealed during dismantling, the supervision architect must halt work and propose design changes.
+ - **Material Tracking**: Ensuring that original salvageable materials are reused where possible, and new materials match original specifications.
+
+ ## 3. Working Report (工作報告書) Structure
+
+ The Working Report is a critical archival document. It must include:
+
+ | Section | Content |
+ |---------|---------|
+ | Project Overview | Basic project data, participants, and schedule. |
+ | Pre-construction Record | Condition mapping and documentation before intervention. |
+ | Construction Process | Photographic and textual record of the dismantling, repair, and reassembly processes. |
+ | Alterations | Documentation of any changes made to the original design during construction. |
+ | As-built Drawings | Final drawings reflecting the completed restoration. |
+
+ ## 4. Taiwan Building Code / MCP Integration
+
+ ```python
+ # Search for regulations concerning construction supervision of heritage sites
+ taiwan-building-code_search_building_interpretations(query="古蹟監造")
+ ```
+
+ ---
+