test-server
01MCP server Claude CodeCodexCursor
MCP server "test-server" as configured in TheThoughtagen/agentsync. Runs locally from the @modelcontextprotocol/server-test npm package. Needs 3 environment variables to run.
MCP server Claude CodeCodexCursor
MCP server "test-server" as configured in TheThoughtagen/agentsync. Runs locally from the @modelcontextprotocol/server-test npm package. Needs 3 environment variables to run.
Hook Claude Code
Runs when the agent sends a notification for Edit tool calls, running echo "hook fired". From TheThoughtagen/agentsync.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From TheThoughtagen/agentsync.
Settings file Claude Code
Agent settings declaring 2 hook events (Notification, PreToolUse).
Instructions file
Instructions for TheThoughtagen/agentsync, a project described as: Seamlessly sync between your AI Coding Agents π€. Written in Rust π¦.
Cursor rule Cursor
Use TypeScript for all new files.
Plugin Claude Code
AgentSync integration for Claude Code β sync AI tool configs across harnesses.
Command
Check sync state (CI-friendly, exits non-zero on drift).
Command
Compare canonical .ai/ content vs tool-native files.
Command
Manage hook definitions β list, add, or translate hooks across tools.
Command
Initialize .ai/ directory with tool detection and config import.
Command
Manage memory files β list, add, import, or export across tools.
Command
Show per-tool sync status and drift detection.
Command
Sync .ai/ canonical config to all configured AI tools.
Hook
Runs when a session starts, executing drift-check.sh via bash. From TheThoughtagen/agentsync.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing direct-edit-warn.sh and hooks-validate.sh via bash (2 commands). From TheThoughtagen/agentsync.
Skill Claude CodeCodex
Use when working with .ai/ directory files, aisync.toml, or AI tool configuration. Teaches the canonical format, conditional tags, and sync relationships.
Skill Claude CodeCodex
Use when creating or editing .ai/hooks.toml hook definitions. Teaches the TOML format, valid events, matchers, and cross-tool translation.