← Back
Live at klaudeskills.xyz

KlaudeSkills

Kaspa · Igra · Kasplex

Describe what you want in plain English. Get a ready-to-install Claude Skill — SKILL.md plus any supporting files — as a downloadable zip, a copied command, or raw markdown. Drop it in, and it works.

KlaudeSkills — Idea → Claude Prompt

What it does

Six features that push it past the template-based clones.

Streaming generation

Your SKILL.md streams token-by-token as Claude writes it. No opaque wait-and-download — you see the skill appear in real time.

In-browser editor

Tweak the generated frontmatter, rules, or body in a live editor before you download. Nothing is final until you say so.

Three install modes

Download a .zip, copy the raw SKILL.md to your clipboard, or copy a one-line shell command that installs the skill straight into ~/.claude/skills/.

Spec-aware output

Built on the official Agent Skills spec — full frontmatter (name, description, when_to_use, allowed-tools, disable-model-invocation, context: fork, paths, $ARGUMENTS, inline shell), not a guessed subset.

Prompt caching

The long skill-writing system prompt is Anthropic-cached so repeat generations run near-instant and stay cheap.

Template gallery

Eight starter prompts — conventional-commits, PR reviewer, stand-up notes, Solidity security review, blog topic generator and more — one-click fills the prompt box.

How it works

  1. 1 Describe what you want in plain English — the more detail, the better.
  2. 2 KlaudeSkills streams a SKILL.md tailored to your request, front-loading the right trigger description so Claude knows when to invoke it.
  3. 3 Tweak anything you want in the in-browser editor — frontmatter, rules, body.
  4. 4 Download the zip, copy the raw markdown, or copy a one-line install command that drops it straight into ~/.claude/skills/.

Stack

Next.js 15 App Router TypeScript Tailwind Anthropic SDK (Sonnet 4.6) Streaming + prompt caching archiver (zip) zod validation Klaude family design system
🛠 🤖 🔨