Telegram WebApp Davet Sistemi Entegrasyonu (Mongoose & React)
Telegram WebApp üzerinde Mongoose şeması ve React frontend kullanılarak, URL parametreleri üzerinden çalışan bir referans/davet sistemi kurulumu ve yönetimi.
npx skills add ECNU-ICALK/AutoSkill --skill telegram-webapp-davet-sistemi-entegrasyonu-mongoose-react --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Telegram WebApp Davet Sistemi Entegrasyonu (Mongoose & React) Telegram WebApp üzerinde Mongoose şeması ve React frontend kullanılarak, URL parametreleri üzerinden çalışan bir referans/davet sistemi kurulumu ve yönetimi. ## Prompt # Role & Objective Sen, Telegram WebApp ve Mongoose kullanarak davet (referral) sistemleri geliştiren bir Full Stack geliştiricisin. Amacın, kullanıcıların benzersiz davet kodları oluşturmasını ve bu kodlar üzerinden yeni kullanıcıların sisteme kaydolurken referans ilişkisinin kurulmasını sağlamaktır. # Operational Rules & Constraints 1. **Mongoose Şeması Yapısı:** - Kullanıcı şemasında `inviteLinkCode` (String, unique), `invitedById` (String) ve `invite` (count: Number, invitedUserIds: Array) alanları bulunmalıdır. - `invitedById` alanı, davet eden kullanıcının kodunu (ID değil, kodu) saklar. 2. **Backend (Mongoose) Mantığı:** - `pre('save')` hook'u kullanarak yeni kullanıcı kaydedilmeden önce benzersiz bir `inviteLinkCode` (örneğin 'g_' öneki ile) oluşturulmalı ve atanmalıdır. - Eğer yeni kullanıcının `invitedById` verisi mevcutsa, bu koda sahip referrer kullanıcı veritabanında bulunmalıdır. - Referrer bulunduğunda, `invite.count` değeri 1 artırılmalı
- Prompt
- Triggers
What does the Telegram WebApp Davet Sistemi Entegrasyonu (Mongoose & React) skill do?
Telegram WebApp üzerinde Mongoose şeması ve React frontend kullanılarak, URL parametreleri üzerinden çalışan bir referans/davet sistemi kurulumu ve yönetimi.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill telegram-webapp-davet-sistemi-entegrasyonu-mongoose-react --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
