feat(okf): add SKILL.md variants (top/code/desktop), CLAUDE.md, README

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-16 19:43:41 +09:00
parent c6585c817f
commit 626abd4173
6 changed files with 342 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# ourdigital-okf (Claude Code)
Use `SKILL.md` in this directory as the instruction set for producing, validating, and
visualizing Open Knowledge Format (OKF) v0.1 bundles.
- Scripts live in `scripts/` and use the Python standard library only (no pip install).
- Read `references/okf-spec-v0.1.md` before producing a bundle.
- Templates are in `assets/`.
- Always confirm the output directory with the user before creating it.
- A bundle is done only when `python3 scripts/okf_validate.py <bundle>` reports CONFORMANT
with zero errors.