self-update

Synchronize agent definitions, skill metadata, and instruction files with documentation and routing tables.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that system documentation, agent routing tables, and skill listings are automatically updated whenever core system components like agents, skills, or instructions are modified, created, or deleted.

Core Features & Use Cases

  • Automated Documentation Sync: Keeps AGENTS.md, skills/README.md, and other relevant files up-to-date with system changes.
  • Routing Table Maintenance: Automatically updates agent routing keywords based on changes in agent definitions.
  • Version Management: Enforces version bumping rules for agent and skill files.
  • Use Case: After adding a new agent definition file, this skill will automatically add it to the AGENTS.md routing table and update the agents' README.

Quick Start

Use the self-update skill to synchronize system documentation after modifying an agent file.

Frequently Asked Questions about self-update

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

FAQPage Schema
How do I keep agent routing tables and skill metadata in sync after modifying system files?

To keep agent routing tables and skill metadata in sync, the self-update skill automates synchronization by monitoring file system events. It automatically updates AGENTS.md, agents/README.md, and skills/README.md whenever core system components are modified, created, or deleted.

What is automated documentation sync for agent definitions and instruction files?

Automated documentation sync updates routing tables and instruction files automatically when core components change. It manages updates to AGENTS.md and README files, enforcing version consistency and defined validation rules across the agent management system.

How to automatically update AGENTS.md routing tables when adding a new agent?

To update AGENTS.md routing tables automatically, use the self-update skill after adding a new agent definition file. It detects the file system event, adds the new agent to the routing table, and updates the corresponding agents/README.md file.

Does the system update process enforce version bumping rules for skill files?

Yes, the system update process enforces version bumping rules for agent and skill files. It ensures version consistency across system components by validating updates against defined update chains and validation rules during synchronization.

Can I synchronize system documentation without manual file editing?

Yes, you can synchronize system documentation without manual editing by using the self-update skill. It handles updates to AGENTS.md, skills/README.md, and other relevant files automatically based on detected file system events from agent or skill modifications.

When should I avoid automated synchronization for system component updates?

You should avoid automated synchronization if your system lacks defined update chains or validation rules for version consistency. The self-update skill relies on structured file system events and defined routing tables to properly manage updates to agent definitions and skill metadata.