From claude-harness
Yeni bir projeye Claude Harness'i kur. "/claude-harness:init" komutuyla tetiklenir. project.conf olusturur, dizin yapisi kurar ve CLAUDE.md template'ini yazar.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-harness:initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Bu skill, mevcut projeye Claude Harness yapisini kurar.
Bu skill, mevcut projeye Claude Harness yapisini kurar.
Kullaniciya sor:
.claude/
tmp/
rules/
Plugin'in templates/project.conf.template dosyasini baz alarak,
kullanicinin cevaplariyla doldurulmus .claude/project.conf dosyasi olustur.
Plugin'in templates/CLAUDE.md.template dosyasini baz alarak,
proje bilgileriyle doldurulmus CLAUDE.md dosyasi olustur.
Temel kural dosyalarini olustur:
rules/coding-standards.md — Projenin dil/framework'une uygun kodlama standartlarirules/testing-standards.md — Test yazma kurallarirules/git-workflow.md — Git branch/commit kurallariKullaniciya goster:
npx claudepluginhub cagan/claude-harness --plugin claude-harnessGenerates Claude Code project setups including CLAUDE.md, hooks, permissions, commands, and agents. Analyzes stack (TypeScript, JavaScript, Python, Go, Rust, etc.) to create minimal/standard/full configs.
Bootstraps new projects interactively (Node/TS scripted, others manual) or adds enforcement tooling (TDD, secret scanning, file limits, git hooks, CLAUDE.md) to existing projects.
Use this skill for "initialize project", "set up project", "scaffold project", "create CLAUDE.md", "set up rules", "create context directory", "vibe rules", "project templates", "init new project", "set up development structure", "create .rules", "create .context", "project scaffolding", "set up pre-commit hooks", or when the user wants to initialize a new project with Claude/Cursor development templates and structured documentation.