update-boilerplate

Update Attacca project boilerplate files to the latest version.

3|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/adihebbalae/Attacca --skill update-boilerplate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-boilerplate
Source: https://github.com/adihebbalae/Attacca/tree/main/.claude/skills/update-boilerplate
Command: npx skills add https://github.com/adihebbalae/Attacca --skill update-boilerplate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) components.

What problem does it solve?

Ensures that the boilerplate files in an Attacca project are updated to the latest version, eliminating the need for manual updates and ensuring the most recent documentation and components are in use.

Core Features & Use Cases

  • Version Upgrade: Automatically upgrades .github/, .agents/, and .claude/ files to the latest version.
  • Changelog Diff: Provides a changelog summary to inform the user of what has been updated.
  • Selective Update: Allows manual review and control over which files to update, particularly for project-specific customizations.

Quick Start

Run the command /update-boilerplate in your project directory to begin the update process.

Frequently Asked Questions about update-boilerplate

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

FAQPage Schema
How do I update my project boilerplate to the latest framework version?

To update project boilerplate files, run the update command in your project directory. It automatically checks version differences and upgrades framework files without affecting source code.

Does updating boilerplate files affect my custom source code?

Updating boilerplate files does not affect source code. The process selectively targets framework configuration directories like `.github/`, `.agents/`, and `.claude/`, leaving your custom application logic untouched.

Do I need git version control to upgrade my project boilerplate?

Yes, local git version control is required to upgrade project boilerplate. The update process requires a cloned copy of the Attacca repository on your system to perform the file comparison.

Can I review changes before applying a boilerplate update?

Yes, you can review changes before applying a boilerplate update. The selective update feature allows manual control over which files to upgrade, preserving any project-specific customizations you have made.

How do I know what changed after a boilerplate version upgrade?

To know what changed after a boilerplate version upgrade, check the generated changelog diff. It provides a summary of all updated files to inform you of the exact modifications made.