Immutable. This exact content is served forever at /api/v1/blob/f92b36579fcee87e.
See [AGENTS.md](AGENTS.md) for entry points, source-of-truth ordering, search hygiene, and development rules. That file applies to Claude Code unchanged. ## Claude-specific notes - Unica ships as one plugin directory for two hosts. Claude Code reads `plugins/unica/.claude-plugin/plugin.json` and ignores `.codex-plugin/`. - Load the source tree directly with `claude --plugin-dir ./plugins/unica`; no marketplace or install step is involved. - Skills are namespaced by the plugin, so `meta-validate` is invoked as `/unica:meta-validate`. - MCP tools are exposed as `mcp__plugin_unica_unica__<tool>`, with every character outside `A-Za-z0-9_-` replaced by `_`. The skill prose names tools in their canonical dotted form, so `unica.meta.validate` is callable as `mcp__plugin_unica_unica__unica_meta_validate`.