Use models like Gemini 3 Pro, GPT-5.1, and GPT-5.1-Codex from within Claude by invoking GitHub Coplit CLI.
- Create
~/.claude/skills/github-copilot - Save
SKILL.mdto~/.claude/skills/github-copilot/SKILL.md
| # opd_teacher_prefix.py | |
| # ----------------------------------------------------------------------------- | |
| # On-Policy Distillation with: | |
| # - Student: Qwen/Qwen3-4B-Base (trainable, LoRA, chat template with user-only) | |
| # - Teacher: Qwen/Qwen3-30B-A3B-Instruct-2507-FP8 (frozen, chat template with [big system + user]) | |
| # | |
| # Enhancements: | |
| # * Deep W&B tracking (Accelerate tracker): losses, token stats, throughput, memory, histograms, samples | |
| # * FlashAttention-2 gating (attn_implementation="flash_attention_2" iff flash_attn is installed) | |
| # * Liger kernels (RMSNorm/RoPE/SwiGLU/etc.) if available; safe fallback |
| allowed-tools | description | argument-hint | model | |
|---|---|---|---|---|
|
Run codex with GPT-5-high |
your prompt text |
haiku |
Run the following command exactly. Don't modify it in any way.
This script detects apps with not yet updated versions of Electron.
Repo: https://github.com/tkafka/detect-electron-apps-on-mac
See:
| from django.apps import apps | |
| def create_model_fixture(model): | |
| """ | |
| This injects the model names as fixtures. | |
| eg def test_something(MyModel): | |
| will make the `MyModel` available in a test. | |
| """ |
| #!/bin/sh | |
| # This script prints out the packages that have been installed by homebrew, | |
| # along with a description of each package. | |
| # | |
| # This doesn't include packages that were installed as dependencies, | |
| # only packages requested explicitly by the user. | |
| # | |
| # This script requires the following packages: jq, qsv |
| ... | |
| "hooks": { | |
| "Notification": [ | |
| { | |
| "matcher": "", | |
| "hooks": [ | |
| { | |
| "type": "command", | |
| "command": "terminal-notifier -title \"🔔 Claude Code\" -message \"Claude needs your input\"" | |
| } |
| // HOW TO INSTRUCTIONS | |
| // 1. Open Claude Desktop | |
| // 2. Go to Help -> Enable Developer Mode | |
| // 3. Navigate Developer Tools window named "Developer Tools - https://claude.ai" | |
| // 4. Go to "Console" tab | |
| // 5. Type "allow pasting" and hit Enter | |
| // 6. Paste this snippet and hit Enter | |
| // From now on, all MCP calls will be auto-approved |
| // Claude Code is a Beta product per Anthropic's Commercial Terms of Service. | |
| // By using Claude Code, you agree that all code acceptance or rejection decisions you make, | |
| // and the associated conversations in context, constitute Feedback under Anthropic's Commercial Terms, | |
| // and may be used to improve Anthropic's products, including training models. | |
| // You are responsible for reviewing any code suggestions before use. | |
| // (c) Anthropic PBC. All rights reserved. Use is subject to Anthropic's Commercial Terms of Service (https://www.anthropic.com/legal/commercial-terms). | |
| // Version: 0.2.9 |