FAQ
github-publish-skill is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes github-publish-skill. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add PolinniZhong/github-publish-skill --agent claude-code
Repo: PolinniZhong/github-publish-skill
Agent-native skill for publishing local projects to GitHub with zero-config proxy detection.
.env, secrets, keys, tokens)Option 1: One-click install
Say to your agent:
Install this skill: https://github.com/zhongwentuo-creator/github-publish-skill
Option 2: Agent Command
For Kimi Work, Claude Code, OpenClaw, Cursor, etc., use your agent's native install command:
Install this skill: https://github.com/zhongwentuo-creator/github-publish-skill
Note: Different agents may have different install commands. See references/platform-paths.md for platform-specific details.
Option 3: Manual
git clone https://github.com/zhongwentuo-creator/github-publish-skill.git
cp -r github-publish-skill ~/.kimi/daimon/skills/
# Or: ~/.claude/skills/, ~/.openclaw/skills/, ~/.cursor/skills/
See references/platform-paths.md for the exact skills directory on your platform.
Just say to your agent:
Publish this project to GitHub
Or with options:
Publish this project to GitHub with tag v1.0.0
git โฅ 2.20curlpython3 โฅ 3.8โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ
โ Prepare โ โ โ Git Commit โ โ โ Network โ โ โ Push โ โ โ Tag โ โ โ Verify โ
โ Check โ โ โ โ Diagnose โ โ โ โ (optional) โ โ โ
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ
See SKILL.md for the full workflow details.
โ ๏ธ This skill executes the following commands on your behalf:
| Command | Purpose | When |
|---|---|---|
git status / git log / git remote | Check repository state | Stage 1 |
git add / git commit | Stage and commit changes | Stage 2 |
curl | Test GitHub API connectivity | Stage 3 |
scutil | Auto-detect macOS system proxy | Stage 3 (macOS only) |
git push / git tag | Push code and tags to remote | Stage 4โ5 |
python3 | Parse API responses, proxy detection | Stage 3, 6 |
Safety guarantees:
.env files containing real secretsSee references/examples/ for detailed usage scenarios:
We welcome contributions! See CONTRIBUTING.md for guidelines.
See CHANGELOG.md for version history.
MIT ยฉ 2026 github-publish-skill Contributors
.github/
workflows/
validate-skill.yml
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
README.zh.md
references/
examples/
example-01-simple.md
example-02-with-proxy.md
example-03-first-release.md
platform-paths.md
proxy-guide.md
troubleshooting.md
skill.json
SKILL.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic