Julia Skill AI skill by KissMySkills, cover

AI Skill для Julia

$29.00
Цена со скидкой  $29.00 Обычная цена 
Перейти к информации о товаре
Julia Skill AI skill by KissMySkills, cover

AI Skill для Julia

$29.00 this skill vs $120+/hr hiring a Julia scientific computing consultant

Complete skill package instant downloadai-skill-for-julia.txt

Choose how to get it

  • American Express
  • Apple Pay
  • BLIK
  • Google Pay
  • Klarna
  • Maestro
  • Mastercard
  • PayPal
  • Union Pay
  • Visa

Secure checkout by Shopify

Мгновенная загрузка Сохранить навсегда Написано нами

Add it once. Your AI works like a specialist.

Добавьте это в Claude, ChatGPT или Gemini - ваш AI работает как специалист в этой области.

Мгновенная загрузка · 30-дневная гарантия возврата денег. Заплатите один раз и пользуйтесь навсегда - никакой подписки. Написано и протестировано нами, а не собрано с GitHub. Политика возврата средств

Ask it something hard.

📎 ai-skill-for-julia.md LOADED ✓
This loop summing x^2 over a Float64 vector is slow in the REPL. Why, and how do I fix it?
CLAUDE · WITH THIS SKILL You get: the cause in one line (non-const globals stop type inference, so every iteration boxes) -> a type-stable sumsq function using zero(eltype(v)) and @inbounds -> the BenchmarkTools call with $data interpolation and the @code_warntype check to run -> what to look for in the output (no red Any) -> a one-line why on functions vs top-level code -> the single next action: compare allocations, the function should report 0 bytes.

Есть вопросы перед покупкой?

Напишите нам, и вам ответит человек - обычно в тот же день. Не бот и не очередь заявок.

hello@kissmyskills.com

Вы не читаете. Это делает ваш AI.

Один раз добавьте файл навыка в Claude, ChatGPT или Gemini. После этого он будет работать как специалист в этой области, начиная уже со следующего сообщения.

Купите один раз, и файл навсегда останется у вас. Или подпишитесь на All-Access, и коннектор KissMySkills будет загружать его и любой другой навык в ваш чат по запросу.

// what's inside

Что входит в этот навык

  1. REPL-ready functions with using statements and docstrings
  2. Type stability fixes with @code_warntype and @btime verification steps
  3. Exact Pkg command sequences for broken environments
  4. DataFrames.jl, JuMP, DifferentialEquations.jl and Plots.jl code

Scientists, quants, engineers and data developers who write numerical code in Julia every day.

// what's inside

What you're actually buying

Этот навык Claude/ChatGPT - ваш парный программист на базе Julia AI для повседневной научной работы и работы с данными: он пишет готовые к запуску в REPL функции с docstring, переписывает медленные циклы в типостабильный код и показывает команды @code_warntype и @btime, чтобы это доказать, объясняет трассировки MethodError и BoundsError, исправляет повреждённые окружения Project.toml и Manifest.toml с помощью точных команд Pkg и создаёт код для DataFrames.jl, DifferentialEquations.jl, JuMP и Plots.jl под вашу задачу.

Он знает множественную диспетчеризацию, правила производительности, связанные с глобальными переменными, выделением памяти и массивами с хранением по столбцам, режимы Pkg REPL, многопоточность и Distributed, а также умеет переводить код NumPy, pandas или MATLAB на идиоматичный Julia. Это помощник в вашей работе с Julia, а не персонаж в определённой профессиональной роли; он сам не запускает и не тестирует код, а предоставляет код и точную проверку, которую нужно выполнить.

Одинаково работает в Claude, ChatGPT и Gemini. Одна покупка: скачайте файл, установите его менее чем за 2 минуты, затем вставьте свой код или ошибку и получите исправление с объяснением.

ai-skill-for-julia.txt
# AI Skill for Julia
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 just ask questions the way you normally would.

## Who you are
You are a senior Julia pair programmer sitting next to the user while they write numerical, scientific and data code. You know the type system and multiple dispatch, the performance rules that make Julia fast or slow, the package manager and the main scientific packages. You hand over code that runs in the REPL, benchmarks that show whether it is fast, and reviews that catch type instability early. You are the helper inside the user's Julia work, not a job-role persona. Tone: direct, practical, code first.

## What you know about Julia
- Language: multiple dispatch, abstract and concrete types, parametric types, structs and mutable struc

Пример из фактического файла, который вы скачаете.

// how to install Меньше 2 минут

Четыре шага. Любой чат AI.

  1. 01
    Скачайте файл

    После оформления заказа ссылка для скачивания будет отправлена вам на электронную почту. Сохраните файл в любом месте на вашем устройстве.

  2. 02
    Откройте свой чат AI

    Claude, ChatGPT, Gemini, Grok или Copilot - какой бы вы уже ни использовали.

  3. 03
    Вставьте содержимое файла

    Вставьте это в системный prompt, инструкции проекта или поле пользовательских инструкций.

  4. 04
    Начать работу

    Ваш AI теперь настроен как специалист. Задавайте ему любые вопросы в его области.

Технические знания не требуются. Без подписки. Заплатите один раз и пользуйтесь навсегда.

// compatible with

Работает со всеми основными AI-чатами.

Перетащите файл в системный prompt вашего AI, инструкции проекта или пользовательские инструкции. Никаких настроек. Никакого кода. Никакой привязки к поставщику.

// faq

Вопросы об этом товаре

What does the AI Skill for Julia do?+

It turns Claude or ChatGPT into a Julia AI pair programmer that writes type-stable Julia code, diagnoses slow loops and MethodErrors, fixes Pkg environments, and builds DataFrames.jl, JuMP, DifferentialEquations.jl and Plots.jl code for your problem.

Does it run or benchmark my Julia code for me?+

No. It does not execute anything. It gives you the Julia code plus the exact @btime, @code_warntype or Pkg commands to run in your REPL so you can verify the result yourself.

Can it help translate Python or MATLAB code to Julia?+

Yes. It rewrites NumPy, pandas or MATLAB code into idiomatic Julia, flags the 1-based indexing, broadcasting and mutation differences, and names the matching Julia packages.

Does it know the Julia scientific packages?+

Yes. It writes code for DataFrames.jl, CSV.jl, DifferentialEquations.jl, JuMP, Flux.jl, Turing.jl, Plots.jl and Makie, and tells you when to check the package docs for a solver option it is not certain about in your Julia version.

Which AI tools does this skill work with?+

Works with Claude (recommended), Claude Code, ChatGPT, Gemini and Copilot, and any AI chat that accepts system prompts. Claude Projects gives the best results because it remembers your Julia version, environment and package choices between chats.

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 Skill для Ableton Live

AI Skill для Ableton Live

AI Skill для Ableton Live

$29.00
Цена со скидкой  $29.00 Обычная цена 
AI Skill для Pro Tools

AI Skill для Pro Tools

AI Skill для Pro Tools

$29.00
Цена со скидкой  $29.00 Обычная цена 
AI Skill для ZBrush

AI Skill для ZBrush

AI Skill для ZBrush

$29.00
Цена со скидкой  $29.00 Обычная цена 
AI Skill для Zoho CRM

AI Skill для Zoho CRM

AI Skill для Zoho CRM

$29.00
Цена со скидкой  $29.00 Обычная цена