D
Dev Agent Skill MCP
by @xbradpig
개발에 필요한 Agent와 Skill과 Mcp server 들을 개발하고 공유하는 레포
Created 2/1/2026
Updated 24 days ago
README
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/xbradpig/Dev_Agent_Skill_MCP
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"xbradpig-dev-agent-skill-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/xbradpig/Dev_Agent_Skill_MCP"
]
}
}
}