skill-creator

Installation
SKILL.md

Skill Creator

Skill Location for Deepagents

The deepagents CLI loads skills from five sources, listed here from lowest to highest precedence:

# Directory Scope Notes
0 <package>/built_in_skills/ Built-in Ships with deepagents CLI
1 ~/.deepagents/<agent>/skills/ User (deepagents alias) Default for deepagents skills create
2 ~/.agents/skills/ User Shared across agent tools
3 .deepagents/skills/ Project (deepagents alias) Default for deepagents skills create --project
4 .agents/skills/ Project Shared across agent tools

<agent> is the agent configuration name (default: agent). When two directories contain a skill with the same name, the higher-precedence version wins — project skills override user skills, and any user or project skill overrides built-in skills.

Example directory layout:

Related skills

More from langchain-ai/deepagents

Installs
541
GitHub Stars
22.7K
First Seen
Jan 22, 2026