Skip to content
@starter-series

starter-series

Starter Series

Production-ready starters for shipping software, with CI, security, release, and deployment paths pre-wired.

One fleet of 6 public starters, organized by what you want to deploy. Each repo is the source of truth for its current CI, release, and package status.

Starters

Starter What it covers
docker-deploy-starter Containerized app baseline with deploy workflows
mcp-server-starter TypeScript MCP server baseline
python-mcp-server-starter Python MCP server baseline
npm-package-starter npm package baseline with trusted publishing workflows
browser-extension-starter Browser extension baseline with store-release workflows
vscode-extension-starter Editor extension baseline with marketplace workflows

Quick start

gh repo create my-app --template starter-series/docker-deploy-starter --clone
cd my-app

create-starter

Install or run the starter-series npm package (Node.js 22 or newer).

npx starter-series --help
# Inside an existing repository:
npx starter-series check
npx starter-series check --instructions
Tool What it does
create-starter Scaffolds starters and audits existing repos for release, CD, security, and instruction checks

Receipts

Use repo-local evidence rather than profile-page claims:

  • Check each repo's README, package manifest, and .github/workflows/ directory for its current implementation surface.
  • Check the starter-series hub for the broader health table and org-audit notes.
  • This profile intentionally avoids version, publish, CI-pass, and KPI claims that can drift.

Popular repositories Loading

  1. create-starter create-starter Public

    Scaffold projects from Starter Series templates — MCP server + Claude Code skill

    TypeScript 2

  2. browser-extension-starter browser-extension-starter Public template

    Chrome + Firefox extension starter with CI/CD for CWS and AMO deploy

    JavaScript 1

  3. docker-deploy-starter docker-deploy-starter Public template

    Docker + GitHub Actions CI/CD + one-click VPS deploy. Language agnostic.

    Shell 1

  4. starter-series starter-series Public

    AI writes your code. We ship it safely. — Production-ready starter templates with CI/CD baked in.

    JavaScript 1

  5. npm-package-starter npm-package-starter Public template

    npm package starter with OIDC trusted publishing, provenance, and CI/CD baked in

    JavaScript

  6. vscode-extension-starter vscode-extension-starter Public template

    VS Code extension starter with CI/CD for VS Marketplace + Open VSX

    JavaScript

Repositories

Showing 10 of 10 repositories

Top languages

Loading…

Most used topics

Loading…