khazix-skills
数字生命卡兹克开源的 AI Skills 合集
A personal set of installable AI agent skills for Claude Code and similar tools, covering documentation sync after coding, deep competitive research, personal writing style, and daily AI news.
This repository is a personal collection of AI skills and prompts that the author built for themselves and uses daily. The README is written primarily in Chinese. The project targets users of AI coding agents such as Claude Code, Codex, OpenCode, and OpenClaw, and the skills follow an open standard called Agent Skills that allows these tools to install and load structured instruction sets directly.
Four skills are included. The first, called neat-freak, is meant to run after you finish a task in an AI coding session. It synchronizes any changes you made with the project's documentation files, the CLAUDE.md or AGENTS.md configuration file, and the agent's own memory storage, then produces a summary of what changed. The README explains the motivation as preventing agents from acting on stale documentation that no longer reflects how the code actually works.
The second skill, hv-analysis, produces a deep research report on a product, company, or concept. It runs two lines of inquiry in parallel: a vertical one that traces the subject's history from its origins to the present, and a horizontal one that surveys competitors at the same point in time. The two perspectives are then combined into a PDF report of roughly 10,000 to 30,000 Chinese characters.
The third skill, khazix-writer, encodes the author's personal writing style and preferences for their WeChat public account, so that the agent produces long-form articles in the author's voice rather than generic AI prose.
The fourth skill, aihot, fetches daily AI news from a site called aihot.virxact.com without requiring any API key. It lets you ask for today's roundup or search by keyword, company, or date range.
A standalone prompt version of hv-analysis is also included for users who want to paste it directly into any chat model without installing anything.
Where it fits
- Install the neat-freak skill so your AI coding agent automatically syncs CLAUDE.md and memory files after every session, keeping docs current with the actual code.
- Run hv-analysis on a competitor or product to generate a 10,000-30,000 character deep research report covering its history and competitive landscape.
- Use the khazix-writer skill to make your AI coding agent write WeChat articles that match your personal voice instead of generic AI prose.
- Fetch today's AI news roundup in your agent session with the aihot skill, no API key required.