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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@ideasoft.com.tr/ideasoft-ai-tools

v1.1.1

Published

IdeaSoft AI Tools - MCP server ve skill kurulum aracı

Downloads

431

Readme

Kurulum

ideasoft-ai-tools CLI aracını kullanarak projenize MCP sunucusunu ve skill dosyalarını kolayca ekleyebilirsiniz.

Desteklenen Editörler

| Editör | Skills Dizini | MCP Konfigürasyon Dosyası | |--------|--------------|--------------------------| | Cursor | .cursor/skills/ | .cursor/mcp.json (proje dizini) | | Claude Code | .claude/skills/ | .mcp.json (proje dizini) | | Windsurf | .windsurf/skills/ | ~/.codeium/windsurf/mcp_config.json (global) |

Not: Windsurf'ün MCP konfigürasyonu proje dizininde değil, kullanıcının home dizininde (~/.codeium/windsurf/mcp_config.json) tutulur.

1. Paketi Global Olarak Kurun

npm i -g @ideasoft.com.tr/ideasoft-ai-tools

2. Proje Dizininde Setup Çalıştırın

cd /proje-dizininiz
ideasoft-ai-tools setup              # Tüm editörler (Cursor + Claude + Windsurf)
ideasoft-ai-tools setup cursor       # Sadece Cursor
ideasoft-ai-tools setup claude       # Sadece Claude Code
ideasoft-ai-tools setup windsurf     # Sadece Windsurf

Bu komut:

  • skills/ altındaki tüm klasörleri ilgili editörün skills dizinine kopyalar.
  • MCP konfigürasyon dosyasını oluşturur/günceller:
    • Cursor: .cursor/mcp.json
    • Claude Code: .mcp.json + .claude/settings.local.json
    • Windsurf: ~/.codeium/windsurf/mcp_config.json

3. DOMAIN ve ACCESS_TOKEN Ayarlayın

DOMAIN ve ACCESS_TOKEN bilgilerini https://mcp.myideasoft.com/setup adresinden alın, ardından:

cd /proje-dizininiz
ideasoft-ai-tools env <domain> <token>                    # Kurulu tüm editörler

Örnek:

ideasoft-ai-tools env https://mystore.myideasoft.com abc123token

Bu komut ilgili MCP konfigürasyon dosyalarındaki DOMAIN ve ACCESS_TOKEN değerlerini günceller.

4. Editörü Yeniden Başlatın

Editörü yeniden başlatın veya MCP bağlantısını yeniden yükleyin.

Skilleri Kullanmak Icin Ornek Promptlar

Aşağıdaki promptları Agent'a doğrudan verebilirsiniz:

  • ideasoft-mcp-admin (genel MCP yonetimi):

    • "Son 20 urunu listele."
    • "Siparisleri getir."
  • ideasoft-panel-content-writer-seo (SEO odakli):

    • "Ürünlerin meta title ve meta description alanlarini optimize et."
    • "Kategori sayfalarinin SEO alanlarini güncelle ve sonucu doğrula."
    • "Blog iceriklerini SEO uyumlu hale getir; once mevcut kayitlari oku, sonra sadece gereken alanları güncelle."
  • ideasoft-panel-content-writer-geo (GEO / llmsTxt):

    • "Mağazadaki icerikleri analiz et ve llmsTxt olustur/güncelle."
    • "llmsTxt'yi yeni güncel bilgilerle değiştir."