factory/skills/init-claude/SKILL.md
This skill MUST be invoked when the user says "initialize", "başlat", "CLAUDE.md oluştur", "create CLAUDE.md" or any variation requesting CLAUDE.md creation. SHOULD also invoke when user mentions "setup Claude rules", "configure Claude Code". Analyzes the codebase and creates/updates a CLAUDE.md file for Claude Code. Scans project files, build configs, and existing AI rules to generate comprehensive guidance specific to Claude Code.
npx skillsauth add kilimcininkoroglu/cli-tweaks init-claudeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Immediately scan the codebase using the files listed below and create or update CLAUDE.md. Do not wait for further instructions. Start scanning now.
CLAUDE.md only. Do NOT create or modify AGENTS.md.
# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
| Priority | Files | Purpose |
|----------|----------------------------------------------------------------------|----------------------------|
| High | README.md, PROJECT.md, CONTRIBUTING.md | Project overview |
| High | package.json, Makefile, Cargo.toml, go.mod, pyproject.toml | Build commands |
| High | AGENTS.md, GEMINI.md | Existing AI rules to merge |
| High | .cursor/rules/, .cursorrules | Cursor AI rules |
| High | .github/copilot-instructions.md | Copilot instructions |
| High | .github/workflows/ | CI/CD build/test commands |
| Medium | docker-compose.yml, Dockerfile | Container setup |
| Medium | .env.example, config/ | Configuration |
| Medium | src/, lib/, app/ structure | Architecture |
| Medium | .gemini/settings.json | Gemini CLI config |
| Low | Linter/formatter configs | Code style |
| Low | .aider.conf.yml | Aider config |
development
This skill MUST be invoked when the user says "version update skill oluştur", "create version update skill", "versiyon skill'i oluştur", "update-version skill", "version-update skill yap" or any variation requesting creation of a project-local version update skill. SHOULD also invoke when user mentions "versiyon güncelleme skill'i kur", "setup version bumping", or asks to automate version management for the current project. Scans the project for version files, build commands, and changelog, then generates a tailored version-update skill in .factory/skills/.
development
This skill MUST be invoked when the user says "task-plan", "görev planla", "break down this PRD", "create tasks from spec", "PRD'yi parçala", "görevleri oluştur" or any variation requesting task breakdown from a specification document. SHOULD also invoke when user mentions "feature breakdown", "sprint planning", "task tracking", or wants to manage a structured development workflow with features and tasks.
testing
This skill MUST be invoked when the user says "commit tarihlerini değiştir", "redate commits", "spread commits", "backdate" or any variation requesting git commit date rewriting across a date range. Rewrites both author and committer dates using git filter-branch, distributing commits realistically across the specified period.
development
This skill MUST be invoked when the user says "UIKit", "iOS geliştirme", "programmatic UI", "table view", "collection view", "Auto Layout", "UIViewController", "UINavigationController", "Core Animation", "UIKit review", "UIKit build", "iOS view controller", "UIKit pattern", "programmatic layout", or any variation requesting UIKit development, review, or improvement. Covers programmatic UIKit with Auto Layout, table/collection views, navigation, animation, networking, architecture, and 20 reference documents with production-ready patterns.