Shared skills, agents, and MCP server configurations for Claude Code and GitHub Copilot
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-resources": {
"command": "npx",
"args": [
"-y",
"ZebLawrence/agent-resources"
]
}
}
}
Run in terminal:
claude mcp add agent-resources npx -y ZebLawrence/agent-resources
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-resources": {
"command": "npx",
"args": [
"-y",
"ZebLawrence/agent-resources"
]
}
}
}