MKG Start
Mirror the Claude Code /mkg-start command as closely as Codex allows.
Before acting, read the canonical command spec at ../../commands/mkg-start.md
and follow it as the source of truth. Treat this skill file as the Codex adapter
layer, not a fork of the workflow.
Codex Adaptations
- Treat the user's explicit skill invocation text or trailing request as the
command's
$ARGUMENTS. - Discover the actual MCP tool names available in this Codex session before
using them. The server may appear as
mcp__meta-knowledge-graph__*,mcp__plugin_meta-knowledge-graph_meta-knowledge-graph__*, or another Codex-normalized prefix. - When the command says to invoke
meta-knowledge-graph:sales_agent_demo, use the$sales-agent-demoskill if it is available; otherwise read../../commands/sales_agent_demo.mdand follow it directly. - Preserve every mutation guardrail from the canonical command. Do not edit env files, seed Neo4j, create or replace BigQuery tables, or rebuild Neocarta without explicit user approval.
- If the MCP tools are missing, stop the flow and tell the user which env file
to configure:
~/.config/meta-knowledge-graph/.env.
Output
Report the mounted capability groups, the current graph/persona state, and the next concrete step. Keep secrets out of the response.