Agent
Project
User
ClaudeCode
<REPO_DIR>/CLAUDE.md<REPO_DIR>/.claude/CLAUDE.md
~/.claude/CLAUDE.md
Gemini-CLI
<REPO_DIR>/GEMINI.md
~/.gemini/GEMINI.md
Codex-CLI
<REPO_DIR>/AGENTS.md
~/.codex/AGENTS.md
Cursor
<REPO_DIR>/AGENTS.md<REPO_DIR>/.cursor/rules/AGENTS.md
~/.cursor/rules/*.md
CopilotChat
<REPO_DIR>/.github/copilot-instructions.md
~/Library/Application Support/Code/User/prompts/*.instructions.md
Cline
<REPO_DIR>/.clinerules/*.md
~/Documents/Cline/Rules/*.md
Custom Commands / Prompts / Workflows
Agent
Project
User
Format
ClaudeCode
<REPO_DIR>/.claude/commands
~/.claude/commands
markdown
Gemini-CLI
<REPO_DIR>/.gemini/commands
~/.gemini/commands
toml
Codex-CLI
<REPO_DIR>/.codex/prompts
~/.codex/prompts
markdown
Cursor
<REPO_DIR>/.cursor/commands
~/.cursor/commands
markdown
CopilotChat
-
/Library/Application Support/Code/User/prompts
markdown
Cline
<REPO_DIR>/.clinerules/workflows
~/Documents/Cline/Workflows
markdown
---
allowed-tools : Bash(git add:*), Bash(git status:*), Bash(git commit:*)
argument-hint : [message]
description : Create a git commit
---
Create a git commit with message: $1
description = " Create a git commit"
prompt = """
Create a git commit with message: {{args}}
"""
---
argument-hint : [MSG=<message>]
description : Create a git commit
---
Create a git commit with message: $MSG
Create a git commit with message: $ARGUMENTS
---
mode : ' agent'
model : GPT-5
tools : ['githubRepo', 'search/codebase']
description : Create a git commit
---
Create a git commit with message: ${input: variableName }
Create a git commit with message: <PR-message >
Agent
Project
User
Format
ClaudeCode
<REPO_DIR>/.mcp.json
~/.claude/.mcp.json
json
Gemini-CLI
<REPO_DIR>/.gemini/settings.json
~/.gemini/settings.json
json
Codex-CLI
<REPO_DIR>/.codex/config.toml
~/.codex/config.toml
toml
Cursor
<REPO_DIR>/.cursor/mcp.json
~/.cursor/mcp.json
json
CopilotChat
<REPO_DIR>/.github/mcp.json
~/Library/Application Support/Code/User/mcp.json
json
Cline
-
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
json
{
"mcpServers" : {
"context7" : {
"command" : " npx" ,
"args" : [
" -y" ,
" @upstash/context7-mcp"
]
}
}
}
{
"mcpServers" : {
"context7" : {
"command" : " npx" ,
"args" : [
" -y" ,
" @upstash/context7-mcp"
]
}
}
}
[mcp_servers .context7 ]
command = " npx"
args = [" -y" , " @upstash/context7-mcp" ]
{
"mcpServers" : {
"context7" : {
"command" : " npx" ,
"args" : [
" -y" ,
" @upstash/context7-mcp"
]
}
}
}
{
"servers" : {
"context7" : {
"command" : " npx" ,
"args" : [
" -y" ,
" @upstash/context7-mcp"
]
}
}
}
{
"mcpServers" : {
"context7" : {
"command" : " npx" ,
"args" : [
" -y" ,
" @upstash/context7-mcp"
]
}
}
}