# Natural Language To Skill

> Converts natural language descriptions into SKILL.md drafts. Use for: create skill from description, NL to skill, skill from prompt, `skill-creation-enabler`.

- Skill: `stijnman/natural-language-to-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add stijnman/natural-language-to-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stijnman/natural-language-to-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: Stijnman (https://skillmd.com/u/stijnman)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/stijnman/natural-language-to-skill

---

# Natural Language To Skill
## When to Use

- User says **create skill from description** or task matches this capability
- User says **NL to skill** or task matches this capability
- User says **skill from prompt** or task matches this capability

## Workflow

1. Parse intent: triggers, workflow, integrations, errors.
2. Generate SKILL.md following Agent Skills spec.
3. Run hyper-skill-tester on draft.
4. Save to .grok/skills/<name>/ via skill-creation-enabler.

## Integrations

- `skill-creation-enabler`
- `hyper-skill-tester`
- `skill-researcher`

## Error Handling

| Failure | Response |
|---------|----------|
| Vague request | Ask 3 clarifying questions before generating. |

## Gotchas

- Name must be lowercase-hyphen, max 64 chars.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.

