pull-footer

Pull the site footer group and sub-sections from Shopify themes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cfagerlin/theme-forge --skill pull-footer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pull-footer
Source: https://github.com/cfagerlin/theme-forge/tree/main/pull-footer
Command: npx skills add https://github.com/cfagerlin/theme-forge --skill pull-footer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Pull the site footer section to ensure a shared, consistent footer across pages during migration or multi-template work.

Core Features & Use Cases

  • Pull the footer group and its sub-sections in a single operation to maintain consistency across templates.
  • Iterate through common footer components (links, signup, trust bar, legal) and apply changes in a deterministic order.
  • Use case: when migrating a Shopify store, extract the footer group once and reuse across all pages to preserve layout and styling.

Quick Start

Run the pull-footer workflow to pull the site footer into your project and verify the shared footer is consistent across pages.

Frequently Asked Questions about pull-footer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I synchronize a Shopify footer across multiple page templates?

Synchronizing a Shopify footer across multiple page templates involves pulling the site footer group once to reuse the shared footer content across all pages. This maintains consistent layout and styling during theme migration.

What is the best way to migrate shared footer components like links and signup forms in Shopify?

The best way to migrate shared footer components like links, signup forms, and legal text is to iterate through them in a deterministic order and apply changes using an automated pull-section workflow. This preserves the footer group structure.

Can I extract a footer group from a Shopify theme without manual editing?

Yes, you can extract a footer group from a Shopify theme without manual editing by running an automated pull-footer workflow. This workflow locates the footer group, runs pull-section on each sub-section, and verifies the shared footer is consistent.

Does the Shopify footer synchronization workflow include commit and merge checks?

Yes, the Shopify footer synchronization workflow includes commit, push, and merge checks as enforced steps. This safe workflow ensures that pulling the site footer and applying changes happens without version control conflicts.

When do I need to pull a site footer section during theme migration?

You need to pull a site footer section during theme migration when you are maintaining multiple templates that reuse a common footer. Pulling the footer group allows automated retrieval and reuse of shared footer content across pages.