{"id":51411679,"url":"https://github.com/zxc7563598/skillbox","last_synced_at":"2026-07-04T15:03:01.900Z","repository":{"id":368807874,"uuid":"1283768523","full_name":"zxc7563598/skillbox","owner":"zxc7563598","description":"持续分享我自己编写、长期使用并不断打磨的 Claude Code Skills。欢迎使用，更欢迎你动手做出自己的。","archived":false,"fork":false,"pushed_at":"2026-07-02T08:40:09.000Z","size":98,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-02T10:24:56.187Z","etag":null,"topics":["ai-tools","claude-code","claude-code-skills","developer-tools","productivity","skills"],"latest_commit_sha":null,"homepage":"https://hejunjie.life","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zxc7563598.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-29T08:11:34.000Z","updated_at":"2026-07-02T08:40:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zxc7563598/skillbox","commit_stats":null,"previous_names":["zxc7563598/skillbox"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zxc7563598/skillbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxc7563598%2Fskillbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxc7563598%2Fskillbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxc7563598%2Fskillbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxc7563598%2Fskillbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zxc7563598","download_url":"https://codeload.github.com/zxc7563598/skillbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxc7563598%2Fskillbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35125718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-tools","claude-code","claude-code-skills","developer-tools","productivity","skills"],"created_at":"2026-07-04T15:03:01.374Z","updated_at":"2026-07-04T15:03:01.893Z","avatar_url":"https://github.com/zxc7563598.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skillbox\n\n个人的 Claude Code Skills 合集。把自己常用的工作流封装成技能，随时取用。\n\n## 为什么会有这个项目\n\nSkills 火了之后，到处都能刷到各种大神分享的技能包。但用过一圈下来发现——别人写的 skill 思路和习惯跟自己总有偏差：触发方式不对、输出格式不是想要的、流程少了一步自己常用的操作。\n\n于是我把常用的几个场景整理成自己的版本，调整到顺手为止。这就是 Skillbox——**它首先是我自己用的工具箱**。\n\n把它公开出来，不是为了推荐你用我的技能。事实上，我做这个项目的初衷恰恰是**不想用别人的 skill**。我希望的是：这个项目能给你一些启发，让你也动手去做自己的技能包。每个人的工作习惯都不一样，最顺手的工具一定是自己打磨出来的。\n\n**每个人都应该有一个自己的技能包。** 这才是 Skills 该有的未来——不是依赖别人的技能，而是把每个人反复做的事情，沉淀成真正匹配自己的工具。\n\n## 安装\n\n虽然我更推荐你自己动手（见下方），但如果你确实想直接用，每个技能可以独立安装：\n\n```bash\nnpx skills add zxc7563598/skillbox@\u003c技能名称\u003e\n```\n\n安装后，在 Claude Code 会话中直接说话或使用 `/` 命令即可触发。具体触发方式和用法见各技能的 README。\n\n## 已有技能\n\n| 技能名称 | 一句话描述 | 安装命令 |\n|---------|-----------|---------|\n| [git-commit](skills/git-commit/) | 理解代码改动意图，生成规范化的 Git 提交信息 | `npx skills add zxc7563598/skillbox@git-commit` |\n| [analyze-bill](skills/analyze-bill/) | 解析微信/支付宝账单文件，对帐单内容进行多维度分析 | `npx skills add zxc7563598/skillbox@analyze-bill` |\n| [think-council](skills/think-council/) | 多角度讨论团，分析问题、深入讨论话题、验证想法、发现思维盲区、评估决策风险 | `npx skills add zxc7563598/skillbox@think-council` |\n| [mental-health-companion](skills/mental-health-companion/) | 温暖、非评判的 AI 心理陪伴与情绪疏导 | `npx skills add zxc7563598/skillbox@mental-health-companion` |\n\n\u003e 后续新增技能会追加到此表格中。\n\n## 目录结构\n\n```\nskillbox/\n├── skills/\n│   ├── git-commit/                   # Git 提交信息生成\n│   ├── analyze-bill/                 # 支付宝/微信账单分析\n│   ├── think-council/                # 多角度讨论团\n│   └── mental-health-companion/      # 心理陪伴与情绪疏导\n├── LICENSE\n└── README.md\n```\n\n## 更推荐：做你自己的技能包\n\n这个项目真正想表达的——**别用我的，做你自己的**。\n\n一个技能本质上就是一个 Markdown 文件（`SKILL.md`）加一些参考文档，门槛很低。你可以：\n\n1. 想想自己有哪些反复做的事情——写提交信息、发周报、查接口文档、生成测试用例……都可以封装成技能\n2. 用 `/skill-creator` 或直接手写一个 `SKILL.md`，按你自己的习惯定义触发方式、工作流程和输出格式\n3. 放到自己的仓库里，用 `npx skills add \u003c你的仓库\u003e@\u003c技能名\u003e` 安装\n\n如果你想参考这个项目的结构和写法，可以看看 [skills/](skills/) 目录下的各个技能，或者直接 fork 后改成你自己的版本。觉得改得不错也欢迎提 PR 分享回来。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzxc7563598%2Fskillbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzxc7563598%2Fskillbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzxc7563598%2Fskillbox/lists"}