Skip to content

Instantly share code, notes, and snippets.

@bgoewert
Last active August 26, 2025 14:18
Show Gist options
  • Select an option

  • Save bgoewert/d7aad89f3dc3a01b0b257423bc19e054 to your computer and use it in GitHub Desktop.

Select an option

Save bgoewert/d7aad89f3dc3a01b0b257423bc19e054 to your computer and use it in GitHub Desktop.
Claude Code using AGENTS.md. Copy this to your user settings under ~/.claude/
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"hooks": {
"SessionStart": [
{
"matcher": "startup",
"hooks": [
{
"type": "command",
"command": "~/.claude/hooks/agentsmd_symlink.sh"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment