# Dekc Context

> Build progressive-disclosure context packs for a data concept.

- Skill: `spillwavesolutions/dekc-context` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spillwavesolutions/dekc-context`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spillwavesolutions/dekc-context/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-context

---


# Context Pack

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_pack.py" tables/<slug>.md --repo . --bundle knowledge --hops 2
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_pack.py" tables/<slug>.md --repo . --bundle knowledge --tiny
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_pack.py" tables/<slug>.md --repo . --bundle knowledge --tiny --summary
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_pack.py" tables/<slug>.md --repo . --bundle knowledge --write
```

`--summary` is card-friendly (bodies off, fail-closed budget). Query-time Q&A must spawn **data-retriever** via `/dekc-retrieve` instead of running this skill in the parent.

When okf-plugin is installed, `okf pack` / impact also work on DEKC concepts.

