choopk/agentic-dev-guide
Minimal Next.js repo for prototyping Claude sub-agent patterns. Includes quick-start scripts, example agents, and logging hooks.
Platform-specific configuration:
{
"mcpServers": {
"agentic-dev-guide": {
"command": "npx",
"args": [
"-y",
"agentic-dev-guide"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...