Sub-skill of orcaflex-monolithic-to-modular: Common Issues and Fixes.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill common-issues-and-fixes --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Common Issues And Fixes?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-common-issues-and-fixes)More formats (shields.io, HTML) on the badges page.
---
name: orcaflex-monolithic-to-modular-common-issues-and-fixes
description: 'Sub-skill of orcaflex-monolithic-to-modular: Common Issues and Fixes.'
version: 2.0.0
category: engineering
type: reference
scripts_exempt: true
---
# Common Issues and Fixes
## Common Issues and Fixes
| Issue | Root Cause | Fix |
|-------|-----------|-----|
| Missing section in modular | Extractor doesn't map the YAML key | Add to `FIELD_TO_SECTION` or `SINGLETON_SECTIONS` |
| Property value lost | GenericObject subclass lacks typed field | Add field to schema class (Pydantic silent drop) |
| `None` vs missing diff | Builder skips None values | Use `model_fields_set` in `_merge_object()` |
| Boolean mismatch | SaveData() exports `True`/`False`, builder uses `"Yes"`/`"No"` | Use Python booleans in builder defaults |
| "Change not allowed" error | Dormant properties in re-loaded YAML | Use hardcoded safe defaults, not raw pass-through |
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!