IFC model analysis skill for validation, property extraction, and model comparison
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill ifc-model-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ifc Model Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-ifc-model-analyzer-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: ifc-model-analyzer
description: IFC model analysis skill for validation, property extraction, and model comparison
allowed-tools:
- Read
- Write
- Glob
- Grep
- Edit
- Bash
metadata:
specialization: civil-engineering
domain: science
category: BIM Coordination
skill-id: CIV-SK-015
graph:
domains: [domain:civil-engineering]
skillAreas: [skill-area:mathematical-reasoning, skill-area:computational-geometry, skill-area:data-analysis]
roles: [role:systems-integration-engineer, role:research-engineer]
---
# 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
```yaml
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
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!