claude-skill

Khazix Skills

数字生命卡兹克开源的 AI Skills 合集 | Agent Skills: leader(帮你定义目标), neat-freak 洁癖, hv-analysis, khazix-writer & more — Claude Code, Codex & 40+ agents
20,630 stars2,197 forksPythonUpdated 9/13/2026100% free · open source
What it does

A collection of ready‑made Claude/Codex AI agents (e.g., leader, neat‑freak, hv‑analysis, khazix‑writer) that you can call from Python to automate specific startup tasks.

When to use it
  • You need a quick AI assistant to turn a vague business idea into a concrete goal (leader skill).
  • You want the AI to enforce consistent formatting or clean up generated content (neat‑freak skill).
  • You must run a one‑off analysis (e.g., market sizing) without writing any prompt engineering yourself.
Ready-to-paste prompt
from khazix_skills.hv_analysis import HVAnalysisAgent

agent = HVAnalysisAgent()
output = agent.run({
    "topic": "AI‑powered productivity SaaS",
    "questions": [
        "What are the top 3 market trends?",
        "Identify key competitors and their pricing models.",
        "Estimate TAM for North America in 2025."
    ]
})
print(output)
Heads up: The agents require a valid Anthropic Claude API key; if the env var `ANTHROPIC_API_KEY` is missing or the key lacks the `messages` scope, the first call will fail with a 401 error.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

⚡ Runs out of the box

A prompt/skill package — nothing to install beyond adding it to your AI tool.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/16f9b889-4b41-4f2c-9a70-c8f8980b105f && curl -fsSL https://workflowstacks.com/api/skills/16f9b889-4b41-4f2c-9a70-c8f8980b105f/claude-skill -o ~/.claude/skills/16f9b889-4b41-4f2c-9a70-c8f8980b105f/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Khazix Skills works
Codeflow
Free to inspect

Khazix Skills is mostly documents (76 doc files, 7 small scripts) — something you read, not something you run. You install it into your AI tool with one command; there is nothing to run yourself. Last commit this month, MIT license.

Size
Mostly documents
76 documents · 7 small scripts · 48 min skim
Setup
Install as a skill / plugin
Add it to Claude Code (or your AI tool) with one command — 6 skills inside. Nothing to run yourself.
Runs on
Inside your AI tool
Nothing to install on your machine
Python 40%HTML 29%Shell 24%JavaScript 3%TypeScript 3%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
What's in each folder
neat-freak/evals/Evaluations & benchmarks90 files
aihot/Folder10 files
storage-analyzer/Folder7 files
hv-analysis/Folder3 files
khazix-writer/Folder3 files
leader/Folder3 files
neat-freak/scripts/Helper scripts1 files
READMEDocumentedMIT licenseUpdated this month
Quick Actions
Details
Creator
KKKKhazix
Language
Python
Category
claude-skill
Published
4/6/2026

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.

Show it off in your README:

Featured on WorkflowStacks
[![Featured on WorkflowStacks](https://workflowstacks.com/api/badge/16f9b889-4b41-4f2c-9a70-c8f8980b105f.svg)](https://workflowstacks.com/skills/16f9b889-4b41-4f2c-9a70-c8f8980b105f?utm_source=github&utm_medium=badge)
🔥 Hot this week, in your inbox
Skills like this, every Monday.

The five fastest-growing open-source AI skills, ranked by GitHub star growth. One email a week, unsubscribe anytime.

Do this with a working workflow

Pages we wrote and tested that put a skill like this to work — importable n8n templates, outcome guides and Claude Desktop configs.