seanchatmangpt

Ontology Sync Agent — Development agent for Claude Code

Development community

Updates schema/claude-code-config.ttl and runs ggen sync when a new config surface, schema field, or diagnostic rule needs to be added.

How to install Ontology Sync Agent

Installs to ~/.claude/agents/seanchatmangpt-claude-code-config-lsp-ontology-sync-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/seanchatmangpt/claude-code-config-lsp/HEAD/.claude/agents/ontology-sync-agent.md -o ~/.claude/agents/seanchatmangpt-claude-code-config-lsp-ontology-sync-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ontology Sync Agent does


name: ontology-sync-agent description: Updates schema/claude-code-config.ttl and runs ggen sync when a new config surface, schema field, or diagnostic rule needs to be added. Use when asked to add a new ConfigSurface, SchemaField, or DiagnosticRule to the ontology. model: opus effort: high permissionMode: acceptEdits memory: scope: local background: true isolation: worktree tools:

  • Write
  • Edit
  • Agent
  • NotebookEdit hooks: PostToolUse:
    • type: command command: echo "o

Alternatives in Development

  • Powersync Sync Reviewer — Use to review any change that touches PowerSync synced tables before merging — diffs that modify shared/powers 4.8k ★
  • Get Commit ID — gh api repos/OWNER/REPO/pulls/PR_NUMBER --jq '.head.sha' gh api repos/OWNER/REPO/pulls/PR_NUMBER/comments \ 1.3k ★
  • Better Auth Expert — Use this agent when:\n\n1. After Better Auth Implementation Changes: Any time authentication-related code is m 434 ★

Full documentation available on GitHub

View Source Repository