modelscope.cn

ifc-model-analyzer

IFC model analysis skill for validation, property extraction, and model comparison

Installation

$ npx skills add https://modelscope.cn

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Write, Glob, Grep, Edit, Bash
More metadata
specialization
civil-engineering
domain
science
category
BIM Coordination
skill-id
CIV-SK-015

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,556 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

IFC Model Analyzer Skill

Purpose

The IFC Model Analyzer Skill analyzes IFC format BIM models for schema validation, property extraction, quantity takeoff, and model comparison.

Capabilities

  • IFC schema validation
  • Property set extraction
  • Quantity takeoff
  • Model comparison (diff)
  • Element classification
  • Coordinate system analysis
  • LOD assessment
  • Data quality checking

Usage Guidelines

When to Use

  • Validating IFC exports
  • Extracting model data
  • Comparing model versions
  • Checking data quality

Prerequisites

  • IFC file available
  • Schema version identified
  • Extraction requirements defined
  • Comparison baseline established

Best Practices

  • Validate schema compliance
  • Check coordinate systems
  • Verify property mapping
  • Document model assumptions

Process Integration

This skill integrates with:

  • BIM Coordination
  • Structural Peer Review

Configuration

ifc-model-analyzer:
  analysis-types:
    - validation
    - extraction
    - comparison
    - quality-check
  ifc-versions:
    - IFC2x3
    - IFC4
    - IFC4.3
  outputs:
    - report
    - json
    - csv

Output Artifacts

  • Validation reports
  • Property extractions
  • Model comparisons
  • Quality assessments