Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add jack20040828/kangmaojian-skills --skill building-reviewgit clone --depth 1 https://github.com/jack20040828/kangmaojian-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/jack20040828/kangmaojian-skills/building-review)<a href="https://agentmods.dev/skills/jack20040828/kangmaojian-skills/building-review"><img src="https://agentmods.dev/badge/skills/jack20040828/kangmaojian-skills/building-review/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jack20040828/kangmaojian-skills/building-review"><img src="https://agentmods.dev/badge/skills/jack20040828/kangmaojian-skills/building-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00129 | $0.02563 |
| Opus 5 | $0.00064 | $0.01282 |
| Sonnet 5 | $0.00026 | $0.00513 |
| Haiku 4.5 | $0.00013 | $0.00256 |
Grade A, and why
building-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
建筑施工图审查
Review architectural construction drawings, form new technical conclusions, and directly deliver a complete AI initial-review Word report. The AI runs every skill gate independently; human review belongs to a later external workflow and is neither requested nor represented here.
Boundary
- Review architectural drawings and architecture-owned fire safety, accessibility, energy, green building, waterproofing, civil defense, curtain wall, decoration, food-service, and similar specialties.
- Do not review administrative submissions, permits, qualifications, stamps, signatures, or registered-professional seals.
- Do not technically review structural, plumbing, electrical, or HVAC drawings. Record only architecture-owned facts or coordination issues.
- If opinions already exist and the task is only to organize evidence and Word delivery, switch to
review-opinion-deliverywithout changing conclusions. - If a request asks for both new review and delivery, complete this skill's
ai_readyopinions and formal AI-initial DOCX first. Usereview-opinion-deliveryonly later, when reviewer-authored additions already exist and need consolidation.
Read references/scope-boundary.md before accepting borderline or mixed work.
Core Workflow
- Create or identify a review workspace. New workspaces use schema v1.6 with
review_stage: ai_initial. For an existing project, pass--root <项目>\03_审图过程explicitly toscripts/create_review_workspace.py. Schemas v1.1-v1.5 remain readable compatibility formats; do not migrate an existing workspace in place. - Inventory every sheet and extract facts before judging. Complete
drawing_inventory.csvandfact_ledger.csv; unresolved identity or version facts stayneeds_review. - Read
references/project-profile.md; the AI completesproject_profile.json, recordsai_review_completed, and closes specialty routing withAI初审完成. Route specialties withscripts/route_specialties.py --json; resolve uncertain routes from project facts and keep unsupported routes open rather than asking for a human confirmation gate. - Read
references/review-rule-schema.md. Runscripts/generate_project_checklist.py <workspace>after classifying sheets. It expands the snapshotted rule catalog into unreviewed atomic checks plus v1.6 applicability and graphic-evidence placeholders; it never supplies compliance conclusions. For a residential single-building profile, ensure thatresidential_core_v1is present in full; missing drawings do not waive a packet rule and the package gate will block completion. - Review every atomic check from drawings and use all four local knowledge layers: A_审查要点 for discovery, B_核心规范 for formal citations, C_疑难解析 for applicability and interpretation, and D_案例与截图 for auxiliary comparison only. Record each layer's sources and use in
knowledge_snapshot.layers; D never replaces drawing facts or B. Resolve every rule condition inapplicability_decisions.csv. For dimension, direction, symbol, absence, location, detail, or cross-sheet claims, closegraphic_evidence_chain.csvwith the required drawing roles, exact location, observed fact, interpretation, source quality, screenshot, and—when ambiguity-sensitive—an alternative interpretation plus its elimination basis. Record comparison, calculations, conclusion, andcompletion_gate=AI初审完成. Usescripts/review_calculations.pyfor supported numeric comparisons; it never supplies missing inputs or an applicable limit. - Perform technical compliance, design-depth/internal-consistency, and supported-optimization discovery separately. Run
scripts/check_cross_sheet_consistency.py <workspace>after recording repeated facts; resolve every reported conflict from the drawings. Keep high-risk uncertainty open; do not default it to compliant or discard it. - Build
issue_candidates.csvonly from resolved noncompliant checks. Mark a deliverable issueai_readyonly after every AI validation field passes withgate_origin=agentandstage_completion=AI初审完成. v1.6 does not createindependent_review_log.csv, record reviewer names, request human confirmation, or perform human adjudication. Decide screenshot strategy and record the exact evidence point, red-box target, and necessary context in the process ledgers. - Snapshot sources, the rule catalog, all four knowledge-layer use records, and every standard used by
ai_readyissues or resolved technical checks withscripts/snapshot_review_integrity.py. - Run
scripts/audit_review_completeness.py <workspace>. Fix every open item. Runscripts/validate_review_package.py <workspace>only after the audit passes; any later ledger change makes the audit stale. - Generate Word with
scripts/generate_review_report.py, validate it withscripts/validate_docx_content.py, render every page, inspect every rendered page, record QA, then copy only the final DOCX to the user-selected deliverables directory. The filename and one-line title are【AI初审】{项目名称}建筑施工图审查意见.docxfor a single building and【AI初审】{项目名称}建筑总图施工图审查意见.docxfor a site review.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 569 B
- evals/fixtures/graphic-ambiguity/cross-sheet.svg 840 B
- evals/fixtures/graphic-ambiguity/dimension.svg 463 B
- evals/fixtures/graphic-ambiguity/direction.svg 410 B
- evals/fixtures/graphic-ambiguity/symbol-legend.svg 683 B
- evals/gold-cases.json 2.2 KB
- evals/gold/residential-holdout-approved.json 1.5 KB
- evals/gold/residential-holdout-input.json 1.4 KB
- evals/graphic-ambiguity-cases.json 2.5 KB
- evals/regression-cases.json 6.3 KB
- evals/residential-gold-results.json 3.3 KB
- evals/routing-cases.json 4.9 KB
- evals/run_regression_checks.py 33 KB runs code
- evals/test_cad_automation_guard.py 4.2 KB runs code
- evals/test_cross_sheet_consistency.py 1.3 KB runs code
- evals/test_residential_rule_pack.py 4.6 KB runs code
- evals/test_review_calculations.py 1.7 KB runs code
- evals/test_v14_workflow.py 17 KB runs code
- evals/test_v15_professional_review.py 12 KB runs code
- evals/test_v16_ai_initial_review.py 20 KB runs code
- generated/review-rules.json 158 KB
- references/checklist-rules.md 8.6 KB
- references/evidence-ledger.md 7.6 KB
- references/gotchas.md 8.9 KB
- references/knowledge-map.md 4.9 KB
- references/opinion-rules.md 4.1 KB
- references/project-profile.md 1.9 KB
- references/report-format.md 3.3 KB
- references/review-rule-schema.md 2.6 KB
- references/review-rules-core.json 60 KB
- references/runtime-requirements.md 1.8 KB
- references/scope-boundary.md 1.6 KB
- references/screenshot-protocol.md 3.8 KB
- references/single-building-coverage.md 5.7 KB
- references/single-building-retrospective.md 1.6 KB
- references/workflow.md 3.0 KB
- scripts/audit_review_completeness.py 2.9 KB runs code
- scripts/build_knowledge_index.py 8.7 KB runs code
- scripts/build_review_rules.py 11 KB runs code
- scripts/check_cross_sheet_consistency.py 3.5 KB runs code
- scripts/create_review_workspace.py 11 KB runs code
- scripts/formal_docx_validator.py 9.5 KB runs code
- scripts/formal_review_report.py 14 KB runs code
- scripts/generate_project_checklist.py 11 KB runs code
- scripts/generate_review_report.py 198 B runs code
- scripts/review_calculations.py 5.2 KB runs code
- scripts/review_rules.py 4.7 KB runs code
- scripts/route_specialties.py 7.3 KB runs code
- scripts/run_cad_script_safely.py 8.9 KB runs code
- scripts/run_gold_evals.py 9.3 KB runs code
- scripts/search_knowledge.py 4.4 KB runs code
- scripts/snapshot_review_integrity.py 8.6 KB runs code
- scripts/validate_docx_content.py 200 B runs code
- scripts/validate_eval_assets.py 4.7 KB runs code
- scripts/validate_report_qa.py 4.9 KB runs code
- scripts/validate_review_package.py 92 KB runs code
- 建筑单体施工图审查意见_格式说明.md 1.3 KB
- 建筑总图施工图审查意见_格式说明.md 1.3 KB
- 范本_建筑单体施工图审查意见.docx 2621 KB
- 范本_建筑总图施工图审查意见.docx 1192 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 80 lines · 129 tokens per session scan A 913061e4d325
building-review is a skill published in the GitHub repository jack20040828/kangmaojian-skills (3 stars, last pushed 19d ago), licensed MIT. It adds 129 tokens to every session and 2,563 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
sparc-methodology
SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration.
architecture-diagram
Dark-themed SVG architecture/cloud/infra diagrams as HTML.
modular-skills
Build composable skill modules with hub-and-spoke loading. Use when token budget is tight.
studio
Architecture Studio control plane — initialize or inspect a studio workspace, create and register projects, or route an architecture/AEC task to the right agent or skill. Use when the user runs /as:studio, asks to set up or open their studio, manage its projects, or describes a task without naming a skill.
architecture-aware-init
Selects architecture paradigm via research before scaffolding. Use when architecture is undecided and the choice needs justification and documentation.
plugin-review
Review plugin quality with tiered checks and dependency scoping. Use for PR and pre-release audits.