Agent skill · Frontend

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/Turkish/telegram-webapp-davet-sistemi-entegrasyonu-mongoose-react/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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ı

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
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.

Keep going