From okfm
Import existing markdown into an OKF knowledge bundle — apply the capture filter, propose placement, fill in missing frontmatter, and wire it into the index. Use when the user says "import this note", "add this file to my bundle", "bring these markdown files in", or points at a loose .md file or folder. For authoring a concept from scratch, use the `new` skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/okfm:add <file-or-folder> [into <bundle path>]<file-or-folder> [into <bundle path>]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Bring existing markdown into a bundle without losing the author's content.
Bring existing markdown into a bundle without losing the author's content.
*.md and consider each.<folder>/<slug>.md), and the frontmatter to fill where missing — type, title, description, tags. Read the file to ground these; never overwrite frontmatter the file already has.--dry-run --json and summarize the import plan (which files, where, what frontmatter gets added):
python "${CLAUDE_PLUGIN_ROOT}/scripts/okf_add.py" <src> <dest> --bundle <root> --type "<type>" --title "<title>" --description "<desc>" --tag <t1> --dry-run --json--dry-run (once per file). The engine fills only missing keys and sets timestamp/curated_by: agent when absent.check and report. Collisions are refused, not clobbered — rename or pass --force only on explicit confirmation.Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub radorigin-llc/okf-manager --plugin okfm