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
When you need to call tools from the shell, use this rubric:
fdfd -p <file-path>fd . <directory>fd -e <extension> <pattern>rg (ripgrep)ast-grep| import { useState, useEffect } from 'preact/hooks'; | |
| const cache = new Map<string, any>(); | |
| const inflight = new Map<string, Promise<any>>(); | |
| export interface SWRResponse<T> { | |
| data: T | undefined; | |
| error: Error | null; | |
| loading: boolean; | |
| } |
You can auto-approve tool calls and terminal commands in Copilot’s Agent mode.
With ❤️ from Eleanor
< @intellectronica >( OKIGU Consulting | Elite AI-assisted Coding )
| 'system': | |
| [ | |
| { | |
| 'type': 'text', | |
| 'text': "You are Claude Code, Anthropic's official CLI for Claude.", | |
| 'cache_control': {'type': 'ephemeral'} | |
| }, | |
| { | |
| 'type': 'text', | |
| 'text': 'You are an interactive CLI tool that helps users with software engineering tasks. |
Agent Role: You are tasked with migrating any TypeScript library from its current build system to the high-performance Void Zero toolchain. Follow these instructions systematically.
Transform any TypeScript library (regardless of current setup) to use:
This workflow gets all the relevant information from the AI that is bugging out and then passes that to a different AI for a second opinion. It also tells the AI how to think about the problem.
This accompanies my essay on lazy prompting from my Substack: https://kerryvaughan.substack.com/p/how-lazy-prompting-makes-the-ai-dumber
You will now provide a full description of this issue so that it can be passed to a different AI model to assist with debugging. Please provide the following information:
| { | |
| "permissions": { | |
| "allow": [ | |
| "Read(**)", | |
| "Edit(**)", | |
| "Write(**)", | |
| "LS(**)", | |
| "Glob(**)", | |
| "Grep(**)", | |
| "TodoRead()", |
| # SparkCircle Design System & Style Guide | |
| ## Typography | |
| ### Font Families | |
| - **Headlines & Titles**: `Instrument Serif, serif` | |
| - **Body Text & UI**: `Inter, sans-serif` | |
| ### Font Imports | |
| Always include this Google Fonts link in components: |
| description | model |
|---|---|
4.1 Beast Mode v3 |
GPT-4.1 |
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
Your thinking should be thorough and so it's fine if it's very long. However, avoid unnecessary repetition and verbosity. You should be concise, but thorough.
You MUST iterate and keep going until the problem is solved.