habr33

Host — Data skill for Claude Code

Data community

Provision what the project needs to run somewhere other than a laptop - hosting, database, domain, storage - per environment, with the cost stated before anything is created.

How to install Host

Installs to ~/.claude/skills/habr33-ai-project-starter-host/SKILL.md

Terminal
mkdir -p ~/.claude/skills/habr33-ai-project-starter-host && curl -fsSL https://raw.githubusercontent.com/habr33/ai-project-starter/HEAD/skills/host.md -o ~/.claude/skills/habr33-ai-project-starter-host/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Host does


name: host description: "Provision what the project needs to run somewhere other than a laptop - hosting, database, domain, storage - per environment, with the cost stated before anything is created. Also owns the secret lifecycle: generating, storing, rotating, and revoking values, never printing or committing one. Proposes and stops; never creates a paid resource without explicit approval. Use when the user runs `host`, needs somewhere to deploy to, needs a real database or domain, or when

Alternatives in Data

  • HTML Anything — ✨ The agentic HTML editor — your local AI agent writes the HTML, you ship it 8.5k ★
  • User Segmentation — Segment users by behavior, JTBD, and needs from feedback data 7.8k ★
  • HTML Video — Programmatic video for coding agents — HTML to video on your laptop 4.5k ★

Full documentation available on GitHub

View Source Repository