Skip to content

Instantly share code, notes, and snippets.

@intellectronica
intellectronica / 0.README.md
Last active December 21, 2025 09:56
GitHub Copilot CLI SKILL - use a variety of models (Gemini, GPT / Codex) from within Claude

GitHub Copilot CLI SKILL

Use models like Gemini 3 Pro, GPT-5.1, and GPT-5.1-Codex from within Claude by invoking GitHub Coplit CLI.

Installation

  1. Create ~/.claude/skills/github-copilot
  2. Save SKILL.md to ~/.claude/skills/github-copilot/SKILL.md
@intellectronica
intellectronica / 0.README.md
Last active March 13, 2026 14:17
GitHub Copilot + VSCode Agent for Marimo Notebooks

GitHub Copilot + VSCode Agent for Marimo Notebooks

Marimo notebooks are now supported natively inside VSCode with an extension. To work on them agentically with the GitHub Copilot Chat Agent, add marimo.agent.md as an agent definition, and select the Marimo agent in the chat.

The agent understands the structure and common patterns of Marimo notebooks. It operates on the Python code directly and you can see the changes reflected instantly.

@intellectronica
intellectronica / 0.README.md
Last active May 11, 2026 02:53
Markdown Converter Skill

Markdown Converter Skill

Uses uvx markitdown to convert many document and file types to Markdown.

Great replacement for markitdown-mcp.

Works in Claude (upload markdown-converter.skill), Claude Code (expand the skill zip file into ~/.claude/skills/ or just create a skill directory with SKILL.md) or in any agent using Skillz.

@intellectronica
intellectronica / 0.README.md
Last active December 10, 2025 15:11
Global Copilot CLI Just Recipes for Quick AI in the Terminal

Global Copilot CLI Just Recipes for Quick AI in the Terminal

Copilot CLI is a nice CLI agent supporting many of the best models (with a Copilot subscription). One thing I like to use it for, is giving me easy access to AI in a plain terminal.

The snippet above is from my global ~/.justfile. I also have alias j=just in my .zshrc

Each invocation streams the output to the terminal and also copies it to the clipboard.

For example:

@intellectronica
intellectronica / windmill-claude-agent-sdk.ts
Created November 17, 2025 10:25
Script for running the Claude Agent SDK from within Windmill
import * as wmill from "windmill-client"
import { query } from '@anthropic-ai/claude-agent-sdk';
Bun.spawnSync(['bun', 'add', '-g', '@anthropic-ai/claude-code'], {
cwd: '/tmp',
env: { ...process.env, BUN_INSTALL: '/tmp/.bun' }
});
process.env.PATH = `/tmp/.bun/bin:${process.env.PATH}`;
@intellectronica
intellectronica / statusline.png
Last active February 2, 2026 13:49
My Claude Code custom status line (directory ・ git ・ mcp servers ・ cost (if API key) ・ model (and thinking)・ context window ・ version)
statusline.png
@intellectronica
intellectronica / codex.md
Created November 3, 2025 21:32
Claude Code /command to run Codex CLI - Great for complex planning and analysis
allowed-tools
Bash(/opt/homebrew/bin/codex *)
description Run codex with GPT-5-high
argument-hint your prompt text
model haiku

Run the following command exactly. Don't modify it in any way.

@intellectronica
intellectronica / 0.README.md
Last active January 1, 2026 18:22
Promptify (skill) — Transforms casual requests into detailed, precise prompts optimised for AI models.

Promptify (skill)

Transforms casual requests into detailed, precise prompts optimised for AI models.

What It Does

Rewrites free-form requests as clear, structured prompts with proper organisation, headings, and bullet points. Especially useful for converting rambling dictated requests into organised prompts you can review and edit before using.

The output uses specification language — plain, straightforward, and actionable — with clear structure and no added complexity.

Flashcard Generator Skill

Your new skill for generating Anki flashcard decks from text!

What It Does

This skill converts any text document into high-quality flashcards optimised for memorisation and spaced repetition learning. It's based on your Cardcraft application but simplified for direct use through Claude.

How to Use