npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@egka/cursor-ai-agents

v1.0.24

Published

Cursor AI Agent sistemi - .cursor/rules ve agents klasörlerini CLI komutu ile kurar

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-agents

Kullanım

Kurulum tamamlandıktan sonra, projenizin ana dizininde şu komutu çalıştırın:

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çerikleri
    • contexts/general-context.md ve agent dosyaları
    • docs/, logs/, prompts/, tasks/ klasörleri BOŞ olarak oluşturulur (örnek dosya kopyalanmaz)

Komutlar

  • 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 KORUNUR
  • egka-ai --help - Yardım menüsünü gösterir
  • egka-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
. ~/.zshrc

Ardı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-agents

Usage

After installation, run the following command in your project root:

egka-ai init

You can also use it via npx without global install:

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 rules
  • agents/ — AI agent package contents
    • contexts/general-context.md and agent files
    • docs/, logs/, prompts/, tasks/ directories are created EMPTY (no example files)

Commands

  • 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 PRESERVED
  • egka-ai --help — Shows the help menu
  • egka-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.

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
. ~/.zshrc

Then install again:

npm install -g @egka/cursor-ai-agents

Features

  • 🤖 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