pull-template

Merge template updates into a local skill while preserving Session Learnings Archive.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/DSado88/squall --skill pull-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pull-template
Source: https://github.com/DSado88/squall/tree/main/.claude/skills/pull-template
Command: npx skills add https://github.com/DSado88/squall --skill pull-template

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Merge template updates into the local skill while preserving the Session Learnings Archive.

Core Features & Use Cases

  • Safe updates: methodology docs overwritten with template-safe versions.
  • Smart merge: skill body updated from template while local learnings are preserved between sentinel markers.
  • CLAUDE.md preservation: existing CLAUDE.md is kept; it will not be overwritten if present.
  • Cleanup: temporary files are removed after the merge.

Quick Start

Invoke the pull-template skill to merge template updates into your local skill while preserving the Session Learnings Archive.

Frequently Asked Questions about pull-template

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

FAQPage Schema
How do I merge template updates into a local skill without losing my session learnings?

To merge template updates without losing session learnings, the skill extracts local learnings stored between sentinel markers and combines them with the updated template content. This preserves your local session learnings archive while overwriting safe files with the new template versions.

What is the best way to preserve CLAUDE.md when synchronizing skill templates?

The best way to preserve CLAUDE.md during template synchronization is to use a merge workflow that detects an existing CLAUDE.md and keeps it intact. The process ensures the file will not be overwritten if it is already present in your local skill directory.

How does a smart merge handle skill bodies and local learnings during a template update?

A smart merge handles skill bodies by reading the updated template and extracting local learnings contained within sentinel markers. It then produces a merged skill file that combines the new template content with your preserved local learnings archive.

Can I overwrite methodology docs with template-safe versions while keeping local session learnings?

Yes, you can overwrite methodology docs with template-safe versions while keeping local session learnings. The synchronization process overwrites safe files with the template updates but specifically preserves the session learnings archive stored between sentinel markers.

Does the template synchronization process clean up temporary files after merging?

Yes, the template synchronization process cleans up temporary files after merging. The workflow handles overwriting safe files, merging skill bodies, preserving CLAUDE.md, and removing any temporary files created during the synchronization operation.

When do I need to use sentinel markers for preserving local learnings in a skill merge?

You need to use sentinel markers for preserving local learnings whenever you pull template updates that might overwrite your skill body. The merge workflow reads these markers to extract and protect your session learnings archive from being lost during the synchronization.