Admin Copilot Prefs

Shared persistence layer for the Admin Copilot — provides the admin_copilot_prefs tool that reads/writes the plugin's preferences and tracked-competitor state. Loaded automatically as an include of the admin-copilot-setup, admin-digest, and competitor-brief skills; rarely loaded directly.

vellum-ai 3a6ceec 3 files · 13.4 KB Updated

File contents

Admin Copilot Prefs

The state layer for the Admin Copilot. All preferences and the competitor list/snapshots are read and written only through the admin_copilot_prefs tool this skill provides, invoked via skill_execute:

{"tool": "admin_copilot_prefs", "input": {"action": "get_prefs"}, "activity": "Reading admin-copilot preferences"}

The tool owns the storage location and seeds defaults on first use. Never search the filesystem for the state files, read them directly, or write them by hand — always go through the tool.

vellum-ai/admin-copilot/tree/main/skills/admin-copilot-prefs commit 3a6ceec120

Frequently asked questions

npx skillmds@latest add vellum-ai/admin-copilot-prefs