create-starter

starter-series/create-starter
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Scaffold projects from Starter Series templates — MCP server + Claude Code skill
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "create-starter": {
      "command": "npx",
      "args": [
        "-y",
        "starter-series/create-starter"
      ]
    }
  }
}

README Excerpt

> Scaffold and audit Starter Series projects — MCP server, Claude Code skill, and CLI in one package. Part of: **Human-Controlled AI Systems** — scaffolding is the easy half. What keeps a shipped repo trustworthy is the audit primitives (`audit`, `audit-cd`, `audit-security`) verifying release, CD, and CI security hygiene against a known bar — gating each merge instead of asking a human to re-check by hand.

Tools (1)

list_templates