Cursor AI Agent sistemi - .cursor/rules ve agents klasörlerini CLI komutu ile kurar
npm install @egka/cursor-ai-agentsCursor IDE için AI Agent sistemi. Bu paket, Cursor'da kullanabileceğiniz AI agent yapısını CLI komutu ile projenize kurar.
- Kurulum
- Kullanım
- Komutlar
- Kurulum Notları / Sorun Giderme
- Özellikler
- Lisans
- Geliştirici
- English
``bash`
npm install -g @egka/cursor-ai-agents
Kurulum tamamlandıktan sonra, projenizin ana dizininde şu komutu çalıştırın:
`bash`
egka-ai init
Bu 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.md
- ve agent dosyalarıdocs/
- , logs/, prompts/, tasks/ klasörleri BOŞ olarak oluşturulur (örnek dosya kopyalanmaz)
- egka-ai init - .cursor/rules/new-chat-rules.mdc dosyasını ve agents klasörünü kopyalar; agents/docs, agents/logs, agents/prompts, agents/tasks klasö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.
- Gereksinimler: Node.js >= 16
- Global kurulumda izin (EACCES) hatası alırsanız kullanıcı dizininize global prefix tanımlayıp PATH'e ekleyin:
`bash`
npm config set prefix "$HOME/.npm-global"
echo 'export PATH="$HOME/.npm-global/bin:$PATH"' >> ~/.zshrc
. ~/.zshrc
Ardından tekrar kurulum yapın:
`bash`
npm install -g @egka/cursor-ai-agents
- 🤖 Multi-agent sistem
- 📝 Otomatik task yönetimi
- 📊 Log sistemi
- 🔄 Context injection
- ⚡ Otomatik kurulum
MIT
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
---
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.
- Installation
- Usage
- Commands
- Installation Notes / Troubleshooting
- Features
- License
- Developer
`bash`
npm install -g @egka/cursor-ai-agents
After installation, run the following command in your project root:
`bash`
egka-ai init
You can also use it via npx without global install:
`bash`
npx @egka/cursor-ai-agents@latest egka-ai init --yes
This command will copy/create the following structure in your project:
- .cursor/rules/new-chat-rules.mdc — Cursor rulesagents/
- — AI agent package contentscontexts/general-context.md
- and agent filesdocs/
- , logs/, prompts/, tasks/ directories are created EMPTY (no example files)
- egka-ai init — Copies .cursor/rules/new-chat-rules.mdc and the agents folder; creates agents/docs, agents/logs, agents/prompts, agents/tasks directories 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/create agents structure--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.
- 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):
`bash`
npm config set prefix "$HOME/.npm-global"
echo 'export PATH="$HOME/.npm-global/bin:$PATH"' >> ~/.zshrc
. ~/.zshrc
Then install again:
`bash``
npm install -g @egka/cursor-ai-agents
- 🤖 Multi-agent system
- 📝 Automatic task management
- 📊 Log system
- 🔄 Context injection
- ⚡ One-command setup
MIT
EgKaSoft — Web: egkasoft.com — LinkedIn: Egemen Kayalidere
Repository: https://github.com/egemenkayalidere/egka-ai — Issues: https://github.com/egemenkayalidere/egka-ai/issues