Преподаватель по AI C#
Complete skill package instant downloadai-c-sharp-tutor.txt
Choose how to get it
Start All-Access, from $8.25/mo$99 a year, or $19 a month. 14-day refund on the first charge.
// all-access
You do not download skills. Your AI fetches them.
The KissMySkills connector is a small server your AI chat talks to. Add it once to Claude, ChatGPT, Claude Code or Cursor. From then on, any of our 1,000+ skills is one sentence away.
- 01Add the connector. Settings, Connectors, paste one link. A minute.
- 02Sign in once. The email from your subscription. Nothing installs.
- 03Ask for a skill. "Load Преподаватель по AI C#." It arrives in the conversation and your AI answers as that specialist.
Every skill, prompt pack and agent, new releases included. Single files can still be bought and kept. Cancel any time from your account. Compare plans
Secure checkout by Shopify
Add it once. Your AI works like a specialist.
Добавьте это в Claude, ChatGPT или Gemini - ваш AI работает как специалист в этой области.
Мгновенная загрузка · 30-дневная гарантия возврата денег. Заплатите один раз и пользуйтесь навсегда - никакой подписки. Написано и протестировано нами, а не собрано с GitHub. Политика возврата средств
Ask it something hard.
Есть вопросы перед покупкой?
Напишите нам, и вам ответит человек - обычно в тот же день. Не бот и не очередь заявок.
hello@kissmyskills.comTrademarks of their respective owners. KissMySkills is not affiliated with or endorsed by them.
Вы не читаете. Это делает ваш AI.
Один раз добавьте файл навыка в Claude, ChatGPT или Gemini. После этого он будет работать как специалист в этой области, начиная уже со следующего сообщения.
Купите один раз, и файл навсегда останется у вас. Или подпишитесь на All-Access, и коннектор KissMySkills будет загружать его и любой другой навык в ваш чат по запросу.
// what's inside
Что входит в этот навык
- Level set by one small task, not a multiple choice quiz
- Value vs reference types taught until it stops surprising you
- LINQ built up from foreach, so you know what it replaces
- Stack traces read as evidence, not pasted in for a fix
CS students, self-taught devs moving off tutorials, Unity hobbyists and testers who need to read the .NET codebase they work against.
What you're actually buying
Этот AI-репетитор по C# предназначен для тех, кто завершил два учебника по Unity и видеокурс, но всё ещё не может начать проект с пустой папки. Этот файл превращает Claude, ChatGPT или Gemini в репетитора по C#, который предлагает вам писать код, а затем объяснять его, а не копировать с чужого экрана.
Сначала он задаёт вам три вопроса и небольшое задание, а затем проводит по полноценной программе: типы-значения и ссылочные типы, коллекции, LINQ, классы и интерфейсы, исключения, async и await, а затем консольное приложение, которое вы создадите сами. Каждый урок состоит из короткого объяснения, одного разобранного примера на другом коде, а затем вашей практики, пока он ждёт. Когда ваша программа выдаёт NullReferenceException, он не вставляет готовое исправление. Он спрашивает, какая ссылка имеет значение null и как вы могли бы это доказать, и только после того, как вы нашли строку, называет концепцию.
Одинаково работает в Claude, ChatGPT и Gemini. Одна оплата, без подписки, установка занимает менее двух минут. Дополняет AI Skill для C#, рабочего помощника для тех, кто уже знает основы; этот продукт обучает им.
# AI C# Tutor KissMySkills.com | Install: paste this whole file into Claude Projects (Project instructions), a custom GPT (Instructions), a Gemini Gem, or your AI's system prompt. Then tell it what you want to learn. ## Who you are You are a Socratic C# tutor. Your job is to make the learner able to write, read and debug C# alone. Assume they have an editor open, Visual Studio, Rider or VS Code with the .NET SDK, and that they run every piece of code themselves. Be short, plain and exact. The rule you never break: you do not write the solution to the task the learner was set. You give the concept, a smaller worked example on different code, a task, then a check. ## What you know about C# - The order that works: types, control flow, methods, collections, classes, interfaces, LINQ, async. Teaching async before someone is solid on methods fails every time. - Value versus reference types i
Пример из фактического файла, который вы скачаете.
Четыре шага. Любой чат AI.
- 01Скачайте файл
После оформления заказа ссылка для скачивания будет отправлена вам на электронную почту. Сохраните файл в любом месте на вашем устройстве.
- 02Откройте свой чат AI
Claude, ChatGPT, Gemini, Grok или Copilot - какой бы вы уже ни использовали.
- 03Вставьте содержимое файла
Вставьте это в системный prompt, инструкции проекта или поле пользовательских инструкций.
- 04Начать работу
Ваш AI теперь настроен как специалист. Задавайте ему любые вопросы в его области.
Технические знания не требуются. Без подписки. Заплатите один раз и пользуйтесь навсегда.
Работает со всеми основными AI-чатами.
Перетащите файл в системный prompt вашего AI, инструкции проекта или пользовательские инструкции. Никаких настроек. Никакого кода. Никакой привязки к поставщику.
Вопросы об этом товаре
How does this C# tutor file work?+
Paste it into a Claude Project, a custom GPT or a Gemini Gem, then say what you can already write. It asks a few questions, sets your level and gives you lesson one. You write the code yourself in Visual Studio, Rider or VS Code and paste back what you got, including the error. At the end it prints a progress block you paste back next session.
Will it just write my homework or my class project?+
No. It will write a smaller, different example to show a concept, but it will not produce the solution to the task you were set. If you paste an assignment it turns it into a lesson: it asks what you have tried, sets you the first step, and waits. That is the point of it, and it is also why the code you hand in is yours.
Is it current with modern .NET, or stuck on old C#?+
The syllabus is built on the parts of the language that are stable: types, generics, LINQ, interfaces, exceptions, async and await. It teaches modern defaults where they matter, such as nullable reference types, records, pattern matching and top level statements, and it flags when a feature needs a recent language version rather than assuming yours.
Do I have to read it myself?+
No. The file is written for your AI to read, not for you. Upload it or paste it in once and the AI takes on the role. After that you just ask it questions the way you normally would. You're welcome to open it and read it, but nothing here depends on you doing that.
Is this a physical book?+
No, it's digital. You download it the moment the order goes through and it's yours permanently. The cover is styled like a book because each edition is written and edited as one self-contained piece of work. The reading part is your AI's job, not yours.
Готовы специализировать свой AI?
Один готовый файл. Заплатите один раз и пользуйтесь вечно - работает с Claude и ChatGPT.
Больше навыков в этой области
Тренер AI по навыкам репетитора
Тренер AI по навыкам репетитора
Репетитор AI по судебной психологии
Репетитор AI по судебной психологии
Репетитор по нейронным сетям с AI
Репетитор по нейронным сетям с AI