# Dekc Business Object

> Promote tables/views to business objects with glossary definitions.

- Skill: `spillwavesolutions/dekc-business-object` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spillwavesolutions/dekc-business-object`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spillwavesolutions/dekc-business-object/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: spillwavesolutions (https://skillmd.com/u/spillwavesolutions)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spillwavesolutions/dekc-business-object

---


# Business Objects

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_business.py" --repo . --bundle knowledge promote tables/<file>.md \
  --name "Business Name" --definition "…" --owner "…"
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_business.py" --repo . --bundle knowledge promote-layer --layer gold
```

