update-pillars

Synchronize Pillar documentation bidirectionally between projects with profile-aware filtering.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aifuun/u-safe --skill update-pillars
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-pillars
Source: https://github.com/aifuun/u-safe/tree/main/.claude/skills/update-pillars
Command: npx skills add https://github.com/aifuun/u-safe --skill update-pillars

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the synchronization of Pillar documentation between projects, preventing errors and saving significant time during framework upgrades or cross-project knowledge sharing.

Core Features & Use Cases

  • Bidirectional Sync: Push or pull Pillar documentation between projects.
  • Smart Filtering: Syncs only Pillars relevant to the project's profile (e.g., minimal, node-lambda).
  • Detailed Previews: Shows a clear diff of changes before execution.
  • Use Case: When the core framework is updated, this Skill ensures all project documentation (Pillars) are brought up-to-date automatically and safely.

Quick Start

Update pillars from the framework by running update pillars from the framework.

Frequently Asked Questions about update-pillars

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

FAQPage Schema
How do I sync project documentation between different codebases automatically?

To sync project documentation automatically, this Skill scans source and target projects for Pillars, compares them to detect new or updated content, and synchronizes them bidirectionally after showing a detailed diff preview.

What's the best way to update framework documentation across multiple projects?

The best way to update framework documentation across projects is running a bidirectional Pillar sync, which automatically detects updated content, filters by project profile, and applies changes safely after user confirmation.

Can I filter documentation sync to only include specific project profiles?

Yes, you can filter documentation sync by project profiles like minimal or node-lambda, ensuring only relevant Pillars are synchronized between the source and target projects.

How does bidirectional documentation synchronization handle conflicting updates?

Bidirectional documentation synchronization detects new or updated Pillars across projects, displays a detailed diff preview of the changes, and waits for user confirmation before executing the sync.

Do I need to manually review changes before syncing Pillars between projects?

You do not need to manually review changes beforehand because the Skill generates a detailed diff preview of new or updated Pillars and requires your confirmation before executing the synchronization.

Why does project documentation go out of date during framework upgrades?

Project documentation goes out of date during framework upgrades because updates are often applied manually, but this Skill solves the problem by automatically and safely synchronizing Pillars across all affected projects.