start

A coding-session start command that loads the project's saved notes and task board. For a new project, it scans the files and asks questions to create initial project context.

In plain words
What is it for?
Use it at the start of the day or a new session to load project memory, review priorities, or set up a new project.
Why use it?
It helps you begin work with an understanding of the project's purpose, technology, current tasks, and previous decisions.

Command for Claude Code

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 commands/komunite/kalfa/start
Clone the repo
git clone --depth 1 https://github.com/komunite/kalfa

Made for: Claude Code.

Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,265 The whole file, excluding the scripts and references it only reads on demand.
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.00031 $0.01265
Opus 5 $0.00015 $0.00633
Sonnet 5 $0.00006 $0.00253
Haiku 4.5 $0.00003 $0.00127

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

Security

Grade A, and why

start 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 2d 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/commands/start.md · 159 lines

How it starts

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

Bir çalışma oturumu başlat. İlk çalıştırmada otomatik onboarding yapar. Sonraki çalıştırmalarda bağlamı yükleyip günü açar.

Adımlar

Adım 0: İlk kurulum kontrolü

memory.md'yi oku. İçeriğinde proje adı veya açıklaması yoksa (sadece varsayılan şablon varsa), bu yeni bir kurulumdur. Adım A'ya git (onboarding).

Proje bilgisi zaten varsa Adım 1'e atla (normal gün başlangıcı).


YENİ KURULUM: Otomatik Onboarding (Adım A-E)

Adım A: Projeyi tara

Sessizce şunları yap (kullanıcıya çıktı verme, sadece topla):

  • Kök dizindeki dosya ve klasörleri listele
  • package.json, Cargo.toml, go.mod, requirements.txt, pyproject.toml, Gemfile gibi bağımlılık dosyalarını ara
  • Varsa package.json oku (proje adı, bağımlılıklar, script'ler)
  • Varsa README.md oku (ilk 50 satır)
  • Dil ve framework'ü tespit et
  • .claude/skills/SOLOPRENEUR-REHBER.md dosyasını oku

Adım B: Bulgularını özetle ve sor

Kullanıcıya kısa bir özet göster:

Projeyi taradım:
- Dil: [tespit edilen]
- Framework: [tespit edilen]
- Yapı: [monolith/monorepo/vs]

Seni daha iyi tanımak için birkaç sorum var:

Sonra şu 4 soruyu sor:

  1. Bu projenin amacı ne? (bir cümleyle)
  2. Hedef kitlen kim? (kime satıyorsun/kime hizmet ediyorsun)
  3. Şu an en çok neye zaman harcıyorsun? (kodlama, pazarlama, müşteri bulma, içerik üretme...)
  4. Otomatikleştirmek veya hızlandırmak istediğin şey ne?

Adım C: Hafızayı oluştur

Cevaplara ve tarama bulgularına göre memory.md'yi güncelle:

# Hafıza

## Proje
- **Ad:** [proje adı]
- **Açıklama:** [bir cümle]
- **Dil/Framework:** [tespit edilen]
- **Hedef Kitle:** [kullanıcının cevabı]

## Şimdi
- Proje kurulumu tamamlandı

## Açık Konular
- (henüz yok)

## Son Kararlar
- (henüz yok)

## Engeller
- (yok)

Adım D: Skill önerileri

Kullanıcının cevaplarına göre solopreneur rehberinden en uygun skill zincirini öner:

  • Yeni ürün → Zincir 1: Sıfırdan İlk Müşteriye
  • Lansman aşaması → Zincir 2: Ürün Lansmanı
  • İçerik/SEO büyümesi → Zincir 3: İçerik ile Büyüme
  • Müşteri bulma → Zincir 4: Satış Makinesi
  • Verimlilik → Zincir 5: Yapay Zeka ile Verimlilik

Read the full file on GitHub · 159 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. 2d ago First seen · 159 lines · 31 tokens per session scan A f88e468a0fe0

Subscribe to this mod's changes

start is a command published in the GitHub repository komunite/kalfa (244 stars, last pushed 4mo ago), licensed MIT. It adds 31 tokens to every session and 1,265 once invoked, about $0.0002 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-30.