Skip to main content
Skills are self-contained instructions that teach AI coding agents how to perform specific tasks with Base44. They follow the open Agent Skills specification and consist of a SKILL.md file containing metadata and instructions. Each skill includes:
  • Name and description: Helps agents identify when to use the skill.
  • Instructions: Step-by-step guidance for performing the task.
  • Optional resources: Scripts, reference docs, and assets the agent can use.
Skills are automatically included in projects created with the CLI. For available Base44 skills and installation instructions, see the skills repository.

See also