feat(skills): 初始化多技能包并完善发布流程

- 新增 git-push skill 与 agent 元数据,加入安全推送与 commit message 规范

- 新增 xiaohongshu-engage / xiaohongshu-publish-note 两个技能及元数据

- 新增 gemini-image-web skill、元数据与下载整理脚本

- 新增 .gitignore 以忽略常见生成产物
This commit is contained in:
2026-03-04 00:41:21 +08:00
commit 4caa839154
10 changed files with 926 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
interface:
display_name: "Git Push"
short_description: "Prepare clean commits and push safely"
default_prompt: "Use $git-push to inspect repo state, clean staging with .gitignore, repair local commits when needed, and push the current branch to GitLab/GitHub via SSH or HTTPS with safe troubleshooting. Generate commit messages using <type>(<scope>): <summary> by default, while honoring explicit user-provided messages."