🛠️
AI EngineeringRust

Create A Skill

by yuanchuan

Create A Skill is an AI Engineering skill for Claude Code, published by yuanchuan in aivo.

192 stars16 forkson yuanchuan/aivoAdded 2026/09/06+1% in starsRepository updated 2026/09/05
claude-codecodexcoding-agentgemini-cligithub-copilotgrokopenroutervercel-ai-gateway
Install in seconds
Install Create A Skill
Copy Create A Skill into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/yuanchuan/aivo/tree/main/src/agent/builtin_skills ~/.claude/skills/builtin_skills

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/yuanchuan/aivo.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
src/agent/builtin_skills/create-skill.md in yuanchuan/aivo
Installs to
~/.claude/skills/builtin_skills
Collection
The only skill cataloged from this repository
Category
AI Engineering3278 skills

What Create A Skill does

Create A Skill guides the agent through designing, writing, and improving a reusable aivo skill. Use it when someone wants to make a new skill, turn a workflow into one, or fix a SKILL.md.

Create A Skill is cataloged under AI Engineering on DirSkills. Create A Skill comes from a repository tagged claude-code, codex, coding-agent, gemini-cli and github-copilot.

Documentation

README

Create a Skill

This is the guided workflow for building new aivo skills and iteratively improving them. Your job is to figure out where the user is in the process and jump in to move them forward — sometimes that's "I want a skill for X" (start from scratch), sometimes it's "here's a draft, help me sharpen it" (go straight to review/iterate).

What a skill is

A skill is a folder holding a SKILL.md with YAML frontmatter (name, description) and a Markdown body of instructions. aivo discovers skills from these roots (project shadows user; first name wins):

  • Project: ./.agents/skills, ./.aivo/skills, ./.claude/skills
  • User: ~/.agents/skills, ~/.config/aivo/skills, ~/.claude/skills

This is the opening of the README. Read the full README on GitHub.

Commands Create A Skill provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /skills

Frequently asked about Create A Skill

  • How does Create A Skill compare to other AI Engineering skills?

    Create A Skill ranks #2902 by stars among the 3278 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Create A Skill against them. Open each page to compare what they document and how they install.