devexpress/devexpress-xaf-business-logic
Implement XAF CRUD operations and business logic with IObjectSpace. Use when creating, reading, updating, or deleting objects, calling CommitChanges, handling ObjectSpace events (Committing, Committed, ObjectChanged, ObjectSaving), accessing ObjectSpace in controllers or business classes, using IXafEntityObject lifecycle hooks (OnCreated, OnLoaded, OnSaving), working with NonPersistentObjectSpace, creating Object Spaces via XafApplication.CreateObjectSpace, IObjectSpaceFactory, or INonSecuredObjectSpaceFactory. Also use when someone mentions "ObjectSpace", "CommitChanges", "CreateObject", "FindObject", "GetObjectsQuery", "IObjectSpaceLink", "ModuleUpdater", "Updater", or asks about XAF data manipulation. Covers EF Core and XPO (load the devexpress-xaf-business-logic-xpo sub-skill for XPO-specific patterns).
npx skills add https://github.com/DevExpress/agent-skills --skill devexpress-xaf-business-logic
Take devexpress/devexpress-xaf-business-logic from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.