skill-creator
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:
More from langchain-ai/deepagents
langgraph-docs
Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and implement human-in-the-loop patterns. Use when the user asks about LangGraph, graph agents, state machines, agent orchestration, LangGraph API, or needs LangGraph implementation guidance.
3.1Kweb-research
Searches multiple web sources, synthesizes findings, and produces cited research reports using delegated subagents. Use when the user asks to research a topic online, search the web, look something up, find current information, compare options, or produce a research report.
2.4Ksocial-media
Drafts engaging social media posts, writes hooks, suggests hashtags, creates thread structures, and generates companion images. Use when the user asks to write a LinkedIn post, tweet, Twitter/X thread, social media caption, social post, or repurpose content for social platforms.
1.3Kblog-post
Writes and structures long-form blog posts, creates tutorial outlines, and optimizes content for SEO with cover image generation. Use when the user asks to write a blog post, article, how-to guide, tutorial, technical writeup, thought leadership piece, or long-form content.
1.1Karxiv-search
Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic. Use when the user asks to find research papers, search arXiv, look up preprints, find academic articles in physics, math, CS, biology, statistics, or related fields.
964schema-exploration
Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.
497