create-kickstart CLAUDE.md

create-kickstart CLAUDE.md is an instructions file for coding agents from sswapnil2/create-kickstart. It costs 1,261 tokens per session, scanned A, original, MIT.

A command-line tool that creates starter projects for full-stack, backend, frontend, and mobile applications from selectable technology combinations. It can also add services to an existing monorepo—a repository containing multiple related projects—and create deployment and development configuration.

In plain words
What is it for?
Use it to start new application projects, add services to a monorepo, generate Docker and CI configuration, set up linting and tests, and create deployment configuration for supported providers.
Why use it?
It removes the repetitive setup work involved in creating project folders, configuration, testing, linting, containers, and deployment files.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/sswapnil2/create-kickstart/claude-md
Clone the repo
git clone --depth 1 https://github.com/sswapnil2/create-kickstart

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for create-kickstart CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sswapnil2/create-kickstart/claude-md.svg)](https://agentmods.dev/instructions/sswapnil2/create-kickstart/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/sswapnil2/create-kickstart/claude-md"><img src="https://agentmods.dev/badge/instructions/sswapnil2/create-kickstart/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,261 This file is loaded in full into every session.
When invoked 1,261 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01261 $0.01261
Opus 5 $0.00630 $0.00630
Sonnet 5 $0.00252 $0.00252
Haiku 4.5 $0.00126 $0.00126

Measured 3d ago against content hash e0c2d19e7c79, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

create-kickstart CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 109 lines

How it starts

The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.

create-kickstart

CLI tool that scaffolds production-ready fullstack, backend, frontend, and mobile projects with composable stacks and enhancements.

Architecture

src/
  index.ts          # Entry point — CLI pipeline: parse → prompt → scaffold → enhance → git init
  cli.ts            # Commander arg parsing + subcommand routing (add, deploy)
  prompts.ts        # Interactive prompts via @clack/prompts
  types.ts          # All type definitions (stacks, enhancements, configs)
  registry.ts       # Loads framework registry (remote → local fallback)
  scaffold.ts       # Phase 1: scaffolds project via CLI tools or templates
  add-service.ts    # "add" subcommand: adds services to existing monorepo
  deploy.ts         # "deploy" subcommand: generates deploy configs per provider
  deploy-terraform.ts # Terraform modules for cloud-native providers
  enhancers/
    index.ts        # Enhancer orchestrator (ordered execution)
    utils.ts        # Shared: resolveProjectDirs, appendEnvVars, autoRegisterRoute
    docker.ts       # Dockerfile + docker-compose generation
    ci.ts           # GitHub Actions CI workflow
    lint.ts         # ESLint/Prettier/Ruff configs
    test.ts         # Test runner setup
    env.ts          # .env management
    db.ts           # Database configs (Postgres/MySQL/SQLite/MongoDB)
    auth.ts         # JWT auth scaffold
    sample-crud.ts  # Working /items CRUD endpoints + frontend component
    ai-context.ts   # CLAUDE.md, .cursorrules, copilot.md, AI_CONTEXT.md generation
    analytics.ts    # PostHog/CleverTap/MoEngage/Mixpanel/Segment SDKs
    observability.ts # OpenTelemetry + Grafana/Prometheus/Tempo/Loki
    api-protocol.ts # GraphQL (Strawberry/Apollo) + gRPC stubs
    api-wiring.ts   # CORS + proxy + API client for fullstack
    scripts.ts      # Uniform shell scripts (setup/dev/test/lint/build)
    doctor.ts       # Dev environment prerequisite checker
    deploy.ts       # Deploy config enhancer (different from deploy subcommand)
    deps-auto.ts    # Dependabot config
    api-types.ts    # OpenAPI → TypeScript type generation
    logging.ts      # Structured logging (pino/structlog/zerolog)
    pre-commit.ts   # Pre-commit hook setup
  templates/        # Template-based starters (copied + var-replaced)
    fastapi/        # Python FastAPI starter
    express/        # TypeScript Express starter
    django/         # Python Django starter
    go-chi/         # Go Chi starter
    spring-boot/    # Java Spring Boot starter
    swift/          # SwiftUI iOS starter
    kotlin/         # Jetpack Compose Android starter
registry.json       # Framework registry: stack → scaffold command, port, lang, commands

Read the full file on GitHub · 109 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 109 lines · 1,261 tokens per session scan A e0c2d19e7c79

Subscribe to this mod's changes

create-kickstart CLAUDE.md is an instructions file published in the GitHub repository sswapnil2/create-kickstart (5 stars, last pushed 5mo ago), licensed MIT. It adds 1,261 tokens to every session, about $0.0063 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.