@egka/cursor-ai-agents
v1.0.24
Published
Cursor AI Agent sistemi - .cursor/rules ve agents klasörlerini CLI komutu ile kurar
Maintainers
Readme
EgKa AI Agents
Cursor IDE için AI Agent sistemi. Bu paket, Cursor'da kullanabileceğiniz AI agent yapısını CLI komutu ile projenize kurar.
İçindekiler
Kurulum
npm install -g @egka/cursor-ai-agentsKullanım
Kurulum tamamlandıktan sonra, projenizin ana dizininde şu komutu çalıştırın:
egka-ai initBu komut projenize aşağıdaki yapıyı kopyalar/oluşturur:
.cursor/rules/new-chat-rules.mdc- Cursor kurallarıagents/- AI agent paket içeriklericontexts/general-context.mdve agent dosyalarıdocs/,logs/,prompts/,tasks/klasörleri BOŞ olarak oluşturulur (örnek dosya kopyalanmaz)
Komutlar
egka-ai init-.cursor/rules/new-chat-rules.mdcdosyasını veagentsklasörünü kopyalar;agents/docs,agents/logs,agents/prompts,agents/tasksklasörlerini (YOKSA) oluşturur, mevcut içerik KORUNURegka-ai --help- Yardım menüsünü gösteriregka-ai --version- Versiyon bilgisini gösterir
Not: Bu paket kapsamındaki rules ve agents içerikleri geliştirme sürecinde doğrudan depo içinde kullanılmaz; yalnızca paket kurulumu sırasında hedef projeye kopyalanır.
Kurulum Notları / Sorun Giderme
- Gereksinimler: Node.js >= 16
- Global kurulumda izin (EACCES) hatası alırsanız kullanıcı dizininize global prefix tanımlayıp PATH'e ekleyin:
npm config set prefix "$HOME/.npm-global"
echo 'export PATH="$HOME/.npm-global/bin:$PATH"' >> ~/.zshrc
. ~/.zshrcArdından tekrar kurulum yapın:
npm install -g @egka/cursor-ai-agentsÖzellikler
- 🤖 Multi-agent sistem
- 📝 Otomatik task yönetimi
- 📊 Log sistemi
- 🔄 Context injection
- ⚡ Otomatik kurulum
Lisans
MIT
Geliştirici
EgKaSoft — Web: https://egkasoft.com — LinkedIn: https://www.linkedin.com/in/egemenkayalidere/
Depo: https://github.com/egemenkayalidere/egka-ai — Hata bildirimi: https://github.com/egemenkayalidere/egka-ai/issues
English
EgKa AI Agents is an AI Agent system for the Cursor IDE. This package installs a ready-to-use agent setup into your project via a CLI command.
Table of Contents
Installation
npm install -g @egka/cursor-ai-agentsUsage
After installation, run the following command in your project root:
egka-ai initYou can also use it via npx without global install:
npx @egka/cursor-ai-agents@latest egka-ai init --yesThis command will copy/create the following structure in your project:
.cursor/rules/new-chat-rules.mdc— Cursor rulesagents/— AI agent package contentscontexts/general-context.mdand agent filesdocs/,logs/,prompts/,tasks/directories are created EMPTY (no example files)
Commands
egka-ai init— Copies.cursor/rules/new-chat-rules.mdcand theagentsfolder; createsagents/docs,agents/logs,agents/prompts,agents/tasksdirectories if MISSING, existing content is PRESERVEDegka-ai --help— Shows the help menuegka-ai --version— Shows the version
Flags (planned/for reference):
--dry-run— Print planned operations without writing files--agents-only— Only copy/createagentsstructure--rules-only— Only copy.cursor/rules/new-chat-rules.mdc--overwrite— Overwrite existing files (otherwise skip/confirm)--verbose— Verbose output
Note: The rules and agents included in this package are not used directly within this repository during development; they are only copied into the target project during package setup.
Installation Notes / Troubleshooting
- Requirements: Node.js >= 16
- If you encounter a permission (EACCES) error on global install, set a user-level global prefix and add it to PATH (zsh example):
npm config set prefix "$HOME/.npm-global"
echo 'export PATH="$HOME/.npm-global/bin:$PATH"' >> ~/.zshrc
. ~/.zshrcThen install again:
npm install -g @egka/cursor-ai-agentsFeatures
- 🤖 Multi-agent system
- 📝 Automatic task management
- 📊 Log system
- 🔄 Context injection
- ⚡ One-command setup
License
MIT
Developer
EgKaSoft — Web: egkasoft.com — LinkedIn: Egemen Kayalidere
Repository: https://github.com/egemenkayalidere/egka-ai — Issues: https://github.com/egemenkayalidere/egka-ai/issues
