.claude/skills/sync-colab/SKILL.md
Mac ve Google Colab arasinda kod ve sonuc senkronizasyonu. GitHub push/pull, Colab ortam hazırligi, checkpoint transferi.
npx skillsauth add necatiincekara/Quanvolutional-Neural-Network sync-colabInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Mac ve Google Colab arasinda kod ve sonuc senkronizasyonu yap.
git status, git log --oneline -5$ARGUMENTS veya kullaniciya sor):git add/commit/push!git pull talimati ver/log-result ile sonuclari kaydetmeyi onerColab icin setup kodunu olustur:
from google.colab import drive
drive.mount('/content/drive')
!git clone https://github.com/[user]/Quanvolutional-Neural-Network.git
!pip install pennylane pennylane-lightning-gpu
import torch; print(f"CUDA: {torch.cuda.is_available()}, GPU: {torch.cuda.get_device_name(0)}")
.pth) git'e EKLEME - Google Drive kullan.gitignore'da models/, *.pth, wandb/ olmalidata-ai
Training yonetimi. Base, V7 trainable ve yerel ablation akislari arasinda dogru yolu sec ve calistir.
development
Projenin guncel durumunu ozetle. Kod, deney, dokumantasyon ve yayin hazirligini bugunku gercege gore raporla.
development
Gelistirme ortamini platforma gore kur ve dogrula. M4 Mac ve Colab icin otomatik konfigürasyon.
development
Quantum circuit implementasyonunu uzman gozuyle incele. Barren plateau, expressivity, gradient flow, gate optimization analizi. quantum-ml-reviewer agent'ini kullanir.