Creating Skills banner
inngest inngest

Creating Skills

Development community

Description

--- name: Creating Custom Skills description: How to create, update, and manage your own skill files to persist knowledge and workflows as reusable reference documents. --- # Creating Custom Skills Skills are markdown reference documents that appear in your system prompt. You only see the name and description — use `read` to load the full content when you need it. You can create your own skills to persist knowledge you've learned across conversations. ## When to Create a Skill Create a skill

Installation

Installs to ~/.claude/skills/inngest-utah-creating-skills/SKILL.md

Terminal
mkdir -p ~/.claude/skills/inngest-utah-creating-skills && curl -fsSL https://raw.githubusercontent.com/inngest/utah/HEAD/skills/creating-skills.md -o ~/.claude/skills/inngest-utah-creating-skills/SKILL.md

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

Full documentation available on GitHub

View Source Repository