🛠️
AI EngineeringPython

Skill Creator

by HezaoHezao

Skill Creator is an AI Engineering skill for Claude Code, published by HezaoHezao in poirot.

185 stars8 forkson HezaoHezao/poirotAdded 2026/08/11+48% in starsRepository updated 2026/07/28
agentagent-memoryagent-skillagent-skillsagentic-aiagentsai-agentai-agentsai-codingmemorymemory-systemmulti-agent
Install in seconds
Install Skill Creator
Copy Skill Creator 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/HezaoHezao/poirot/tree/master/poirot/backend/agents/skill/builtin_skills/core/skill-creator ~/.claude/skills/skill-creator

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/HezaoHezao/poirot.git

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

In this catalog

Source file
poirot/backend/agents/skill/builtin_skills/core/skill-creator/SKILL.md in HezaoHezao/poirot
Installs to
~/.claude/skills/skill-creator
Collection
One of 37 skills cataloged from this repository
Category
AI Engineering2451 skills

What Skill Creator does

Guides the creation of new agent skills by walking through an iterative loop of drafting, testing, evaluating, and refining. Use it when building or improving skills for the Poirot agent platform.

Skill Creator is cataloged under AI Engineering on DirSkills. Skill Creator comes from a repository tagged agent, agent-memory, agent-skill, agent-skills and agentic-ai.

Documentation

README

Skill Creator

A skill for creating new skills and iteratively improving them.

At a high level, the process of creating a skill goes like this:

  • Decide what you want the skill to do and roughly how it should do it
  • Write a draft of the skill (a SKILL.md with YAML frontmatter + Markdown body)
  • Create a few test prompts and run them with the skill injected
  • Help the user evaluate the results both qualitatively and quantitatively
  • Rewrite the skill based on feedback from the user's evaluation
  • Repeat until you're satisfied
  • Expand the test set and try again at larger scale

Your job when using this skill is to figure out where the user is in this process and then jump in and help them progress through these stages.

Poirot skill format

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

Commands Skill Creator provides

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

  • /skill

Frequently asked about Skill Creator

  • What else does HezaoHezao publish alongside Skill Creator?

    Skill Creator is one of 37 skills that DirSkills catalogs from HezaoHezao/poirot, the repository it ships in. Its siblings there include Academic Paper Review, ArXiv Research and Architecture Diagram. Each one is a separate skill with its own page in this directory, installs the same way Skill Creator does, and is maintained by HezaoHezao in that same repository. The rest of the collection is listed on the HezaoHezao/poirot page.

  • How does Skill Creator compare to other AI Engineering skills?

    Skill Creator ranks #2230 by stars among the 2451 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 Skill Creator against them. Open each page to compare what they document and how they install.