agentsclimarketplace

Ifc model analyzer

Skill a5c-ai/babysitter/library/specializations/domains/science/civil-engineering/skills/ifc-model-analyzer

IFC model analysis skill for validation, property extraction, and model comparisonFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill ifc-model-analyzer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.7 KB, 285 tokens by cl100k_base, as published. Nobody here has run it

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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.