What problem does it solve? Construction project teams in Guizhou need fast, citation-grade answers to legal questions (wage payment, bidding, fire safety, planning, safety production) without manually searching dozens of regulation documents. This Skill turns a wiki of 32 archived national and Guizhou provincial regulations into a queryable legal reference with exact article-level citations. ## Core Features & Use Cases - Article-level lookup: Run lookup_article.py to retrieve the exact text of a specific article (e.g., Article 24 of the Wage Payment Regulation) plus a project compliance checklist. - Keyword and topic search: Use search_keyword.py and lookup_topic.py to find every regulation mentioning a term like "special account" or a business theme like "migrant worker wages" across the whole wiki. - National vs provincial standard comparison: A built-in reference table contrasts national rules with stricter Guizhou provincial rules (labor contracts, notice boards, data retention) so compliance decisions follow the stricter standard. - Docx archiving pipeline: drop_laws_template.py converts newly received regulation .docx files into structured markdown wiki notes with frontmatter, article counts, and index files. - Use Case: When a subcontractor owes 220,000 RMB in wages, query the Wage Payment Regulation articles 24 and 55, check the Guizhou implementation rules, then coordinate with related complaint-handling skills to build a legally cited response. ## Quick Start Ask the agent to look up a specific regulation article, for example: find what Article 26 of the Regulation on Guaranteeing Wage Payment to Migrant Workers requires for special wage accounts.