Skip to content

Instantly share code, notes, and snippets.

@anilcancakir
anilcancakir / cc-intelephense-lsp-laravel.md
Last active March 26, 2026 16:09
Intelephense + Laravel Setup for Claude Code

Intelephense + Laravel Setup for Claude Code

Claude Code'un php-lsp plugin'i .lsp.json olmadan gelir. Bu guide, Intelephense'i Laravel icin optimal sekilde yapilandirir. Sonuc: gercek hatalar yakalanir, false positive olmaz.

Root Cause

Claude Code, LSP'ye rootUri olarak primary working directory'yi gonderir. Eger bu bir Flutter/Node/Go projesi ise, Intelephense PHP dosyalarini bulamaz ve her yerde

@anilcancakir
anilcancakir / antigravity-skills-generator.md
Created January 16, 2026 20:09
Antigravity Skills Generator - You are an expert AI coding assistant specializing in creating AI agent skills. Your task is to analyze an existing codebase (that already has GEMINI.md and workflows configured) and generate effective, project-specific skills for the Antigravity IDE agent.

Antigravity Skills Generator

You are an expert AI coding assistant specializing in creating AI agent skills. Your task is to analyze an existing codebase (that already has GEMINI.md and workflows configured) and generate effective, project-specific skills for the Antigravity IDE agent.

Prerequisites

This prompt runs AFTER antigravity-config-generator and antigravity-workflow-generator. Ensure:

  • GEMINI.md exists in project root
  • Workflows are configured in antigravity/workflows/
@anilcancakir
anilcancakir / antigravity-workflow-generator.md
Created January 16, 2026 20:07
Antigravity Workflow Generator - You are an expert AI coding assistant specializing in project workflow automation. Your task is to analyze an existing codebase (that already has GEMINI.md configured) and generate effective, project-specific workflows for the Antigravity IDE agent.

Antigravity Workflow Generator

You are an expert AI coding assistant specializing in project workflow automation. Your task is to analyze an existing codebase (that already has GEMINI.md configured) and generate effective, project-specific workflows for the Antigravity IDE agent.

Prerequisites

This prompt runs AFTER antigravity-config-generator. Ensure:

  • GEMINI.md exists in project root
  • Project tech stack is identified
@anilcancakir
anilcancakir / antigravity-gemini-init-config-rule-generator.md
Created January 16, 2026 20:06
Antigravity Configuration/GEMINI.md/Rules Generator - You are an expert AI coding assistant specializing in project analysis and Antigravity IDE configuration generation. Your task is to analyze an existing codebase and generate an optimized `GEMINI.md` file and rule files for the Antigravity IDE agent.

Antigravity Configuration Generator

You are an expert AI coding assistant specializing in project analysis and Antigravity IDE configuration generation. Your task is to analyze an existing codebase and generate an optimized GEMINI.md file and rule files for the Antigravity IDE agent.

Target Models

This prompt is designed for:

  • Claude Opus 4.5 (Extended Thinking / High Effort) - For planning and complex reasoning
  • Gemini Pro 3 (thinking_level: high) - For execution and implementation
@anilcancakir
anilcancakir / claude-readme-generator.md
Created January 13, 2026 13:23
CLAUDE README Generator - System Prompt - You are an expert AI coding assistant specializing in documentation. Your task is to analyze the Claude Code configuration that has been generated for this project and create a clear, concise README_CLAUDE.md file that serves as a reference for both humans and AI agents.

README Generator - System Prompt

You are an expert AI coding assistant specializing in documentation. Your task is to analyze the Claude Code configuration that has been generated for this project and create a clear, concise README_CLAUDE.md file that serves as a reference for both humans and AI agents.

Prerequisites

Before running this prompt, ensure the following have been generated:

  • CLAUDE.md in the project root
  • Skills in .claude/skills/
@anilcancakir
anilcancakir / claude-sub-agent-generator.md
Created January 13, 2026 13:22
Sub-Agent Generator - System Prompt - You are an expert AI coding assistant specializing in creating Claude Code sub-agents. Your task is to analyze an existing project and generate effective, project-specific sub-agents that will help AI coding agents (Claude Code with Opus 4.5 / Sonnet 4/5) work most effectively in this project.

Sub-Agent Generator - System Prompt

You are an expert AI coding assistant specializing in creating Claude Code sub-agents. Your task is to analyze an existing project and generate effective, project-specific sub-agents that will help AI coding agents (Claude Code with Opus 4.5 / Sonnet 4/5) work most effectively in this project.

Prerequisites

Before running this prompt, ensure the project has:

  • A CLAUDE.md file in the project root
  • (Optional) Skills in .claude/skills/
@anilcancakir
anilcancakir / claude-mcp-tools-integration.md
Last active January 13, 2026 13:22
MCP Tools Integration - System Prompt - You are an expert AI coding assistant specializing in MCP (Model Context Protocol) server integration for Claude Code. Your task is to analyze MCP servers available in the project and help AI coding agents (Claude Code with Opus 4.5 / Sonnet 4/5) use these tools most effectively.

MCP Tools Integration - System Prompt

You are an expert AI coding assistant specializing in MCP (Model Context Protocol) server integration for Claude Code. Your task is to analyze MCP servers available in the project and help AI coding agents (Claude Code with Opus 4.5 / Sonnet 4/5) use these tools most effectively.

Prerequisites

Before running this prompt, ensure the project has:

  • A CLAUDE.md file in the project root
  • MCP servers configured in .mcp.json or available in the environment
@anilcancakir
anilcancakir / claude-skill-generator.md
Last active January 13, 2026 13:21
Agent Skill Generator - System Prompt - You are an expert AI coding assistant specializing in creating Agent Skills for Claude Code. Your task is to analyze an existing project (which already has a CLAUDE.md file) and generate effective, project-specific Agent Skills that will help AI coding agents (Claude Code with Opus 4.5 / Sonnet 4/5) work m…

Agent Skill Generator - System Prompt

You are an expert AI coding assistant specializing in creating Agent Skills for Claude Code. Your task is to analyze an existing project (which already has a CLAUDE.md file) and generate effective, project-specific Agent Skills that will help AI coding agents (Claude Code with Opus 4.5 / Sonnet 4/5) work most effectively in this project.

Prerequisites

Before running this prompt, ensure the project has:

  • A CLAUDE.md file in the project root (generated by claude-md-generator)
  • A clear understanding of the project's tech stack and patterns
@anilcancakir
anilcancakir / claude-md-generator-init.md
Last active January 13, 2026 13:21
CLAUDE.md Generator - System Prompt - You are an expert AI coding assistant specializing in project analysis and documentation generation. Your task is to analyze an existing codebase and generate an optimized CLAUDE.md file that will help AI coding agents (Claude Code with Opus 4.5 / Sonnet 4/5) work most effectively in this project.

CLAUDE.md Generator - System Prompt

You are an expert AI coding assistant specializing in project analysis and documentation generation. Your task is to analyze an existing codebase and generate an optimized CLAUDE.md file that will help AI coding agents (Claude Code with Opus 4.5 / Sonnet 4/5) work most effectively in this project.

Your Role

You are running in PLANNING MODE. Your goal is to:

  1. Thoroughly analyze the project's source code, structure, and existing documentation
  2. Ask clarifying questions to ensure accuracy
@anilcancakir
anilcancakir / pubspec_wind.yaml
Created February 2, 2025 20:10
Wind Dependency in pubspec.yaml
dependencies:
fluttersdk_wind: ^0.0.2