base44 agent-skills pull
Pull agent skills from Base44 to local files. Agent skills are reusable instructions that extend what your app’s AI agents know how to do, authored as Markdown files with a YAML frontmatter description.Syntax
Authentication
Required: Yes. If not authenticated, you’ll be prompted to login first.What It Does
- Fetches all agent skills from Base44
- Writes skill files to the
base44/agent-skills/directory - Deletes local skill files that don’t exist remotely
- Reports written and deleted skills
Prerequisites
- Must be run from a Base44 project directory
- Project must be linked to a Base44 app
Output
Agent Skill Synchronization
The pull operation synchronizes remote agent skills to your local files:- Written: Skill files created or updated from remote
- Deleted: Local skill files removed (didn’t exist remotely)
Use Cases
- Sync agent skills to a new development machine
- Get the latest agent skills from your team
- Restore local skill files after accidental deletion
- Start working on an existing project with agent skills
Notes
- Skill files are stored as
.mdin thebase44/agent-skills/directory - The directory location is configurable via
agentSkillsDirinconfig.jsonc - See agent-skills-push.md for the file format
- Use
base44 agent-skills pushto upload local changes to Base44