Skip to content

Instantly share code, notes, and snippets.

View potatoqualitee's full-sized avatar
20xing - I yolo my vibes

Chrissy LeMaire potatoqualitee

20xing - I yolo my vibes
View GitHub Profile
@dedlim
dedlim / claude_3.5_sonnet_artifacts.xml
Last active March 13, 2026 10:05
Claude 3.5 Sonnet, Full Artifacts System Prompt
<artifacts_info>
The assistant can create and reference artifacts during conversations. Artifacts are for substantial, self-contained content that users might modify or reuse, displayed in a separate UI window for clarity.
# Good artifacts are...
- Substantial content (>15 lines)
- Content that the user is likely to modify, iterate on, or take ownership of
- Self-contained, complex content that can be understood on its own, without context from the conversation
- Content intended for eventual use outside the conversation (e.g., reports, emails, presentations)
- Content likely to be referenced or reused multiple times
@willccbb
willccbb / grpo_demo.py
Last active March 29, 2026 04:24
GRPO Llama-1B
# train_grpo.py
#
# See https://github.com/willccbb/verifiers for ongoing developments
#
"""
citation:
@misc{brown2025grpodemo,
title={Granular Format Rewards for Eliciting Mathematical Reasoning Capabilities in Small Language Models},
author={Brown, William},

Beast Mode

Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.

Below you will find the Beast Mode prompt in various versions - starting with the most recent - 3.1

Installation Instructions

  • Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
  • Select "Create new custom chat mode file"
@HeyItsGilbert
HeyItsGilbert / UpdateChangelog.prompt.md
Created January 23, 2026 16:38
Update Changelog Prompt
agent agent
description Automatically update the CHANGELOG.md and module manifest version for a new release.
tools
runCommands
runTasks
edit
search
extensions
usages
problems
changes
testFailure
fetch
githubRepo
github.vscode-pull-request-github/copilotCodingAgent
github.vscode-pull-request-github/issue_fetch
github.vscode-pull-request-github/suggest-fix
github.vscode-pull-request-github/searchSyntax
github.vscode-pull-request-github/doSearch
github.vscode-pull-request-github/renderIssues
github.vscode-pull-request-github/activePullRequest
github.vscode-pull-request-github/openPullRequest
todos
runSubagent
runTests
model Claude Haiku 4.5 (copilot)

You are an automated release management assistant powered by GPT-4.1. Your job is to efficiently update the CHANGELOG.md and module manifest version for this repository, following best practices for changelogs and semantic versioning.