This skill should be used when architects or construction professionals need to understand the review criteria and compliance requirements for Taiwan occupancy permits (使用執照).
Scanned 9/5/2026
Install to Claude Code
npx -y skills add h30190/HJPLUS_Taiwan_Architect_KB --skill occupancy-permit-review-standards --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Occupancy Permit Review Standards?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/h30190-occupancy-permit-review-standards)More formats (shields.io, HTML) on the badges page.
---
type: Skill
name: occupancy-permit-review-standards
description: "This skill should be used when architects or construction professionals need to understand the review criteria and compliance requirements for Taiwan occupancy permits (使用執照)."
user-invocable: true
metadata:
class: C
status: unverified
---
# 使用執照審核標準
> 🚧 **TODO: 尚未依執照別分化。** 本檔內容目前在 使用執照 / 建造執照 / 拆除執照 / 雜項執照 四種執照下完全相同,描述的是建築執照的通用規定。請熟悉 使用執照 的專業者將以下內容替換為該執照別特有的規定。
> ⚠️ **UNVERIFIED — DO NOT QUOTE NUMBERS AS FACT.** The numeric values in this file (fees, penalties, deadlines, thresholds) were drafted from general knowledge and have **not** been verified clause-by-clause against current Taiwan regulations. Before citing any figure: (1) verify the current provision via MCP `taiwan-building-code_search_building_code` or the Laws & Regulations Database (law.moj.gov.tw); (2) never output a penalty or threshold amount without its governing article number. Methodology: see `raw/建築顧問方法論/不確定性標示與來源管控/uncertainty-and-source-control/SKILL.md`.
## Overview
This skill provides comprehensive information about the standard building permit review criteria and compliance requirements in Taiwan. It covers the technical standards, safety requirements, and regulatory compliance measures applied during building permit approvals.
## Technical Specifications
### Compliance Standards
- Building code compliance (Taiwan Building Code)
- Structural safety standards
- Fire safety and life safety requirements
- Accessibility compliance (建築物無障礙設施設計規範 / Taiwan Accessible Facilities Design Specification)
- Environmental protection regulations
- Urban planning and zoning requirements
### Review Categories
- Design compliance verification
- Safety system adequacy assessment
- Environmental impact evaluation
- Zoning and land use conformity
- Structural stability verification
- Fire resistance and evacuation planning
### Standard Parameters
- Structural load capacity requirements (minimum 150 kg/m² for residential)
- Fire resistance rating (minimum 60 minutes for critical areas)
- Accessibility requirements (minimum 1.2m clear width for corridors)
- Environmental impact thresholds (noise level: ≤70 dB(A) during daytime)
- Zoning compliance requirements (floor area ratio limits)
## Integration Points
### Taiwan Building Code Search
```typescript
taiwan-building-code_search_building_code(query="審查標準")
taiwan-building-code_search_building_interpretations(query="安全標準")
```
### PCC Specification Downloads
```typescript
pcc-downloader_download_specification(chapter="09", keyword="審查標準", format="pdf")
pcc-downloader_download_specification(chapter="09", keyword="安全要求", format="pdf")
```Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!