Skip to content

Instantly share code, notes, and snippets.

@xrf9268-hue
xrf9268-hue / dmca-report-with-claude-opencli.md
Created April 5, 2026 02:33
用 Claude Code + OpenCLI 自动提交 GitHub DMCA 版权举报

用 Claude Code + OpenCLI 自动提交 GitHub DMCA 版权举报

记录一次用 AI Agent 自动完成 GitHub DMCA 侵权举报的完整过程。

背景

我的开源项目 jackwener/opencli 遭到 nashsu/opencli-rs 完整抄袭:

  • 项目描述、README、命令文档、代码结构全部照搬
  • 未保留版权声明
@xrf9268-hue
xrf9268-hue / SKILL.md
Created February 7, 2026 16:14 — forked from kieranklaassen/SKILL.md
Claude Code Swarm Orchestration Skill - Complete guide to multi-agent coordination with TeammateTool, Task system, and all patterns
name orchestrating-swarms
description Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns.

Claude Code Swarm Orchestration

Master multi-agent orchestration using Claude Code's TeammateTool and Task system.


@xrf9268-hue
xrf9268-hue / guide.md
Last active January 31, 2026 10:56
Moltbot v4.1.2: GCloud production runbook (moltbot-setup.sh + guide.md)
@xrf9268-hue
xrf9268-hue / cli-proxy-config.yaml
Last active January 21, 2026 09:04
CLIProxyAPI AWS EC2 一键部署脚本
# CLIProxyAPI 高性能配置文件
host: ""
port: 8317
# TLS 设置 (配合 Cloudflare Full 模式)
tls:
enable: true
cert: "/CLIProxyAPI/certs/cert.pem"
key: "/CLIProxyAPI/certs/key.pem"
@xrf9268-hue
xrf9268-hue / interview.md
Created December 28, 2025 23:51 — forked from robzolkos/interview.md
Claude Code Interview command by Thariq
description Interview me about the plan
argument-hint
plan
model opus

Read this plan file $1 and interview me in detail using the AskUserQuestionTool about literally anything: technical implementation, UI & UX, concerns, tradeoffs, etc. but make sure the questions are not obvious.