Skip to content

Instantly share code, notes, and snippets.

View Linuxea's full-sized avatar
🎯
Focusing

Linuxea Linuxea

🎯
Focusing
  • china
  • 05:00 (UTC +08:00)
View GitHub Profile
@dedlim
dedlim / claude_3.5_sonnet_artifacts.xml
Last active September 2, 2025 19:55
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
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active September 2, 2025 16:16
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@lanrion
lanrion / gist:9826458
Last active March 24, 2024 07:10
ubuntu上安装 五笔输入法

基于 IBus 框架

 1、安裝IBus框架:

  在终端中输入:

         sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4

  有些版本自带了此输入法框架,则不需要安装。