update-skills

Synchronize installed agent skills with upstream repositories and validate via builds and tests.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/tharunramagiri/bookoraaagent --skill update-skills-tharunramagiri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-skills
Source: https://github.com/tharunramagiri/bookoraaagent/tree/main/.claude/skills/update-skills
Command: npx skills add https://github.com/tharunramagiri/bookoraaagent --skill update-skills-tharunramagiri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of maintaining an up-to-date agent environment by automating the process of fetching and re-applying the latest code for your installed channels and providers without losing local configurations.

Core Features & Use Cases

  • Idempotent Updates: Safely re-runs installation logic to pull the latest upstream code while preserving your credentials, database state, and wiring.
  • Automated Validation: Automatically triggers build and test cycles after updates to ensure system integrity.
  • Use Case: When a new version of a channel adapter like Discord or Slack is released, use this skill to refresh your local implementation without having to manually re-configure your environment or merge complex branches.

Quick Start

Invoke the update-skills tool to scan your environment and re-apply the latest versions of your installed channels and providers.

Frequently Asked Questions about update-skills

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

FAQPage Schema
How do I update agent skills without losing local configurations?

To update agent skills safely, use idempotent installation logic that pulls the latest upstream code while preserving your local credentials, database state, and wiring. This synchronizes installed channels and providers without overwriting your environment setup.

What's the best way to synchronize installed channel adapters with upstream repositories?

The best way to synchronize channel adapters is to scan your agent's directory structure and re-apply the latest versions from their upstream repositories. This targets service providers and adapters to perform a clean code refresh.

How does automated validation work after updating agent skills?

Automated validation triggers build and test execution cycles immediately after updating agent skills. This validates the integrity of the refreshed environment by ensuring the newly synchronized upstream code passes automated tests.

Can I refresh a Discord or Slack channel adapter without manually re-configuring my environment?

Yes, you can refresh channel adapters like Discord or Slack without manual re-configuration. The update process safely re-runs installation logic to pull the latest upstream code while preserving your existing wiring and credentials.

When do I need to re-apply upstream code for installed providers?

You need to re-apply upstream code when new features or security patches are released for your installed providers. This ensures your agent environment remains current, optimized, and protected against vulnerabilities.