rb-install-skills

Install and verify global agent skills and project configuration files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill resolves the friction of manually configuring agent environments by automating the installation, verification, and synchronization of global skills and project-specific resources.

Core Features & Use Cases

  • Unified Setup: Installs or verifies global skills across different repository layouts (flat vs. legacy) in a single pass.
  • Project Resource Management: Automatically generates or updates essential project files like AGENTS.md, CONTEXT.md, and tool-specific configuration rules.
  • Visibility Auditing: Performs a safety check to ensure all installed skills are correctly linked and accessible to the agent, preventing configuration drift.

Quick Start

Run the rb-install-skills command in your terminal to automatically detect your repository layout and install the necessary global skills and project configuration files.

Frequently Asked Questions about rb-install-skills

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

FAQPage Schema
How do I automate agent environment configuration and onboarding for a repository?

Agent environment onboarding is automated by installing and verifying global skills and project-specific configuration files in a single pass. This resolves manual configuration friction by generating essential documentation like AGENTS.md and CONTEXT.md to standardize behavior.

What's the best way to verify symlink integrity for installed agent skills?

Symlink integrity verification is performed through a visibility auditing safety check that ensures all installed skills are correctly linked and accessible. This prevents configuration drift and guarantees that the agent can interact with the necessary resources.

Does this workflow automation support both flat and legacy repository directory structures?

Yes, repository management workflow automation supports both flat and legacy directory structures. It automatically detects the layout during installation to ensure consistent agent behavior across different project environments without manual path adjustments.

How do I generate project configuration files like AGENTS.md and CONTEXT.md for agent setup?

Project resource management automatically generates or updates essential files like AGENTS.md, CONTEXT.md, and tool-specific configuration rules during the agent setup process. This streamlines onboarding by immediately providing the required project context.

Why does my agent configuration drift after manually setting up repository management files?

Configuration drift happens when manual setup fails to maintain consistent symlinks and project resources. Automating the installation and verification of global skills prevents this by validating symlink integrity and synchronizing resources across repository layouts.