qruiq-update

Pull qruiq skills from GitHub and re-run setup to refresh symlinks.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/qruiqai/qruiq-skills --skill qruiq-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qruiq-update
Source: https://github.com/qruiqai/qruiq-skills/tree/main/skills/qruiq-update
Command: npx skills add https://github.com/qruiqai/qruiq-skills --skill qruiq-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps your qruiq skills current by pulling the latest definitions from GitHub and refreshing the local setup to re-establish correct symlinks.

Core Features & Use Cases

  • Pulls the latest qruiq skills from GitHub and re-runs setup to refresh symlinks.
  • Verifies and reports which skills were linked after the update.
  • Supports maintenance workflows, enabling teams to stay on the most recent skill versions without manual reconfiguration.

Quick Start

Update all qruiq skills by pulling from GitHub and re-running the setup to apply changes.

Frequently Asked Questions about qruiq-update

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

FAQPage Schema
How do I update all git skills to the latest version automatically?

To update all git skills automatically, this Skill performs a git pull from GitHub and re-runs the setup script to refresh local symlinks. It verifies linked skills after pulling the latest definitions.

Why do I need to refresh symlinks after pulling skill updates from GitHub?

Refreshing symlinks is needed after pulling updates because new skill definitions may alter directory structures. Re-running the setup script re-establishes correct symlinks, ensuring local skill versions are properly linked.

What's the best way to automate version control for local skill setups?

The best way to automate version control for local skill setups is using an update Skill that pulls the latest definitions from GitHub and re-runs the setup to refresh symlinks, verifying linked skills automatically.

Can I verify which skills were linked after running a git pull update?

Yes, you can verify which skills were linked after a git pull update. The Skill reports which skills were successfully linked after pulling the latest versions and re-running the local setup.

Does updating qruiq skills require manual reconfiguration of the local directory?

No, updating qruiq skills does not require manual reconfiguration. The Skill pulls the latest versions from GitHub and automatically invokes the setup script to refresh symlinks across the local skill directory.

When do I need to re-run setup to apply changes from a git pull?

You need to re-run setup to apply changes immediately after a git pull. This ensures that any updated skill definitions are properly linked by refreshing symlinks across the local directory without manual intervention.