🤖
AI EngineeringPython

Create Agent Skills

by MisterBrookT

Create Agent Skills is an AI Engineering skill for Claude Code, published by MisterBrookT in skill2.

31 stars3 forkson MisterBrookT/skill2Added 2026/07/17+7% in starsRepository updated 2026/07/24
agent-skillsai-agentsclaude-codecodexdeveloper-toolsevalslocal-firstpythonskill-librarytesting
Install in seconds
Install Create Agent Skills
Copy Create Agent Skills 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/blackblue-labs/skill2/tree/main/skills/skill2-create ~/.claude/skills/skill2-create

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/blackblue-labs/skill2.git

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

In this catalog

Source file
skills/skill2-create/SKILL.md in MisterBrookT/skill2
Installs to
~/.claude/skills/skill2-create
Collection
One of 9 skills cataloged from this repository
Category
AI Engineering3670 skills

What Create Agent Skills does

Provides a structured approach for authoring, organizing, and maintaining agent skills—defining scope, writing minimal SKILL.md files, and managing resources. Use when creating or refactoring an agent skill library.

Create Agent Skills is cataloged under AI Engineering on DirSkills. Create Agent Skills comes from a repository tagged agent-skills, ai-agents, claude-code, codex and developer-tools.

Documentation

README

Create Agent Skills

Create the smallest reusable instruction set that changes agent behavior without duplicating existing ownership.

Scope

Signal Landing
Distinct reusable trigger and standalone workflow Top-level skills/<name>/SKILL.md
More depth under the same trigger and workflow references/ under the owning skill
Repo-bound paths, commands, or conventions Project-local skill
One-off answer or pure mechanical rule No skill → script / validator / docs / lint / CI

When uncertain, prefer references/ or project-local placement over expanding the top-level namespace.

Authoring

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

Frequently asked about Create Agent Skills

  • What else does MisterBrookT publish alongside Create Agent Skills?

    Create Agent Skills is one of 9 skills that DirSkills catalogs from MisterBrookT/skill2, the repository it ships in. Its siblings there include Invoice CSV Export, Report Exporter and Skill Library Audit. Each one is a separate skill with its own page in this directory, installs the same way Create Agent Skills does, and is maintained by MisterBrookT in that same repository. The rest of the collection is listed on the MisterBrookT/skill2 page.

  • How does Create Agent Skills compare to other AI Engineering skills?

    Create Agent Skills ranks #3534 by stars among the 3670 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 Agent Skills against them. Open each page to compare what they document and how they install.