RedKnight-aj/agent-cli-scaffold
Platform-specific configuration:
{
"mcpServers": {
"agent-cli-scaffold": {
"command": "npx",
"args": [
"-y",
"agent-cli-scaffold"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> <a href="https://www.npmjs.com/package/agent-cli-scaffold"></a> <a href="https://www.npmjs.com/package/agent-cli-scaffold"></a> <a href="https://github.com/RedKnight-aj/agent-cli-scaffold/actions"></a> <a href="https://codecov.io/gh/RedKnight-aj/agent-cli-scaffold"></a> <a href="https://opensource.org/licenses/MIT"></a> </p>
╭────────────────────────────────────────────────────────────╮
│ $ npx agent-cli-scaffold my-agent │
│ │
│ ████████ Generated in 2.3s │
│ │
│ ✓ src/index.ts (your agent logic) │
│ ✓ src/cli.ts (CLI interface) │
│ ✓ src/mcp-client.ts (MCP integration) │
│ ✓ test/agent.test.ts │
│ ✓ README.md │
│ ✓ .gitignore │
│ ✓ package.json │
│ │
│ → cd my-agent && npm run dev │
╰────────────────────────────────────────────────────────────╯You needed 3 repositories, 7 config files, and 200+ lin
Loading reviews...