Create a PR and automatically cleanup the worktree. Keeps local and remote branches intact.
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Create a PR and automatically cleanup the worktree. Keeps local and remote branches intact.
Tips残数と配信状況を確認する。在庫管理や補充タイミングの判断に使用。
Check domain availability for a name across variations and TLDs
网盘资源搜索引擎。支持百度网盘、阿里云盘、夸克网盘、天翼云盘、UC网盘、移动云盘、115、PikPak、迅雷、123网盘、磁力链接、电驴等12种网盘类型。支持按网盘类型、插件、TG频道过滤搜索结果。当用户需要搜索电影、剧集、软件、学习资料等网盘资源时使用此技能。触发词:搜索网盘、找资源、pan搜、网盘搜索、pansou。
>
> 让你的 OpenClaw Gateway 7/24 稳定运行
- **作者**: ansengu11
调用由查理·芒格、霍华德·马克斯、段永平、斯坦利·德鲁肯米勒、詹姆斯·西蒙斯组成的投资大师委员会,对任意标的进行多维度独立分析并输出委员会裁决报告。适用场景:(1) 买入判断——「委员会分析腾讯」「大师怎么看英伟达」「帮我分析BTC」;(2) 仓位管理——「我持有半仓BTC,怎么操作」「已持有NVDA,加仓还是减仓」;(3) 比较分析——「腾讯和谷歌选哪个」。支持股票(A/港/美)、ETF、BTC/加密资产、黄金/大宗商品。
GitHub Copilot CLI - AI 代码分析
Create and manage Git branches with safety checks and validation
Pull branches from remote repository with intelligent conflict resolution
Push branches to remote repository with safety checks and force-with-lease support
Validate code against Team Codex standards. Use when (1) before creating commits, (2) during verification phase, (3) quality gate enforcement.
Clean up local git branches marked as [gone] (deleted on remote but still exist locally). Use when the user wants to clean up stale branches, remove gone branches, or delete branches that no longer exist on remote.
configuring-git
Consolidate multiple PR branches onto a target branch using jj multi-parent rebase with intelligent AI-powered conflict resolution
Copilot CLIに処理を委譲するスキル。ユーザーが「Copilotに聞いて」「Copilotで確認して」「Copilotに任せて」などと明示的に依頼したときに使用する。GitHub Copilot CLIの機能を活用して、コマンドの提案やGit操作の説明などを取得する。
Git リポジトリのスタイルに合わせてコミットを作成します。ユーザーがコミットを求めたときや、エージェントがコミットするときに必ず使用してください。
Record development work logs to _devlog/YYYY-MM-DD.md. 작업 로그 기록, 명령어/결정사항/다음 단계 포함. Use with /devlog, /devlog [title], or /devlog --summary.
<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 -->
Centralized environment variable management with validation. Fail fast at startup if config is invalid. Supports multi-environment setups (dev/staging/prod) with type-safe access.
error-learner
The eternal text editor — Didactic Ersatz Emacs demonstrating immutable
Gay Monte Carlo Measurements
Gestalt Hacking Skill (ERGODIC 0)
一站式 GitHub 仓库配置初始化工具。
Closes a GitHub issue. Use when a task is completed or an issue is resolved.
Creates and links a development branch to an issue. Use to start implementation work.
Updates existing GitHub issues (title, body, labels, assignees, milestones, and projects). Use to refine issue details or synchronize with project boards.
Updates a field value for an item in a GitHub Project. Use to move items between statuses or set custom field data.
Git command conventions for pikru. Use when running any git commands to avoid blocking on interactive pager.
提供 Git 仓库状态检查和冲突预测功能。
You are a **Repository Architect**. Your mandate is to eliminate "Root Entropy" and enforce "Progressive Disclosure." You treat the repository root as a lobby—it must be pristine, signaling architectu
Go >= 1.18 项目中希望用 samber/lo(Lodash 风格泛型库)简化集合/映射/字符串、错误处理、重试/节流/防抖、通道并发或指针空值场景时使用。
When someone asks you to "land the plane", they want you to wrap up the current body of work cleanly—no loose ends, no hidden surprises. Use this checklist any time that phrase shows up.
' Layer 5: SDE-Based Learning Analysis via Langevin Dynamics'
list-bugs
Manage Loom team worker lifecycle from spawn to retire, including ticket assignment, progress tracking, merge operations, and workspace cleanup.
Git Worktree 管理命令。提供 init、list、remove 三个子命令来管理项目 worktree。
帮助用户从 GitHub Issue 启动一个规范的任务分支。适合在接到新需求时使用。
>
ผู้ช่วยสรุปงานวิจัย + differential diagnosis list + drug interaction check + clinical pearl สำหรับบุคลากรการแพทย์เท่านั้น
วางแผนการเงินส่วนตัว — งบประมาณ 50/30/20, emergency fund, ลดหนี้ snowball/avalanche, ลงทุน, เกษียณ FIRE Thailand
Deep competitive intelligence and market positioning analysis
Run the `/commit-staged` skill.
Run the `/stage-commit` skill.
Auto-detect network issues and force proxy usage with proxychains4. Use this skill when encountering connection timeouts, DNS failures, or blocked network access. Default proxy is http://127.0.0.1:9910
Create well-structured git commits with conventional commit messages based on staged changes.
git worktree を利用した分離作業環境を自動構築します。デフォルトブランチから最新コードを取得し、.git-worktrees/ ディレクトリに新規worktreeを作成、.env・npm依存関係を自動セットアップします。ブランチ名の '/' は自動的に '-' に変換されます。既存worktreeは再利用されます。
git worktreeを削除します。間違えて作成した場合や、作業完了後のクリーンアップに使用します。