pull-content-source

star 53

Pulls remote content source files to the local project directory. Use when you need to fetch or update local copies of content from the server.

iximiuz By iximiuz schedule Updated 2/16/2026

name: pull-content-source description: Pulls remote content source files to the local project directory. Use when you need to fetch or update local copies of content from the server. argument-hint:

Pull remote content of kind $0 with name $1 to the local project directory.

Steps

  1. Detect the local folder first by invoking the detect-local-content-folder skill with arguments $0 $1.

  2. Pull the content:

    • If a local folder was detected at <folder>, pull into it:
      labctl content pull $0 $1 --dir <folder> --force
      
    • If no local folder was detected, pull with the default directory naming:
      labctl content pull $0 $1 --dir $0s/$1 --force
      

The --force flag overwrites existing local files without confirmation.

Install via CLI
npx skills add https://github.com/iximiuz/labs --skill pull-content-source
Repository Details
star Stars 53
call_split Forks 15
navigation Branch main
article Path SKILL.md
More from Creator