gitmyhub

khazix-skills

Python ★ 16k updated 7d ago

数字生命卡兹克开源的 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.

Pythonsetup: easycomplexity 1/5

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