go

Switch global skill profiles and manage individual skills via CLI.

116|56|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill go-soul-brews-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go
Source: https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli/tree/main/src/skills/go
Command: npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill go-soul-brews-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Switch between global skill profiles and manage installed skills for arra-oracle-skills, enabling consistent environment setup and controlled changes.

Core Features & Use Cases

  • Profile switching: standard, full, and lab profiles to quickly adjust the skill set.
  • Global management: install, enable, disable, and refresh skills across the CLI with a single command.
  • Safe maintenance: includes a cleanup workflow to restore a clean, up-to-date skill state.
  • Use Case: When onboarding a new project, switch to the lab profile to unlock experimental tools, then migrate to full for production.
  • Use Case: If a particular skill becomes unstable, disable it without affecting others and re-enable once corrected.

Quick Start

Use the CLI to switch profiles by running /go standard, /go full, or /go lab, and toggle specific skills as needed.

Frequently Asked Questions about go

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

FAQPage Schema
How do I switch global skill profiles for arra-oracle-skills?

Switch global skill profiles by running /go standard, /go full, or /go lab to install the selected profile, enforcing deterministic installations and applying global scope changes across the CLI.

What is the difference between standard, full, and lab skill profiles?

Standard, full, and lab profiles adjust the available skill set for arra-oracle-skills. Lab unlocks experimental tools for onboarding, while full provides the production-ready skill set.

Can I disable an individual unstable skill without affecting others?

Yes, you can disable an individual skill without affecting others using the enable and disable operations across the CLI. Re-enable it later once the instability is corrected.

What is the best way to refresh all installed skills to a clean state?

Run the cleanup workflow to refresh all skills and restore a clean, up-to-date skill state. This safe maintenance operation also provides rollback guidance for skill management.

Do I need to manually install dependencies before switching profiles?

No, profile switching enforces deterministic installations automatically. The tool manages global installs and safe rollback guidance internally without requiring external dependency setup.