Khazix Skills
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.
- •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.
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)Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package — nothing to install beyond adding it to your AI tool.
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.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
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.
- 1README.mdStart here — what it does and how to install it
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package — nothing to install beyond adding it to your AI tool.
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.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Show it off in your README:
[](https://workflowstacks.com/skills/16f9b889-4b41-4f2c-9a70-c8f8980b105f?utm_source=github&utm_medium=badge)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.
GitHub MCP config
Search repos, read code, open issues and PRs from Claude.
MCP configContext7 (live docs) MCP config
Pull up-to-date library docs into Claude so it codes against the real API.
MCP configPlaywright (browser) MCP config
Drive a real browser for testing and automation from Claude.
Related skills
More claude-skill tools founders pair with this one.