This skill should be used when verifying CNS (Chinese National Standards) on public engineering drawings or querying PCC (Public Construction Commission) guide specifications. Trigger words: 國家標準、施工綱要規範、工程會規範查詢、圖說CNS核對。
Scanned 9/5/2026
Install to Claude Code
npx -y skills add h30190/HJPLUS_Taiwan_Architect_KB --skill cns-spec-query --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cns Spec Query?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/h30190-cns-spec-query)More formats (shields.io, HTML) on the badges page.
---
type: Skill
name: cns-spec-query
description: "This skill should be used when verifying CNS (Chinese National Standards) on public engineering drawings or querying PCC (Public Construction Commission) guide specifications. Trigger words: 國家標準、施工綱要規範、工程會規範查詢、圖說CNS核對。"
license: CC-BY-SA-4.0
compatibility: claude-code,opencode,agent-skills
metadata:
audience: architects
region: taiwan
class: C
---
# CNS and Specification Query
## Overview
This skill outlines the process of querying and verifying Chinese National Standards (CNS) and Public Construction Commission (PCC) guide specifications for public works in Taiwan.
## Execution Steps
1. **Identify Specification Chapters:** Check the project drawings or requirements to find the target PCC specification chapters (e.g., Chapter 09910 for Painting).
2. **Search CNS Standards:** Use the CNS Online Service to verify that the cited CNS standards are active and represent the latest editions.
3. **Download PCC Specifications:** Access the PCC official portal or use integration tools to fetch the required XML/PDF specification templates.
4. **Coordinate Drawings & Specifications:** Ensure the testing methods and performance values on the design drawings are not inferior to the minimum requirements of the cited CNS standards. Once verified, populate these correct standards and values into the corresponding sections of the project's construction specifications to maintain alignment.
## Requirements & Constraints
- Region: Taiwan (ROC)
- Reference Database: National Standard Search System (CNS: https://www.cnsonline.com.tw/), PCC Official Portal (https://pcic.pcc.gov.tw/pwc-web/)
## Examples
Example tool call (if tools are available):
```
pcc-downloader_download_specification(chapter="09", keyword="09910", format="pdf")
```
## Additional Resources
- For more information on Taiwan's public engineering rules, see [domain.md](../domain.md)
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!