一键导入
github-commits
Git commit and push workflow for hamsterball-re repo and other projects. Handles common push failures and credential issues in sandbox environments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Git commit and push workflow for hamsterball-re repo and other projects. Handles common push failures and credential issues in sandbox environments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | github-commits |
| description | Git commit and push workflow for hamsterball-re repo and other projects. Handles common push failures and credential issues in sandbox environments. |
| triggers | ["commit","push to github","git push hanging"] |
cd ~/hamsterball-re # or project dir
git add -A
git status # verify staged changes
git commit -m "descriptive message"
git push origin master
git push hangsgit remote -vhttps://github.com/... URLs, NOT git@github.com:... SSHgit remote set-url origin https://github.com/USER/REPO.gitgh auth git-credential hangs, override:
git config --unset credential.helper
git config --global credential.helper 'store --file=/tmp/git-creds-store'
# Then push normally
~/.ssh/id_ed25519 exists but isn't registered with GitHub agentgit push fails with auth errorgh CLI stores tokens in ~/.config/gh/hosts.ymlssh:// or git@github.com: URLs in sandbox environmentsFor the hamsterball-re project specifically:
Session N: X.X% (YYYY/3811) — brief summary of key renames/findings
FUNCTION_MAP.md header stats (documented count, percentage)FUNCTION_MAP.mdgit add -A && git commit -m "..." && git push origin master~/hamsterball-re/https://github.com/evangit2/hamsterball-re.gitmaster(documented/3811)*100%docs/FUNCTION_MAP.md, docs/RESEARCH_LOG.mdgit@github.com: consistently fails with "Permission denied (publickey)"gh auth git-credential hang the push — it spawns a subprocess that blocksgit add -A before committing — Ghidra renames are in the project file, not tracked filesReverse engineer and recreate the Hamsterball game (2000s Windows game by Raptisoft)
Start GhidraMCP headless server with the Hamsterball.exe project — always do this before any RE work
Restore all function renames from FUNCTION_MAP.md back into a fresh Ghidra project after DB loss or re-import
Complete guide to using and extending Hermes Agent — CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, tools, profiles, and a concise contributor reference. Load this skill when helping users configure Hermes, troubleshoot issues, spawn agent instances, or make code contributions.
Create hand-drawn style diagrams using Excalidraw JSON format. Generate .excalidraw files for architecture diagrams, flowcharts, sequence diagrams, concept maps, and more. Files can be opened at excalidraw.com or uploaded for shareable links.
54 production-quality design systems extracted from real websites. Load a template to generate HTML/CSS that matches the visual identity of sites like Stripe, Linear, Vercel, Notion, Airbnb, and more. Each template includes colors, typography, components, layout rules, and ready-to-use CSS values.