Skills Tutorial
Skills add task-specific rules or working styles to the AI. Use them after basic chat already works.
When to use a skill
- you want a type of task to follow a fixed format
- you want the AI to load extra instructions for a specific scenario
- you want to reuse a working method instead of prompting from scratch every time
Basic flow
- Complete a normal conversation first.
- Install or enable one skill.
- Select it for the relevant task.
- Compare the output before and after enabling it.
Skill sources
- Project skills:
<project>/.agents/skills/ - NextClaw skills:
<workspace>/skills/ - Global Agent Skills:
~/.agents/skills/ - Built-in skills: packaged with NextClaw
The skill picker groups these sources separately. A session bound to a project also loads that project's AGENTS.md as project instructions.
Note
Skills are not required for first setup.
Confirm models and sessions work before adding skills.