Claude Code skills + CLAUDE.md templates + live MCP server for rule-driven refactoring and feature planning
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentic-harness": {
"command": "npx",
"args": [
"-y",
"olegmedv/agentic-harness"
]
}
}
}
Run in terminal:
claude mcp add agentic-harness npx -y olegmedv/agentic-harness
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentic-harness": {
"command": "npx",
"args": [
"-y",
"olegmedv/agentic-harness"
]
}
}
}