claude/skills/initialize/SKILL.md
This skill MUST be invoked when the user says "initialize", "başlat", "AGENTS.md oluştur", "create AGENTS.md" or any variation requesting project initialization for AI agents. SHOULD also invoke when user mentions "setup AI rules", "configure agents", "agent kurallarını ayarla". Analyzes the codebase and creates/updates an AGENTS.md file for AI coding agents. Scans project files, build configs, and existing AI rules to generate comprehensive guidance for all AI agents (Cursor, Codex, Gemini CLI, Copilot, etc.).
npx skillsauth add kilimcininkoroglu/cli-tweaks initializeInstall 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 AGENTS.md. Do not wait for further instructions. Start scanning now.
AGENTS.md only. Do NOT create or modify CLAUDE.md.
# AGENTS.md
This file provides guidance to AI coding agents (Claude Code, Cursor, Codex, Gemini CLI, GitHub Copilot, Devin, Windsurf, Amp, Jules, Aider, VS Code, Zed, goose, RooCode, etc.) 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 | CLAUDE.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.