项目地址:KKKKhazix/khazix-skills | ⭐ 11k Stars | 🛠 Agent Skills | 作者:卡兹克
老实说,每次任务干完要退出窗口的时候,不跑一遍 /neat 我就浑身难受。不是说我有强迫症——而是我踩过太多坑了:代码迭代了七八轮,文档还是最初那一版;记忆里写着用 SQLite,其实早换 PostgreSQL 了;CLAUDE.md 里的接口列表跟实际路由对不上。Agent 看着这些过期信息,越用越笨。
卡兹克(数字生命卡兹克)把自己的日常 AI Skills 开源了,一共 4 个实用技能 + 1 个轻量版 Prompt。没花活,都是自己项目跑通了一段时间才搬出来开源的。
⚡ neat-freak(洁癖):干完活一键对齐
最骚的操作是这个。跑一下 /neat,它会自动把这次会话改的东西跟三层对齐:
- 项目根的 CLAUDE.md / AGENTS.md(给当前 AI 看的)
- 项目的 docs/ 和 README(给同事看的)
- Agent 自己的记忆系统(给跨会话的自己看的)
/neat # 直接命令
整理一下 # 自然语言也行
这三层受众不同,职责不重叠,得分别处理。Claude Code 那个 AutoDream 只动记忆不动文档,neat-freak 是三层全清。
🔭 hv-analysis(横纵分析法):万字研究报告
丢给它一个产品/公司/概念,它同时跑两条线:纵向从诞生讲到现在,像讲故事一样把演变讲完整;横向把同期所有主要竞品摆出来逐一对比。两条线一交叉,能看出只看现状或只看历史看不出来的东西。
最后给你一份排版精美的 PDF 研究报告,10,000–30,000 字。
就一句话:帮我调研一下 Windsurf 这个产品
✍️ khazix-writer(卡兹克写作):克隆写作风格
卡兹克把自己公众号的写作规则、节奏、禁忌词全塞进了这个 skill。装上之后 Agent 写出来的东西就是他的口吻——会拒绝写「赋能、抓手、闭环」、拒绝「首先...其次」、拒绝「在当今 AI 快速发展的时代」。
适合:丢一篇 PDF / 语音转文字 / 新闻链接,让 Agent 写成长文。
🔥 aihot(AI HOT 资讯查询):每日扫一圈
让 Agent 一句话拿到 aihot.virxact.com 每天的 AI 日报。无需 API Key、无需配 MCP server:
今天 AI 圈有什么新东西
最近一周的 AI 论文
OpenAI 最近有什么发布
国内直链(无需翻墙):
curl -fsSL https://aihot.virxact.com/aihot-skill/install.sh | bash
总结
- neat-freak:日常干完活跑
/neat,文档/记忆/README 三层自动对齐
- hv-analysis:丢个概念给你万字 PDF 研究报告,横向纵向交叉分析
- khazix-writer:克隆卡兹克写作风格,拒绝套话和 AI 味
- aihot:一句话拿每日 AI 资讯,零配置
- 全部遵循 Agent Skills 开放标准,Claude Code / Codex / OpenCode / OpenClaw 都能装
> **Project**: [KKKKhazix/khazix-skills](https://github.com/KKKKhazix/khazix-skills) | ⭐ 11k Stars | 🛠 Agent Skills
Welcome to the age of personal AI skills—scripts and prompts that make your agent actually useful.
Khazix (数字生命卡兹克) open-sourced his daily AI skills: 4 skills + 1 lightweight prompt version. Nothing fancy, just practical stuff that's been running in production.
## ⚡ neat-freak: `/neat` syncs everything after a session
Run `/neat` after any coding session. It auto-syncs three layers:
- `CLAUDE.md` / `AGENTS.md` (for your AI)
- `docs/` and `README` (for humans)
- Agent memory (for cross-session continuity)
## 🔭 hv-analysis: Deep research in two dimensions
Give it a product / company / concept. It runs two parallel lines: **vertical** (history from birth to now) and **horizontal** (compare all competitors). The intersection reveals insights neither dimension alone can show.
Output: a beautifully formatted PDF research report (10K–30K words).
## ✍️ khazix-writer: Cloned writing style
Khazix distilled his WeChat public account writing rules into a skill. Your AI will reject buzzwords like "赋能" (enable), "抓手" (grip), and "闭环" (closed loop). Perfect for turning PDFs, voice notes, or links into long-form articles.
## 🔥 aihot: Daily AI news, zero setup
Your agent fetches the daily AI HOT digest from aihot.virxact.com with one sentence. No API key, no MCP server needed.
**Key takeaway:** These skills follow the [Agent Skills](https://agentskills.io) open standard and work across Claude Code, Codex, OpenCode, and OpenClaw. Just say "install this skill" and you're done.